Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracks with 1 channel have no sound #345

Open
CheeseE opened this issue Oct 11, 2024 · 1 comment
Open

Tracks with 1 channel have no sound #345

CheeseE opened this issue Oct 11, 2024 · 1 comment

Comments

@CheeseE
Copy link

CheeseE commented Oct 11, 2024

Hello

Since the latest 2.3 release, audio files which have only 1 channel when played have no sound. Absolutely nothing can be heard from the speaker, but the track seems to play fine. No issue with 2 channel audio files. I have a 1 speaker setup.
I have tried both PLAY_MONO_SPEAKER enabled and disabled, but no change.
Attaching the log from a track with issues:
image
This was not an issue with the previous release, what should I do to fix this?

@biologist79
Copy link
Owner

Hi,

basically ESPuinos is not responsible for audio decoding. This having said we make use of https://github.com/schreibfaul1/ESP32-audioI2S/. As with 2.3 this version is in use: https://github.com/schreibfaul1/ESP32-audioI2S.git#d7a2007
You could try to replace this line (platformio.ini) with the old one https://github.com/schreibfaul1/ESP32-audioI2S.git#17f0e04.
Don't forget to run clean first - followed by "upload and monitor".

So at the end this is almost certainly a problem of the underlying lib. If that's the case, please report the problem there and don't foget to attach such an audio file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants