-2

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.

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
Rajj
  • 101
  • 7

1 Answers1

-1

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

Rajj
  • 101
  • 7
  • 1
    It's something like I'm sending you a chocolate with wrapper and you are eating it without removing wrapper. Isn't it part of common sense to remove wrapper before eating a chocolate !!! – kAmol Feb 02 '16 at 10:10