Displaying 2 results from an estimated 2 matches for "opipedoutputstream".
Did you mean:
pipedoutputstream
2004 Aug 06
0
q about jspeex
Hi,
i changed the read method after constructing a
pipedinputstream/opipedoutputstream to
int n=auin.read(frame, 0, frame.length);
System.out.println(""+n+" bytes read.");
pout.write(frame);
int m=pcm2speex.read();
System.out.println(&quo...
2004 Aug 06
3
q about jspeex
Hi Marc,
thanks for the quick reply.
Marc Gimpel wrote:
> It would appear the the 'pcm2speex.read(frame, 0, frame.length)' is
> blocking which means that it is waiting for data from the underlying
> inputstream (i.e.AudioInputStream(t.input)). If it could read
> sufficient data it would transcode it. If it recieved an EOF, it
> should do some zero padding and then