audio - How to set the frequency and amplitude values in android device? -


i new android, , need work audio of android device. have table of pairs(frequency - amplitude) , need set each frequency appropriate amplitude, , apply these values equalizer of device, when music file being played, these values applied it.

for example, frequency 1000 hz, amplitude should 0.5. frequency 16000 hz, amplitude should 0.8. etc...

i need apply these values android device equalizer each frequency in music file have appropriate amplitude.

thanks in advance :)


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -