Recording in mono #13
-
| 
         Hello I see that in config there is not the possiblity to specify the number of channels; there is only the fmt property  that could be valued with: Thanks in advance.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
| 
         It is unclear to me what you try to do, but I would expect that cfg.channels = 1; might be what you are looking for...  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I recommend to use the functionality from the arduino-audio-tools. It should work from there ... I am not sure what exectly the impact of i2s_set_clk() is which is impacting only the ESP32 I2S side, but the sound chip is still producing and consuming stereo data.  | 
  
Beta Was this translation helpful? Give feedback.
It is unclear to me what you try to do, but I would expect that cfg.channels = 1; might be what you are looking for...