newventuresoftware / WaveformControl

Android Waveform control
236 stars 67 forks source link

Playing .wav file #14

Open DanielDVD opened 4 years ago

DanielDVD commented 4 years ago

I'm trying to play a .wav file with this project, but I have a really big issue. I think that the problem is when you convert the InputStream to short. My .wav file format is float 64 bits, I don't know how to play it without crashing all the code. Can you give a hand? Please I was following your code through the web page but now is down.