I want to create a component that can put effects on the song played and this obviously mean that I need to use its data, where by data I mean the singnal's amplitude, that is played buy MediaPlayer.
I would prefer to retrieve the data of the file from MediaPlayer to use it in some alteration function, rather that read the file and after pass it to be played. I can take it from file directly but this will mean that I will need to handle the different extensions that the MediaPlayer already supports.
It will be awesome that the player gives me the raw data of the song and I will only modify it.
Thus, the question is "Is possible get the data from the MediaPlayer ?"