search for: mobilerobots

Displaying 5 results from an estimated 5 matches for "mobilerobots".

2006 May 26
1
Transmitting synthetic speech using Speex?
...for Speex to deal with than real voice. But I don't have any data to back up this impression. Have you tried using 16kHz wideband? The sound quality is far superior to narrowband, IMO, even if you have to turn the VBR quality down (to say, 2) to save bandwidth. Tom Reed Hedges <reed@mobilerobots.com> wrote: > > > Hello, I'm wondering if anyone has done this before and has any advice, or if > anyone in general has ideas about it. > > I just implemented transmitting synthesized speech (text-to-speech) over Speex > (narrowband) in an application. I'm usin...
2006 May 26
0
Transmitting synthetic speech using Speex?
...to add wideband support to the system. Consistant, noise-free synthesized speech certainly has fewer potentially problematic aspects to it though, I agree... Maybe we should all just make people type their communications in to a keyboard :) Reed > > Tom > > Reed Hedges <reed@mobilerobots.com> wrote: >> >> Hello, I'm wondering if anyone has done this before and has any advice, or if >> anyone in general has ideas about it. >> >> I just implemented transmitting synthesized speech (text-to-speech) over Speex >> (narrowband) in an applicatio...
2006 May 26
0
Transmitting synthetic speech using Speex?
Hello, I'm wondering if anyone has done this before and has any advice, or if anyone in general has ideas about it. I just implemented transmitting synthesized speech (text-to-speech) over Speex (narrowband) in an application. I'm using Swift from Cepstral (http://www.cepstral.com). The voice I'm using is a pretty deep male voice. I'm telling Swift to generate audio at 8khz,
2007 Apr 05
0
Combining multiple speech files into one
If you do decide to do things this way, decode from each of the three streams seperately (with different decoder states) and combine them somehow after decompression. The jump from one stream to the other will sound poor, though, both from the cuts in the output, and also from sending discontinous input to the decoder(s). Reed suhaib obeidat wrote: > Dear All, > > I am trying to
2007 May 23
2
Speex into a wav file
Erik de Castro Lopo wrote: > David Siebert wrote: > >> Actually I was hoping to store speex compressed audio into a wav >> container. Not to trans code it. > > To the best of my knowledge, that is not possible. Well, it's possible to put compressed data into the WAV file instead of PCM audio data, and set the compression-type format flag to some made-up value, but