streams-i2s-webserver_wav.ino - white noise in right channel at sample rate of 32000Hz #834
-
I'm continuing to try to find a way to stream 44.1KHz sampled audio. My input device is an I2S microphone. The streams-i2s-webserver_wav.ino sample works fine for me at sample rates of 22050KHz and 24000HKz. I'm getting audio in the left channel, and the right channel is silent. I assume that is how it is supposed to be since I have the L/R pin on the mic going to ground. I have If I set the sample rate to 32000Hz or 44100KHz, I get the expected audio in the left channel, but what sounds like white noise in the right channel. The image below shows the waveform in Audacity - you can see that the left channel contains an audio signal. Note that the right channel values are all below 0. I'd attach the wav but that isn't permitted. Any idea what is happening here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you have only one channel, why don't you just set channels = 1 ? |
Beta Was this translation helpful? Give feedback.
If you have only one channel, why don't you just set channels = 1 ?