Displaying 2 results from an estimated 2 matches for "6000bps".
Did you mean:
8000bps
2004 Aug 06
2
Half-Life(First Person Shooter) is using Speex
...client uses is determined by the server, so use this
command on your server to switch over to using the new one:
v_voicecodec voice_speex
And then these commands to change between different quality voice streams
(also on the server):
v_voicequality 1 : 2400bps, lowest quality
sv_voicequality 2 : 6000bps
sv_voicequality 3 : 8000bps
sv_voicequality 4 : 11200bps
sv_voicequality 5 : 15200bps, highest quality
Erik Johnson
Valve
-----Original Message-----
From: Tyler Knott [mailto:vault-responce@charter.net]
Sent: Friday, January 03, 2003 6:08 PM
To: speex-dev@xiph.org
Subject: [speex-dev] Half-Life(...
2005 Jul 08
2
P2P shaping, won''t work
...andle 2:0 parent 1:0 htb
tc class add dev eth1 parent 2:0 classid 2:1 htb rate 22000bps ceil 22000bps
tc class add dev eth1 parent 2:1 classid 2:2 htb rate 3000bps ceil 5000bps
prio 0
tc qdisc add dev eth1 handle 3:0 parent 2:2 sfq
tc class add dev eth1 parent 2:1 classid 2:3 htb rate 5000bps ceil 6000bps
prio 1
tc qdisc add dev eth1 handle 4:0 parent 2:3 sfq
tc class add dev eth1 parent 2:1 classid 2:4 htb rate 8000bps ceil 8000bps
prio 2
tc qdisc add dev eth1 handle 5:0 parent 2:4 sfq
tc class add dev eth1 parent 2:1 classid 2:5 htb rate 10000bps ceil 10000bps
burst 0 cburst 0 prio 3 quantum 15...