Displaying 7 results from an estimated 7 matches for "audioinput".
2004 Aug 06
3
Mixing audio
Is There any intension to deal with mixing two or more streams encoded with "speex".
Most voice wise applications (such as conference) need this feature.
Oded Rephael
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
2004 Aug 06
2
q about jspeex
Ulrich B. Staudinger wrote:
> Hi,
>
> i have:
>
> public void run(){
> try{
> System.out.println("Opening
> mic"); // AudioInput
> ai=new AudioInput(t);
> // ai.start();
> if(t.input==null){
> AudioFormat format = new
> AudioFormat(AudioFormat.Encoding.PCM_SIGNED, 44100, 16, 2, 4, 44100,
> false);
> DataLine.Info targetInfo = ne...
2004 Aug 06
0
q about jspeex
Hi,
i have:
public void run(){
try{
System.out.println("Opening mic");
// AudioInput ai=new AudioInput(t);
// ai.start();
if(t.input==null){
AudioFormat format = new
AudioFormat(AudioFormat.Encoding.PCM_SIGNED, 44100, 16, 2, 4, 44100, false);
DataLine.Info targetInfo = new
DataLine.Info(TargetDataLine.cl...
2004 Aug 06
0
q about jspeex
Hi,
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 transcode it. Are you sure that you are receiving
data from the underlying inputstream???
One point to note though is that is you are receiving 44kHz audio,...
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 transcode it. Are you sure that
> you are receiving data from the underlying inputstream???
Yes, it can recieve data from the underlying input st...
2014 Oct 06
1
runtime reconfiguration of opusenc
Hello All,
This is my first appearance to the opus mailing list. My name is Michael
Mehari and i am a researcher at Ghent University mainly on cognitive
radio networking. Recently i am working on a demo scenario on self
adjustable wireless audio conferencing and i selected opus for the audio
encoding and decoding part. specifically the applications (i.e opusenc
and opusdec) from opus-tools
2007 Jul 17
3
TS from DVB-T to Theora + Vorbis
Hello,
Could you kindly point me to some instruction, how to encode demuxed
files (.m2v and .mp2) to .ogg (Theora + Vorbis)? I was trying to use
ffmpeg2theora, but I don't know, how to put two files to ffmpeg2theora
(one audio an one video) and did not found, how to mux them into one
file?
Exist a way, how to do two pass encoding?
I'm using Ubuntu Fiesty Linux.
Thank you,
Jiri Navratil