언어 설정

Menu
Sites
Language
equalizer animation for Music Player

hello All

Our requriement is to create a equalizer for a music player. 

audio data is streamed via device using bluetooth conncetion to tv and application plays the data.

We want to create Equalizer display with real time information as per decibal etc using equalzier bands.

Q1 : Is No of equalization band fixed or it can be set by applicaiton ?

Q2 : Can we use inbuild equalizer https://developer.tizen.org/dev-guide/2.4/org.tizen.native.mobile.apireference/group__CAPI__MEDIA__PLAYER__AUDIO__EFFECT__MODULE.html ?

Q3 : Will there be any external parameters required from device side ? or While playing Player can handle equalizer ?

 

thank you in advance 

 

Responses

1 댓글
Shaswati Saha

Hello,
According to the API documentation, number of equalizer bands is fixed. As the Audio Effect API allows to apply effects to the player, so you are supposed to be able to use that. And about the external parameter requirement, I couldn't find anything about that, all you need is a handle of media player's type.