Store recorded audio into a growing file that changes name every hour
Hello,
I'm trying to figure out a way I can achieve the following:
Record an audio input that creates a file called something like "Input 1 - 10:00am to 11:00am".
While it's recording, I want to be able to copy the file from the "record" folder, into a new folder and open it in an audio editor like audition, but the file is still growing in the background.
At 11:00am the file would automatically stop recording and start a new recording called "Input 1 - 11:00am to 12:00pm".
The process continues......
I've explored buffer, sfrecord, record, but I'm hitting a dead end.
Thanks in advance,
Dan
dead end would be recording and openning of rec file
in external audio editor at same time.
Before closing record file there is no header.
Only option would be to record into buffer and export file from time to time into temp folder.
what do you want to do in the audio editor? Maybe you can do it inside Max?