How to play mp3 file from osX console
Task: Play mp3 file from osX console
Implementation:
Use internal player:
afplay file.mp3
Useful parameter:
-r <rate> - set playback speed in float value, example: 1.5
Done.
Scientific Algorithms and Analytics
Task: Play mp3 file from osX console
Implementation:
Use internal player:
afplay file.mp3
Useful parameter:
-r <rate> - set playback speed in float value, example: 1.5
Done.