Displaying 2 results from an estimated 2 matches for "speex_quality_3".
Did you mean:
speex_quality
2008 Jan 07
0
JSpeex - Unsupported conversion
...ecommended. I'm working on Linux, by the way.
Any help would be greatly appreciated.
Richard
Here is my program output:
$ java -classpath ".:jspeex/src/java" SpeexSave in.wav out.wav
Exception in thread "main" java.lang.IllegalArgumentException: Unsupported
conversion: SPEEX_quality_3, 44100.0 Hz, -1 bit, stereo, audio data from
PCM_SIGNED, 44100.0 Hz, 16 bit, stereo, little-endian, audio data
at
javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:571)
at SpeexSave.main(SpeexSave.java:36)
And here is my program:
import java.io.*;
import java...
2008 Jan 08
0
JSpeex - Unsupported conversion
...> Any help would be greatly appreciated.
>
> Richard
>
>
> Here is my program output:
>
> $ java -classpath ".:jspeex/src/java" SpeexSave in.wav out.wav
> Exception in thread "main" java.lang.IllegalArgumentException:
> Unsupported
> conversion: SPEEX_quality_3, 44100.0 Hz, -1 bit, stereo, audio data
> from
> PCM_SIGNED, 44100.0 Hz, 16 bit, stereo, little-endian, audio data
> at
> javax.sound.sampled.AudioSystem.getAudioInputStream(AudioSystem.java:
> 571)
> at SpeexSave.main(SpeexSave.java:36)
>
>
> And here is my...