search for: 4kbps

Displaying 20 results from an estimated 29 matches for "4kbps".

Did you mean: kbps
2007 Dec 12
1
4kbps sounds robotic on TMS320C64
Tried your fixed_generic.h change but that didn't help. Andy ----- Original Message ---- From: Andy Ngo <ndno72-speex@yahoo.com> To: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> Cc: speex-dev@xiph.org Sent: Wednesday, December 12, 2007 4:13:35 PM Subject: Re: [Speex-dev] 4kbps sounds robotic on TMS320C64 Jean-Marc, Yes, fixed-point is enabled (#define FIXED_POINT in config.h). I haven't tried anything lower than 4kbps; like I mentioned, 6kbps sounds fine so it's very strange. The only code I changed to get 4kbps was setting quality to 1 so that is the only...
2007 Dec 12
0
4kbps sounds robotic on TMS320C64
Jean-Marc, Yes, fixed-point is enabled (#define FIXED_POINT in config.h). I haven't tried anything lower than 4kbps; like I mentioned, 6kbps sounds fine so it's very strange. The only code I changed to get 4kbps was setting quality to 1 so that is the only difference in my test code between using 4kbps and 6kbps. It seems to be in the encoder. On the ARM side, I encoded a 8Khz 16-bit mono sample in 4kbps...
2007 Dec 12
1
4kbps sounds robotic on TMS320C64
...i processor, which has an ARM926 processor and a TMS320C64+ DSP in it. I have been using Speex 6kbps (narrowband, quality=2, complexity=1, perceptual_enh=0) on the DSP C64+ side without any issues; the voice sounds very good for such a low bandwidth requirement. However, recently, I tried out the 4kbps mode (changing quality to 1) on the DSP and it sounds robotic; if I ported the same 4kbps code to use on the ARM926 (GPP) side of the DaVinci, it sounds fine (no robotic artifacts). So this leads me to think somehow the Speex code is not working properly for 4kbps (and lower) on the DSP C64+ proce...
2003 Jun 02
2
HTB question (problem with tc filter + NAT)
...LAN interface eth1 - Internet interface this is my firs htb script: #!/bin/bash tc qdisc del dev eth1 root handle 1: tc qdisc add dev eth1 root handle 1: htb default 30 tc class add dev eth1 parent 1: classid 1:1 htb rate 25kbps ceil 48kbps #tc class add dev eth0 parent 1:1 classid 1:10 htb rate 4kbps ceil 48kbps tc class add dev eth1 parent 1:1 classid 1:10 htb rate 4kbps ceil 48kbps tc class add dev eth1 parent 1:1 classid 1:11 htb rate 4kbps ceil 48kbps tc class add dev eth1 parent 1:1 classid 1:12 htb rate 4kbps ceil 48kbps tc class add dev eth1 parent 1:1 classid 1:13 htb rate 4kbps ceil 48...
2005 Nov 28
1
Question from XM Radio
...eptance point of view. Technically it is fine. It is exactly doing the job we had expected. It's the long standing wish that everyone wants... More for less. We are just seeking a bit of magic that just may not be there. Ideally finding a codec that can perform tollerably/intelligibly at 2-4Kbps. And still perform quite well for complex speech at 10-12kbps. Just keeping my eyes (ears) out for something that I have never considered before. I really appreaciate the time you've taken to reply, Thanks. Terry _______________________________________________________________________ Terry...
2005 Nov 27
2
Question from XM Radio
Thanks for the reply. We are currently using AMBE (4Kbps) for our Traffic/Weather Channels. If you have ever had a chance to hear the service, you will know that AMBE does not do us well. I understand that 2Kbps is low quality, but any poorer than AMBE? If can get a decent quality for other low bandwidth talk channels, such as about 10-16Kbps and ha...
2003 Mar 24
11
How to do ensure bandwith
How to do ensure a class not lended and not borrowed each other. I do cburst burst 0b ,but ctokens tokens go to negative! --------------------------------- Do You Yahoo!? "更多惊喜,同样精彩,NetVista A30 热卖" --0-611462377-1048485942=:33792 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: 8bit <P>How to do ensure a class not lended and not borrowed each
2004 Aug 06
3
libspeex crash with RC3
I tried to compress 160 samples of random garbage (range 0-500.f) at 4kbps and got a crash in nb_encode -> forced_pitch_quant because start was -858993460 (== ol_pitch). -- Daniel, Epic Games Inc. --- >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-...
2005 Jun 10
1
Shaping incoming bandwidth
...on my external interface in the server. i''m having a network here which is online via a linux server with cbq compiled in kernel. i''m having eth0 as internal network card, eth 1 as external network card my internet bandwith line is 8kbps on eth1 i want to limit this 8kbps to 4kbps at eth1 and no shaping on eth0 i tried earlier this with cbq.init script... but all in vain..... i don wanna compile kernel for htb support... i think i wud have to use tc and ingress qdisc.... can anyody help with the commands.... help out ..... -- Regards Ankur Jain ---------------------...
2013 Aug 08
0
echo cancellation (power19550114fover)
...? 1. Got memory leaks on iOS using Speex (idan S) ? 2. Fwd: I got memory leaks with Speex (Ralph Giles) ? 3. Question about speex license (Lee, JungAh) ? 4. Seg fault speex encoder initialize (Manee) ? 5.? echo cancellation (power19550114fover) ? 6. Errors while working with VBR on C55x patform at 4Kbps (SHYAM D) ---------------------------------------------------------------------- Message: 1 Date: Wed, 7 Aug 2013 12:12:04 +0300 From: idan S <sidan6 at gmail.com> Subject: [Speex-dev] Got memory leaks on iOS using Speex To: speex-dev at xiph.org Message-ID: <6C089A49-88AF-4EE3-8435-DEC...
2004 Aug 06
0
libspeex crash with RC3
...s. Can someone else reproduce this or am I on crack and should look for a bug elsewhere? // Initialize speex encoder. SpeexEncoderBits = new SpeexBits; SpeexEncoderState = speex_encoder_init(&speex_nb_mode); INT FrameSize, SamplingRate = 8000, // 8000 Hz BitRate = 4000; // 4kbps == 10 bytes per 20 ms peex_encoder_ctl( SpeexEncoderState, SPEEX_SET_BITRATE , &BitRate ); speex_encoder_ctl( SpeexEncoderState, SPEEX_SET_SAMPLING_RATE , &SamplingRate ); speex_encoder_ctl( SpeexEncoderState, SPEEX_GET_FRAME_SIZE , &FrameSize ); FLOAT Src[VOICE_FRAME_SIZE]; appMe...
2008 Nov 23
1
Speex DSP porting
...t 24 bit resolution. This DSP is named 'Kalimba' and is present in CSR's product: BLUECORE5. I'm very interested if anybody can tell me if porting is possible (in fact if there are sufficient resources) for implementing a real-time encoding-decoding (duplex). I'm interested in 4kbps bitrate. Any help will be greatly appreciated. Thanks, Horia -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20081123/931f4e76/attachment.htm
2005 Jan 14
0
problem with mark, need help
...parent 1:0 handle 2 fw flowid 1:21 $TC filter add dev eth0 protocol ip parent 1:0 u32 match ip dst 192.168.10.5 flowid 1:22 $TC filter add dev eth0 protocol ip parent 1:0 u32 match ip dst 192.168.10.6 flowid 1:23 # Classes for inet users $TC class add dev eth0 parent 1:3 classid 1:30 htb rate 4kbps ceil 8kbps $TC class add dev eth0 parent 1:3 classid 1:31 htb rate 4kbps ceil 8kbps $TC filter add dev eth0 protocol ip parent 1:0 handle 3 fw flowid 1:30 $TC filter add dev eth0 protocol ip parent 1:0 handle 4 fw flowid 1:31 # default param for htb $TC class add dev eth0 parent 1:1 classid 1:4 h...
2010 Mar 03
1
Speex on EFM32
...sults, it could be possible to run Speex at 4/6 & 8 kbps on a Cortex M-3 at 36 MHz ... so not excluding the EFM32 ... Nico 2010/3/3 Pietro Maggi <studiomaggi at gmail.com> > On ST forums there is someone that states it has done an optimized > port of the library that run Speex at 4Kbps (ST port is only 8Kbps). > > Take a look here (hoping that the link works): > > https://my.st.com/public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/Flat.aspx?RootFolder=https%3a%2f%2fmy%2est%2ecom%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fARM%20CortexM3%20STM32%2fSTM32%20Now%20...
2010 Mar 03
2
Speex on EFM32
In fact, on my shelf is running speex using Raisonance Primer2 DK and IAR STM32-SK DK. But I want to save the power consumption of the device runnig speex, and EFM32 seems to be a very good candidate. Also, do yo think that the STM32F103 (Cortex M3 90 MIPS) could be used to run Speex at 4 Kbps in real time? Regards, Nicolas 2010/3/3 Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> >
2005 Nov 28
1
Question from XM Radio
...c Valin" <Jean-Marc.Valin@USherbrooke.ca> > Cc: speex-dev@xiph.org > Message-ID: > <E63FE688D5966F4A9E78770555DE90AE08012E@ITWEXC01-DC.xmradio.com> > Content-Type: text/plain; charset="iso-8859-1" > > Thanks for the reply. We are currently using AMBE (4Kbps) for our > Traffic/Weather Channels. If you have ever had a chance to hear the > service, you will know that AMBE does not do us well. > > I understand that 2Kbps is low quality, but any poorer than AMBE? > > If can get a decent quality for other low bandwidth talk channels, su...
2006 Mar 27
0
dsPIC Speex port
...44 kB of flash and 8 kB of ram, fixed point DSP core and capable of 30 MIPS. If only one narrowband rate was selected and everything unnecessary stripped down, perhaps it could be ported to perform both encryption and decryption in realtime? Microchip adapted Speex at 8 kbps (I was thinking more of 4kbps NB) to run on dsPIC, requiring 19 MIPS for encoding and 3 MIPS for decoding. Supposedly, RAM was the main limitation, requiring 5.4 KB for encoder and 3.2 KB for decoder. They state that full-duplex support is now possible and requires 6.8 KB of RAM, so it looks like it can be done. Unfortunately t...
2010 Mar 03
0
Speex on EFM32
On ST forums there is someone that states it has done an optimized port of the library that run Speex at 4Kbps (ST port is only 8Kbps). Take a look here (hoping that the link works): https://my.st.com/public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/Flat.aspx?RootFolder=https%3a%2f%2fmy%2est%2ecom%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fARM%20CortexM3%20STM32%2fSTM32%20Now%20Speaks%20%21%20with...
2015 Dec 31
0
Benchmarking Data for Opus Encoder and Decocder on Cortex M4
...oder on a Cortex M4 embedded controller. The decoder is yet to be done. Based on the chat discussion I would be putting CPU performance numbers for Encoder: Speech, 16KHz, 16-bit mono channel for the following combinations Complexity: 0,1,3,5,9 and Frame Size of 20 and 40ms for Output bit rate of 4Kbps and 8Kbps Any suggestions/critical feedback is most welcome.... Happy new year to all. Thanks Amit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20151231/7b85e8f6/attachment.htm
2007 May 04
0
Pls help on Shorewall installation
...2q N] ... class add ... htb rate R1 [burst B1] [mpu B] [overhead O] htb: failed to calculate ceil rate table. htb: failed to calculate rate table. htb_util htb2_util I follow the configuration from the howto: tcdevices: #INTERFACE ? ? ?IN-BANDWITH ? ? OUT-BANDWIDTH eth0 ? ? ? ? ? ?300kbps ? ? ? ? 64kbps tcclasses: #INTERFACE ? ? ?MARK ? ?RATE ? ?CEIL ? ?PRIORITY ? ? ? ?OPTIONS eth0 ? ? ? ? ? ?1 ? ? ? full ? ?full ? ?1 ? ? ? ? ? ? ? tcp-ack,tos-minimize-delay eth0 ? ? ? ? ? ?2 ? ? ? 5kbps ? 15kbps ?2 eth0 ? ? ? ? ? ?3 ? ? ? 2kbps ? 4kbps ? 3 ? ? ? ? ? ? ? default tcrules: 1:F ? ? 0.0.0.0/0 ? ? ?...