Search code examples
javaaudioaudio-streamingjavasound

Can I create AudioInputStream from compressed audio byte array?


I am new to Audio technology. I am trying to create AudioInputStream from compressed Audio Byte array, but its not working as expected, its returning 0's only.


Solution

  • okay, the solutions is you should decompress it and then you should create audio input stream.