I'm working with xamarin.forms.
I need to read an mp3 file and to access to raw bytes[] as I need to performa an FFT (Fast Fourier Transform).
I can read an mp3 using MediaPlayer and a custom MediaDataSource reading bytes by ReadAt method.
Anyway I need the raw pcm16 converted version to manage data correctly.
NAudio is not available as dll are missing.
I need a solution can work both fopr Android and iOS.