开发者

how to read a .pcm file in java

开发者 https://www.devze.com 2023-02-12 11:33 出处:网络
I am trying to read a .pcm audio file in java, i was using AudioSystem.getAudioInputStream() to readthe file, but i am getting the following error..

I am trying to read a .pcm audio file in java, i was using AudioSystem.getAudioInputStream() to read the file, but i am getting the following error.. javax.sound.sampled.UnsupportedAudioFileException: could not get audio input stream from input stream开发者_JAVA技巧..

It is working fine for .wav file....could anyone please help me out with this....

0

精彩评论

暂无评论...
验证码 换一张
取 消