Search found 5 matches
- Mon Jan 20, 2020 11:44 am
- Forum: ESP-ADF
- Topic: MP3 Decoder cpu usage
- Replies: 6
- Views: 9810
Re: MP3 Decoder cpu usage
can you give me the your used music ? and tell me the example you used.
- Mon Sep 23, 2019 3:25 am
- Forum: ESP-ADF
- Topic: Equalizer gain valid values
- Replies: 2
- Views: 5523
Re: Equalizer gain valid values
I want to confirm as follow.
1. You set all bands gain are to -20db and -10db.
2. The volume is not becoming low from -10db gain to -20db gain.
please check from 0db to -20db and from 0db to -10db by using high volume music.
The gain minmum is usual -20 db.
1. You set all bands gain are to -20db and -10db.
2. The volume is not becoming low from -10db gain to -20db gain.
please check from 0db to -20db and from 0db to -10db by using high volume music.
The gain minmum is usual -20 db.
- Fri Jun 21, 2019 4:18 am
- Forum: ESP-ADF
- Topic: Filter with encoded input like mp3 or aac
- Replies: 1
- Views: 4176
Re: Filter with encoded input like mp3 or aac
Do you use the `set_sonic_info` to set sonic samplerate and channel? If no use, please use `audio_elememt_getinfo` to gain the samplerate and channel of music, then use `set_sonic_info` to set samplerate and channel of sonic
- Mon Jun 03, 2019 1:51 am
- Forum: ESP-ADF
- Topic: Using libesp-tremor directtly fails on av_open_callbacks
- Replies: 4
- Views: 6471
Re: Using libesp-tremor directtly fails on av_open_callbacks
I see.
The function `av_open_callbacks` is used in decoding.
what can i do for you?
The function `av_open_callbacks` is used in decoding.
what can i do for you?
- Thu May 30, 2019 2:35 am
- Forum: ESP-ADF
- Topic: Using libesp-tremor directtly fails on av_open_callbacks
- Replies: 4
- Views: 6471
Re: Using libesp-tremor directtly fails on av_open_callbacks
Hi , I have not come across anything like this. Before solving the problem, i need to confirm the following things. 1. Did something go wrong with ESP-ADF demo? 2. Does the music you used work on other players? if the answers are YES, could you give me the log and your used music for helping to repr...