Languages

Menu
Sites
Language
how to create audio equaliser without using buffer

how to create audio equaliser without using buffer,

i used SoundwaveVisualizer it takes too much time to load files from the internal memory.

Could anyone help me in creatin audio equalizer for html audio element.

Responses

3 Replies
Palitsyna

Hello,

I found only that article, connected with your problem: https://developer.tizen.org/community/tip-tech/advanced-web-audio-api-usage?langredirect=1

May be you can find there some ideas.

Supreeth Kumar

Hello,

   i used the same codes but loading songs taking too much time. i created player loading all  songs take hours of time.

 

daniel kim

Hi,

Sample code of below link start to load sound to buffer whenever user click a sound on the screen.

In my opinion, a workaround is loading sound file into buffer during initialization.

     https://developer.tizen.org/community/tip-tech/advanced-web-audio-api-usage?langredirect=1

Regards