You are not logged in.
Pages: 1
Hi there,
How to record something from microphone input without silence? I have to record many speeches with silence gaps beetwen it. I'm going to leave computer recording for few hours and I don't want silence to be stored into output file. Program should pause recording when there is no sound on input.
I found out that 'rec' from sox package offers starting recording when silence ends, but it wouldn't pause anymore, so output file does include silence gaps
Thanks in advance
Offline
You could record the silence, then cut it out later (something like audacity). If diskspace is an issue, I think that rec can have the file compressed.
Otherwise, you risk the gating being a bit too tight, and then clipping out meaningful pauses in addition to the space between the speeches. So your ideal could be implemented, but I don't know if any programs offer it.
Offline
It is possible, but i don't know which program does it. Simple algorithm:
When threshold is above predefined frequency/dB, start recording.
When threshold is below predefined frequency/dB, stop recording. Save file. Merge with previous file, if it exists.
Last edited by schivmeister (2008-02-04 05:12:11)
I need real, proper pen and paper for this.
Offline
Exactly. I know it must be possible, but I thought somebody has already done it. Seems I was wrong.
Offline
Pages: 1