Skip to content

"[E] AudioStreamsConverter.h : 565 - bit combination not supported 16 -> 0" on XIAO ESP32C3 and ESP32S3 #1995

Answered by pschatzmann
forresto asked this question in Q&A
Discussion options

You must be logged in to vote

Why would you even try to use the AnalogAudioStream knowing that there is no DAC on the ESP32-S3 ?
I suggest you check the return code of begin(): I am pretty sure that in this case it returns false. In addition you just ignored the relevant error message that comes before:

16:20:03.549 -> [I] StreamCopy.h : 173 - StreamCopy::copy 1024 -> 1024 -> 1024 bytes - in 1 hops
16:20:03.549 -> [I] AudioTypes.h : 124 - MP3DecoderHelix sample_rate: 48000 / channels: 2 / bits_per_sample: 16
16:20:03.549 -> [I] AnalogAudioStream.h : 46 - virtual void audio_tools::AnalogAudioStream::setAudioInfo(audio_tools::AudioInfo)
16:20:03.549 -> [I] AudioTypes.h : 124 - sample_rate: 48000 / channels: 2 / bits_per…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@forresto
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants