-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Weird noises when playing music from Spotify or YouTube #485
Comments
I am hardly hearing anything.
I just recently retested the analog output with this board and it was working perfectly |
@pschatzmann Yeah sorry for that I tried to be as close as possible of the earphones when I recorded the sample. I set the volume at max level on my phone when I tried but not in the code. The jack is connected to ground through the PTH at its right. It is connected to ground. The board you mentionned is the one with Yellow mask and TFT or the one above? |
The one with the TFT screen is using the internal DAC of the ESP32 with an amplifier to output audio.
Try to change it to use 44100 on 2 channels! |
What is the phone that you are using? Did you try anything else besides Spotify and YouTube? I'm just asking why they were specified in the title specifically See also: #495 |
Sorry for the late answer. I've got an android phone (a Motorola Edge). |
Maybe is it just noise from your power supply ? |
I also tried to power it from 5V coming from USB to UART adapter but it makes no changes. The sound I add to this topic is the only thing that comes out of the speakers when I play a song on my phone. There is no music just this sound |
Did you try another ESP32 to figure out if the issue is your phone or your Processor ? |
I did not tried yet on another ESP32 due to missing components. I run the test sketch for internalDac and this was not working but I cannot guarantee that this does not have to do with my setup. I tryied the library with an I2S DAC (PCM5102A) using a custom pin assignement and It worked like a charm. Once I'll have all the component I'll try again. |
I face this problem too
|
Problem Description
Hi all,
I just tested the library today in a hurry and I just use a old board that I developped a few years ago.
This board uses a ESP32-WROOM32D module and I soldered a 3.5mm audio jack to the pins 25 and 26 of the module.
The Bluetooth part seems to work as I can connect to the ESP32, but the audio out is not working properly.
I captured what I can hear when plugin some earphones or speaker to the 3.5mm audio jack. Sound
I used the latest release of the library.
Device Description
Custom ESP32 board using an ESP32-WROOM32D (4MB of Flash)
Sketch
Other Steps to Reproduce
No response
Provide your Version of the EP32 Arduino Core (or the IDF Version)
Arduino ESP32 Core version 2.0.1
I have checked existing issues, discussions and online documentation
The text was updated successfully, but these errors were encountered: