Audio generator stereo signals #848
-
Hi! I managed to run a Noise Generator as output in an I2S stereo module in an ESP32 and it works as expected. But I don't know if the noise is generated separately for each channel or if it's the same samples for both. In my application I need the same exact signal in both channels, since I'm using the stereo output as an "splitter" of the same noise. Is there a way a can configure that? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Why don't you just make a test and output the signal as CSV? Then you will see if they are the same or different. |
Beta Was this translation helpful? Give feedback.
Why don't you just make a test and output the signal as CSV? Then you will see if they are the same or different.
If you set the channels to 1 and you will always get the same output on both i2s output channels