Skip to content

audio is breaking up #963

Discussion options

You must be logged in to vote

Try to find out why setAudioInfo() is not called automatically with the correct values from the decoder e.g. by setting the log level to Debug. The fading functionality needs to know how many channels it has to process and 0 channels is definitely not valid.

A work around would be to call setAudioInfo() to initialise the player with some valid values.
Alternatively you can try to switch the automatic fade off by calling setAutoFade(false)

Are you sure that you installed the latest versions of all libraries. See https://github.com/pschatzmann/arduino-audio-tools/wiki/It's-not-working

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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