I want to record input from my sound card 24/7 and save each hour of sound in a different file.
Is there an app that can do this?
I would prefer a CLI app because I don't have X in the computer.
Thanks!
Printable View
I want to record input from my sound card 24/7 and save each hour of sound in a different file.
Is there an app that can do this?
I would prefer a CLI app because I don't have X in the computer.
Thanks!
my guess would be SOX which I think is a good recorder as well as player and cron may automate a script. I use sox to play a chime and speak the time in a script automated by cron to run hourly between 6am and 12pm...if that helps