-
Notifications
You must be signed in to change notification settings - Fork 702
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
Can we use 24bit/192? (AUD-4934) #1090
Comments
Refer to https://github.com/espressif/esp-adf/tree/master/examples/get-started/play_mp3_control/components/my_board to define your board. I think it can be work on 24bit-192kHz from sdcard. And, the A2DP can't support 24bit music, If I remember correctly. |
Could you provide a template for using a third-party decoder, similar to the template for "my_board"? For example, how can I use the following code to decode a WAV file?
|
@vwwwvwww Do you have any progress to share? |
I found that the new version of ESP-ADF supports 24-bit audio
and I would like to know if it supports outputting 24-bit/192k (SDCard) audio through I2S ?
and receive & play 24-bit Bluetooth music ?
Another question is, does ESP-ADF only support predefined development boards?
If I want to use a DIY board, are there any examples available?
The text was updated successfully, but these errors were encountered: