esp32 standard module #1691
-
im playing around still with 8bit i2s. I cannot Format Convert and use Helix at the same time audio is stuttering, even with a huge buffer. #include "AudioCodecs/CodecMP3Helix.h" is this due to lack of cpu cycles? or likely a bug in my code? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I never used 8 bits, so I am not sure if this is a good idea. What do you expect to gain from this ? ps. The ESP32 I2S api supports 8 bit, but there are many DACs that don't, so test this first with a Sine Generator with 8 and 16 bits, if you get the same tone! |
Beta Was this translation helpful? Give feedback.
I never used 8 bits, so I am not sure if this is a good idea. What do you expect to gain from this ?
Did you try to use a NumberFormatConverterStream instead ?
I also hope that you were setting the log level to Warning or Error...
ps. The ESP32 I2S api supports 8 bit, but there are many DACs that don't, so test this first with a Sine Generator with 8 and 16 bits, if you get the same tone!