similar to: Speex over 56.6K modem

Displaying 20 results from an estimated 2000 matches similar to: "Speex over 56.6K modem"

2005 Apr 18
3
speex voice seems to be bit breaking over long distance.
Hi, Ok, what you suggest sound logical to me. Currently, I have done a small trick to prevent this problem. What I did is that whenever windows request a voice packet from me and if I do not have the voice packet, I repeat the previous packet. Hence, all the breaking portion is filled with previous packet. This trick seems to work so far. I am not sure what is the side effect. I think jitter
2005 Apr 18
0
speex voice seems to be bit breaking over long distance.
> Ok, what you suggest sound logical to me. Currently, I > have done a small trick to prevent this problem. What > I did is that whenever windows request a voice packet > from me and if I do not have the voice packet, I > repeat the previous packet. Hence, all the breaking > portion is filled with previous packet. This trick > seems to work so far. I am not sure what is the
2004 Dec 28
0
Sound distorted after normalized.
Hmmm... sorry i mislead you Tay... i didn't realise my encoder (libfishsound) was again shifting the data i gave it back to being 32767 based internally. Zen. ----- Original Message ----- From: "Jean-Marc Valin" <Jean-Marc.Valin@USherbrooke.ca> To: "Tay YueWeng" <yueweng@yahoo.com> Cc: "speex" <speex-dev@xiph.org> Sent: Wednesday, December
2004 Dec 30
0
Speex sound a little artificial?
Hi, This applies to everyone having (or suspecting) problems with Speex. The first thing to do is to encode the file in wav format and use speexenc/speexdec on it. If you're getting something different with your application, it's likely buggy. If the result isn't OK, then it can be: 1) Normal given the bandwidth/bit-rate used 2) A conditioning problem with your audio (i.e. DC not
2005 Jan 05
4
Encoding and decoding problem in speex 1.0.4
Hi, I am using the speex 1.0.4 library from Windows. I have posted my problem before but didn't get a solution. I am doing an VOIP project in which i am recording sound and streaming it to the peer. I wanted to encode and decode wav files that brought me to this site. I am recording sound in the following format:- m_WaveFormatEx.wFormatTag = WAVE_FORMAT_PCM;
2005 Apr 26
2
100% CPU usage
Hi Jean, > > > Well, just trace it, how many times are you > calling > > > speex_decode_int()? > > > > Maximum is 51 times per second. Will this cause > any > > CPU high utilization? > > That's normal... What CPU are you using? If it's a > fixed-point CPU, then > the reason is probably just the fact that the packet > loss
2004 Dec 28
1
How to convert from Microsft PCM 16bit to float
Dear all, I have one simple question. I understand that speex_encode and speex_decode takes float * as an arguement to encode and decode the sound. However, when I get the PCM data from the sound card under win32, it is a just 16 bit array. May I know how do I convert this 16 bit value to speex float format and to convert back? Is there got any routine to do this? YueWeng
2004 Dec 30
2
Speex sound a little artificial?
Hi all, I have deploy speex 1.1.6 in my application. With no option set, I can hear that the voice sounds a little bit artificial like robot. Any idea what causes this? I use openh323 with speex, but it seems ok. Is it neccessary for me to use more other filter prior to encode the sound or after decode my sound? yueweng __________________________________ Do you Yahoo!? Yahoo! Mail -
2004 Dec 28
2
Sound distorted after normalized.
Dear all, First, my aim is to achieve VoIP using VBR and DTX under Win32. I face a problem using speex 1.0.4 and need some help. My voice is ok and no background noise when I do NOT normalize 16 bit value to floating value. Normalized means dividing the 16 bit value by 32767. Turning on VBR is also ok but DTX has no effect. However, the speak is has a continous background beep sound AFTER I
2005 Feb 17
1
Hellolololo... effect in long distance?
Hi, Have anyone using speex experience the following effect: When I say "hello", it will be become "hellololololololo....". This does not always happened. The chance of happen is quite random. This effect does not happen in my LAN. It only happen when ping time is about 500 milisecond or more. Is it a speex problem? Any suggestion how to resolve this issue? Thanks in
2005 Apr 26
1
100% CPU usage
Dear all, I am using speex 1.17 at this moment, everything works great. However, I face a problem when no packet arrived from network for a few second, my CPU usage is 100%. I step though my code and seems that (not confirmed) the speaker callback WaveOutCallback() function which call speex_decode_int(decoder_state, NULL, shortData) (when no data arrived for PLC purpose) seems to consume a
2004 Dec 31
2
Speex sound a little artificial?
Hi, > 1) Normal given the bandwidth/bit-rate used Do you mean the bit-rate that I should set in the speex codec? > 2) A conditioning problem with your audio (i.e. DC > not removed) What is DC? YueWeng __________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250
2007 Apr 17
0
Kai Yang Tay wants to chat
----------------------------------------------------------------------- Kai Yang Tay wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-cfcdc6af1f-341af7b3a6-8cd9e6dd975cc617 You'll need to click this link to be able to chat with Kai Yang Tay. To get Gmail - a free email account from
2004 Dec 28
5
Sound distorted after normalized.
> 16 bit ints have a range of -32768 to 32767. If you divide > -32768 by 32767.0 you end up with -1.00003051850948 which > is a bad thing. > > Try normalizing with a value of 32768.0. No. Speex expects values in the +-32767 range, not +-1.0. Just converting from int16 to float *is* the right thing to do. Jean-Marc -- Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca>
2005 Apr 18
0
speex voice seems to be bit breaking over long distance.
Dear all, I have implemented speex. Under LAN environment, everything is working fine. However, when the source and destination is about 20 hrs away, with ping response time of about 800ms, the voice is breaking. Breaking means you can not hear a smooth voice. Like the voice is being "chopped" into many pieces. The amount of packet lost is less than 10%. I have tried 8KHz, 16KHz, 32KHz.
2012 Nov 29
1
Problem with mail_location and INDEX location
HI, I'm pulling my hair out a little trying to get dovecot to save it's index locally rather than in the NFS mount. No matter what I do it seems to save the indices in the Maildir on the NFS. I'm using dovecot 2.0.18 on CentOS 6.3. The relevant config I'm using: mmap_disable = no dotlock_use_excl = no # only needed with NFSv2, NFSv3+ supports O_EXCL and it's faster
2005 Dec 30
0
streaming to dialup users gives low quality audio
Dave wrote: > Hello, > I've got two streams, one for broadband, one for dialup. Well, having had > occation to use a dialup connection recently i checked the dialup stream. > Although it was streaming what the broadband stream was, the audio quality > was audibly worse. It didn't buffer, but it didn't sound as clear as the > broadband stream. This is expected.
2008 Jan 17
1
modem through Zaptel/Digium?
This is just a low priority curiosity question because I have a usable workaround. I have Digium card that uses the Zaptel driver (can't get to my home machine right now to get the exact model, but it probably doesn't matter). It's a card with one POTS line and three extension hookups. I'm using Asterisk 1.4 and Zaptel 1.4.7 . One of the extension ports is connected to a modem
2006 Mar 23
1
NLME Covariates
HLM question? Is there a minmum number of observations required for a category..I have individusals in work teams.I have incomplete data for all the teams ..sometimes I only have data for one person in a team.I assume that HLM can't work here! But what would be the mimimal.at the moment I have a sample of about 240 in about 100 teams with teamsizes form 2 to 5. Any advice? Thanks
2004 Jan 23
1
Asterisk + Dialup Modem
Hi, I am new in asterisk. Is it possible to use it with common dialup modem to connect ptsn to the server? Thanks Regards, Soragan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040123/8e77b5cf/attachment.htm