Displaying 3 results from an estimated 3 matches for "audioinputstream2".
Did you mean:
audioinputstream
2008 Jan 07
0
JSpeex - Unsupported conversion
...tSampleRate(),
-1, // sample size in bits
srcFormat.getChannels(),
-1, // frame size
-1, // frame rate
srcFormat.isBigEndian());
AudioInputStream audioInputStream2 =
AudioSystem.getAudioInputStream(targetFormat,
audioInputStream);
}
}
2008 Jan 08
0
JSpeex - Unsupported conversion
...; -1, // sample size in bits
> srcFormat.getChannels(),
> -1, // frame size
> -1, // frame rate
> srcFormat.isBigEndian());
> AudioInputStream audioInputStream2 =
> AudioSystem.getAudioInputStream(targetFormat,
> audioInputStream);
> }
> }
>
> _______________________________________________
> Speex-dev mailing list
> Speex-dev@xiph.org
> http://lists.xiph.org/mailman/listinfo/speex-dev
--
Keith Kyzivat
SIPez LL...
2008 Dec 17
0
help with jspeex
...srcFormat.getSampleRate(),
-1, // sample size in bits
srcFormat.getChannels(),
-1, // frame size
-1, // frame rate
srcFormat.isBigEndian());
AudioInputStream audioInputStream2 =
AudioSystem.getAudioInputStream(targetFormat,audioInputStream);
this works great but how can i use Vad and Dtx
any ideas how i can use this options in my programm ?
i hope this is the right place to ask because the jspeex mailinglist is dead
any hints are welcome
thx and best regards arnold
-...