Stereo WAV file recorder (Ruby)
Posted: Tue May 07, 2024 3:50 pm
Hi all! I've made some changes to original mono wave recorder schematic found somewhere here. Now it supports mono /stereo recording not only streaming to disk, but also in memory (for slow hdd).
Also added an "Add" mode when recording appends to a previous one.
Could not make Add mode to work in disk record mode - that's why this mode works only in Disk Rec mode off.
Attached a simple delay to right channel to make stereo out of mono input. Hopefully will be of use to someone. I once stumbled upon somebody asking for this feature on StackOverflow, using the same Ruby wave class and mono wave recorder schematic..
Also added an "Add" mode when recording appends to a previous one.
Could not make Add mode to work in disk record mode - that's why this mode works only in Disk Rec mode off.
Attached a simple delay to right channel to make stereo out of mono input. Hopefully will be of use to someone. I once stumbled upon somebody asking for this feature on StackOverflow, using the same Ruby wave class and mono wave recorder schematic..