Can I get raw PCM data from MediaPlayer or SoundPool?
i use eclipse with android sdk 4.0.3 api lvl 15 to create a basic music player application. I read and found that there are two main classes to play sounds. MediaPlayer and SoundPool. SoundPool has more flexibility regarding sound priority and rate of played sound. I would also like to draw a visualization graph of the audio. is there a way to get raw PCM data from the loaded audio asset in order for me to be able to draw the graph ? is there a way to manipulate the raw data before it's being played on realtime? for example if i want to add real time effects. is that possible with these