Im trying some javascript codes to record wav sound, for example I tried this example:
http://webaudiodemos.appspot.com/AudioRecorder/index.html
That I found in this post:
But I need to configure this attributes:
- Sampling Rate: 8000 Hz
- Bit Resolution: 16 (L16)
- Encoding: PCM linear (LPCM)
- Audio channel: Mono
This is not a duplicated post. The difference is that I need to generate the sound with specific configuration, like I said. I didn't find any example setting this parameters.