Displaying 3 results from an estimated 3 matches for "netcod".
Did you mean:
netcmd
2004 Jun 17
2
IAXy and bandwidth requirements
...hat indicates the ulaw codec, so I know that one
is good.
But we are thinking about using the IAXy over a VPN, to replace our
MultiVoip. alaw and ulaw are 64kbps, which is too much for our tunnel.
G726 would be good if is has decent sound quality at 16kbps. We
currently use MultiVoip's Netcoder at 9.6kbps which works fine.
So, is there an official statement somewhere about which codecs the
IAXy supports?
Thanks!
-Michael
2000 Nov 15
2
speech in vorbis
I was wondering how vorbis fares as a speech codec? I
mean can it give similar or better quality as
GSM/Toast at the same kind of bitrates/filesize?
I'm not worried about streaming but I'd love to be
able to create really small voice files.
Can anyone give me an idea of filesize for recording
time for pure speech based use?
love
Freya
__________________________________________________
2007 Feb 01
12
[PATCH] HTB O(1) class lookup
This patch changes HTB''s class storage from hash+lists to a two-level linear
array, so it can do constant time (O(1)) class lookup by classid. It improves
scalability for large number of classes.
Without the patch, ~14k htb classes can starve a Xeon-3.2 at only 15kpps,
using most of it''s cycles traversing lists in htb_find(). The patch
eliminates this problem, and has a