|
Hi Everyone,
I have to implement a sound recorder, that activates with sound and deactivates with silence. It is known as voice activated switch.
Is there anyone that has implemented this kind of algorithm before?
I have finished normal sound recording function, and for this time I have to implement this.
I have used NAudio library for all sound operations.
I will specify the level of sound that will be accepted and the software will wait for this level for start recording, then after if the level decreases below that level, apllication should save this part as a .wav file, and again starts to wait for the
next sound, and it will continue like this.
If someone can help me, I will be appreciated.
Thanks.
|