回答編集履歴
1
余計なパラメータを入れてしまっていた
answer
CHANGED
@@ -1,1 +1,2 @@
|
|
1
|
-
./mpg123 -
|
1
|
+
./mpg123 -c ./fanfare.mp3
|
2
|
+
で再生出来ました。
|