Tagged Questions
1
vote
1answer
56 views
alternate two wav files into 1 single one using sox and bash
I'm using linux and bash I have two files filea.wav and fileb.wav which are both 1 second long. I would like to join 4000 of them so I will get 1 large file that is an hour long that has the two files ...
-2
votes
0answers
17 views
command-line utility to record from microphone [migrated]
I am looking for command-line utility that monitors the microphone, and if you start to speak, writes the file. Recording period should be adjusted.
Solution is:
sox -t alsa default recording.wav ...