Tagged Questions
0
votes
0answers
279 views
How can I play a sound from the command line running as sudo?
While typing afplay danger.mp3 in the Terminal will play the .mp3, doing sudo afplay danger.mp3 or sudo su and then afplay danger.mp3 does not.
Any idea why is this? How can I use the afplay command ...
1
vote
1answer
152 views
copy song info from mp3 file to aac file from terminal
I am trying to create a script that performs various conversions between formats of audio files. In one particular step, I use afconvert in Terminal to convert an mp3 to aac(mpeg4/m4a), but in this ...
0
votes
2answers
528 views
Why does running afconvert result in error -43
I am trying to use afconvert to convert a .mp3 to .m4r. I am entering the following:
afconvert -f m4af -d aac -o input.mp3 tone.m4r
However, this gives me an error:
Error: Couldn't open input file ...
6
votes
1answer
437 views
Adding movie-style sound effects to the Terminal
I want to have movie style sound effects in the terminal. You know, when every keystroke and line emits a cool little beep. (Something like this.) I've used KeyClick, but that's only for keyboard ...