Search found 5 matches

by houhaiyan
Mon Jan 20, 2020 11:44 am
Forum: ESP-ADF
Topic: MP3 Decoder cpu usage
Replies: 6
Views: 8491

Re: MP3 Decoder cpu usage

can you give me the your used music ? and tell me the example you used.
by houhaiyan
Mon Sep 23, 2019 3:25 am
Forum: ESP-ADF
Topic: Equalizer gain valid values
Replies: 2
Views: 4909

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.
by houhaiyan
Fri Jun 21, 2019 4:18 am
Forum: ESP-ADF
Topic: Filter with encoded input like mp3 or aac
Replies: 1
Views: 3681

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
by houhaiyan
Mon Jun 03, 2019 1:51 am
Forum: ESP-ADF
Topic: Using libesp-tremor directtly fails on av_open_callbacks
Replies: 4
Views: 5704

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?
by houhaiyan
Thu May 30, 2019 2:35 am
Forum: ESP-ADF
Topic: Using libesp-tremor directtly fails on av_open_callbacks
Replies: 4
Views: 5704

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...