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.
Search found 4 matches
- Mon Sep 23, 2019 3:25 am
- Forum: ESP32 ADF
- Topic: Equalizer gain valid values
- Replies: 2
- Views: 463
- Fri Jun 21, 2019 4:18 am
- Forum: ESP32 ADF
- Topic: Filter with encoded input like mp3 or aac
- Replies: 1
- Views: 474
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: ESP32 ADF
- Topic: Using libesp-tremor directtly fails on av_open_callbacks
- Replies: 4
- Views: 671
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: ESP32 ADF
- Topic: Using libesp-tremor directtly fails on av_open_callbacks
- Replies: 4
- Views: 671
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...