Displaying 5 results from an estimated 5 matches for "glassi".
Did you mean:
glass
2000 Dec 03
4
Low bitrate high-band coding...
Hi,
I'd like to contribute to Vorbis and I think this may be of some interest for
low bitrate coding. I have been experimenting with low bit-rate coding for the
high-band (11 kHz to 22 kHz) and, though I haven't yet started quantizing my
coefficients (a gain and an LPC filter), I expect to be able to approximate the
whole 11-22 kHz band with around 1000 bits/s per channel (maybe even 500
2004 Dec 13
0
AstWinPeers - combination of IAX/SIP/Peers/Graph
Hi,
As you may have noticed, I've been playing around with a couple of ways
of displaying peer statistics in Windows.
There were previously 4 programs to do that.
I have now combined them into 1 uberprogram (392Kb uncompressed).
You can download the beta from:
http://www.sineapps.com/down/AstWinPeers.zip
or you can view a screenshot at:
http://www.sineapps.com/images/AstWinPeersBig.jpg
2003 Jul 29
3
Logging in taking too long with roaming profile
Hello,
I am trying to setup a network of 5 XP computers with roaming profiles.
I've got a profile set up on the server and I can log on. The problem
is that the log in time takes about 10 mins and the log out takes just
as long. Here is a link to the log file from the samba server. I
have made comments on it to show what is happening on the terminal.
2004 Mar 06
1
Incoming SIP calls
Hello All
I am trying to answer incoming SIP calls, first, by dialing an
extension, thence into voicemail, which works; and secondly by going
straight into voice mail which does not. The extension.conf that works
is like this;
[incomingSIP]
exten=>_.,1,Dial,Zap/2|1
exten=>_.,2,Voicemail,u5152
exten=>_.,3,Hangup
the extension.conf which does not is like this;
[incomingSIP]
2006 Apr 05
10
RoR with CSS on Firefox?
Does anybody have any experience getting CSS working with RoR on Firefox? I need help!!!
I''m trying to move to the <div> model from the <table> model so I can use AJAX. The move to <div>s requires I also start using CSS for layout, etc.
So here''s the problem I''m having.
Firefox will not use the styles I''ve defined for the <div>s.