Search found 3 matches

by shicongyu666
Wed Jan 03, 2018 3:07 am
Forum: General Discussion
Topic: Can ESP32 output audio streams?
Replies: 5
Views: 10109

Re: Can ESP32 output audio streams?

hassan789 wrote:Basically, you can output audio via:
PWM
PDM
I2S
DAC

How many watts are you trying to output? 100mW, 1W, 10W?
Are you trying to output to headphones or speakers?
1W,a speaker.
I see the reply on the 2nd floor is very good, I intend to use his suggestion, use a codec.
Thank you for your reply!
by shicongyu666
Wed Jan 03, 2018 3:05 am
Forum: General Discussion
Topic: Can ESP32 output audio streams?
Replies: 5
Views: 10109

Re: Can ESP32 output audio streams?

Technically: yes, the ESP32 has two DACs you can use to directly output an analog signal. You can digitally divide the signal going to this to get some kind of volume control. In practice, these DACs are only eight bit, so audio quality won't be exactly HiFi, so you may want to grab an external cod...
by shicongyu666
Tue Jan 02, 2018 6:28 am
Forum: General Discussion
Topic: Can ESP32 output audio streams?
Replies: 5
Views: 10109

Can ESP32 output audio streams?

Hello, I have a product that's going to use esp32, which has a network radio playback function.Now I know ESP32 I2S interface can output the data to a digital power amplifier, and speakers. But I'm not quite sure ESP32 could directly output audio stream.If it can output audio streams, can the progra...