search for: bao

Displaying 20 results from an estimated 55 matches for "bao".

Did you mean: bad
2004 Dec 29
2
icecast2.2 and aac?
Trying to get the LE version for months now, still treamguys can?t deliver.... Regards, Dennis Heerema -----Original Message----- From: "Greg J. Ogonowski" <greg@orban.com> To: qiang Bao <jakobao@yahoo.com>, icecast@xiph.org Date: Wed, 29 Dec 2004 11:08:04 -0800 Subject: Re: [Icecast] icecast2.2 and aac? Icecast 2.2 works fine with AAC/aacPlus at any bitrate. 32kbps here: http://stream.orban.com:80/eval -greg. At 00:21 2004-12-29, qiang Bao wrote: it seems that icecas...
2005 Feb 04
2
how to generate a function from a linear model
...#39;ve had no luck finding it. For example, I have a model created using lm(). model <- lm(sat.d~1+sat.n+I(sat.n^2)) What I would like to have is a function (similar to the one generated by splinefun()) so that I can use it on different data-sets. Thanks in advance for the help. Tony Han Bao tonybao at mac.com
2006 Apr 27
12
how to do a count with a variable...
hi guys, got this problem... in my controller, when i wanna do a @temp.count it fails... then i went to try counter = @temp.count which also failed.. thus, i feel that the count is not available for ActiveRecord::Base..so i went to the Model class eg. user.rb so in user.rb : ... def count_uesr count = 0 self.each do |record| count ++ end return count end then it ended up having
2006 Apr 18
7
Functional test, pls help!!!!
Hi guys, recently encountered this funny problem which i really dunno wat happen... I have been trying on it for the past few days and just doesnt work.Hope you guys can give me some enlightenment. Problem: The functional test doesnt seems to be able to recognise one of my model, and when i run the test, it keeps giving me the error of"You have nil object when you don''t expect
2004 Dec 30
0
Re: Icecast Digest, Vol 7, Issue 34
Message: 2 Date: 29 Dec 2004 15:30:25 +0000 From: Karl Heyes Subject: Re: [Icecast] icecast2.2 and aac? To: qiang Bao Cc: icecast Message-ID: <1104334224.30220.23.camel@bogus.hackers.club> Content-Type: text/plain On Wed, 2004-12-29 at 08:21, qiang Bao wrote: > it seems that icecast 2.2 can only stream aac at 128kbps! > > mp3 and ogg are ok at all bitrates. > > is it a bug or my config wr...
2006 Jun 07
4
WEBrick wouldnt start....
hi guys, just did a search and cant find anything helpful.. suddenly my WEBrick cant start.... omg.... dunno wat''s wrong with it that''s wat i typed : ......$ruby script/server => Booting WEBrick... ......$ that''s all... i dont even know wat''s wrong and when i did a ps -F -C ruby, i also couldnt find anything..... did i jsut corrupt the file or wat???
2005 Apr 05
5
R can not show plots (in Mac OS X terminal)
Dear all: I am a newbie in Mac. Just installed R and found R did not react on my command plot (I use command line in terminal). It did not give me any error message, either. All it did was just giving out a new command prompt--no reaction to the plot command. I suppose whenever I gives out a command of plot, it will invoke the AquaTerm for a small graph, as I experience in octave. What can I
2004 Dec 29
3
icecast2.2 and aac?
it seems that icecast 2.2 can only stream aac at 128kbps! mp3 and ogg are ok at all bitrates. is it a bug or my config wrong? --------------------------------- Do you Yahoo!? Jazz up your holiday email with celebrity designs. Learn more. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 20
11
dynamic mock object anyone?
Hi guys, got this problem with creating such a thing... hope anyone could help.. the problem: ok, now i have this mock object that would simulate a external rpc call. eg require ''models/xmlrpc_agent'' class XmlrpcAgent def create(params) 200 end end but the value of the value returned is fixed. which is quite hard for me to test the controller when different
2007 Jul 12
4
file couldn't play after Speex encode and decode
...speex_15.wav".I found that the new file male_speex_15.wav is smaller than the original file in size.I implemented the test on Linux system.The original file male.wav is 96044 bytes,while the new file male_speex_15.wav is 96000 bytes.I'm eager to know the reason.Thankyou! sincerely, Weiqin Bao -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070712/a54e8550/attachment.htm
2004 Dec 30
0
icecast2.2 and aac?
...sted, with some rights free (RIAA free) music (dutch language made by a friend of mine). http://dir.xiph.org/index.php?sgenre=&stype=&search=doosfm there are some more users in the yp dir: http://dir.xiph.org/index.php?sgenre=&stype=&search=aac Regards, Dennis Heerema qiang Bao schreef: > > > */Dennis Heerema <Dennis@heerema.net>/* wrote: > > > Regards, > > Dennis Heerema > > -----Original Message----- > From: "Greg J. Ogonowski" <greg@orban.com> > To: qiang Bao <jakobao@ya...
2006 Jan 26
3
Help on implementing rails from html with php
Hi guys, just started using rails and is trying to implementing the present html with some rails... However i met this problem when i am trying to port over some php code in html to rails and i cant find any method to successful convert the php codes. Below is a feature i tried to implement in rails way: there are 2 buttons on the html. Besides these 2 buttons is an infobox. So, whenever
2003 Mar 07
24
Hello, I am trying to use 'R' for K-means simulatio, could you please advise me how I can read my data into a two dimesional array? Or is there any method which directly reads the excell file? Please let me know asap. Regards Skanda Kallur Cogito, Ergo Sum! Rene Descartes
2006 Jun 08
8
Routing help.... it is so difficult!
hi guys, sorry to trouble you all but i really dont understand how this routing thing work... it seems easy but it just dont work for me! here''s the situation : my url b4 : http://127.0.0.1:3001/admin/login my url after: http://127.0.0.1:3001/burninglegion/admin/login i wanna do something like this so i went to the routes.rb and type this: ActionController::Routing::Routes.draw do
2007 Jul 23
0
Re:Speex-dev Digest, Vol 38, Issue 21
...s of Speex-dev digest..." Today's Topics: 1. can't cross-compile speex-1.2beta2 in ARM platform ( ? ) 2. Re: Server Side AEC (Tabitha Flash) ---------------------------------------------------------------------- Message: 1 Date: Fri, 20 Jul 2007 22:23:11 +0800 From: " ? " <baoweiqin@gmail.com> Subject: [Speex-dev] can't cross-compile speex-1.2beta2 in ARM platform To: speex-dev <speex-dev@xiph.org> Message-ID: <45ac4c5c0707200723l5bd4b4cew5b3a17fa655dda80@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" Dear Sir, > I'm tr...
2008 Jun 20
2
pci passthrough on RHEL 4.5
Hi there, I have a Dell T3400 Workstation with CentOS5.1 as dom0. I have hidden a network interface in dom0 to pass it to domU. The domU can come up with the NIC when it''s OS is CentOS5.1 or RHEL5. But when it comes to RedHat4.5 , the NIC can not be found. As I type the command "lspci" in RHEL4.5 domU, it returned: pcilib: Cannot open /proc/bus/pci
2007 Aug 07
2
speex compression rate
...bsite,it says" Speex is based on CELP and is designed to compress voice at bitrates ranging from 2 to 44 kbps." Is the original voice at bitrates raning from 2 to 44 kbps,or the compressed voice at bits ranging from 2 to 44 kbps? what is the maxmium compression rate? Thanks a lot! Weiqin Bao -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070807/83c90cd3/attachment.htm
2004 Dec 29
0
icecast2.2 and aac?
...Thanks. -greg. At 12:53 2004-12-29, Dennis Heerema wrote: >Trying to get the LE version for months now, still treamguys can?t deliver.... > >Regards, > >Dennis Heerema > >-----Original Message----- >From: "Greg J. Ogonowski" <greg@orban.com> >To: qiang Bao <jakobao@yahoo.com>, icecast@xiph.org >Date: Wed, 29 Dec 2004 11:08:04 -0800 >Subject: Re: [Icecast] icecast2.2 and aac? > >Icecast 2.2 works fine with AAC/aacPlus at any bitrate. > >32kbps here: > >http://stream.orban.com:80/eval > >-greg. > > > >At...
2004 Dec 30
0
icecast2.2 and aac?
...t other platforms like BSD and other Linux variants too. I probably forgot a lot more, specially the streamclints for one type of platform only, maybe somebody els can give more info on the clients for linux platform versions only. Regards, Dennis ----- Original Message ----- From: qiang Bao To: Dennis Heerema Sent: Thursday, December 30, 2004 6:03 AM Subject: Re: [Icecast] icecast2.2 and aac? At 00:21 2004-12-29, qiang Bao wrote: it seems that icecast 2.2 can only stream aac at 128kbps! mp3 and ogg are ok at all bitrates. is it a...
2006 Feb 23
1
[LLVMdev] Questions on LLVM and binary translation
...-time? I'd rather do it per-BB-a-time because some BBs in the function may not be executed at all. Is there any difficulty to do codegen per-BB-a-time? Thank you for the attention, and any suggestions and comments on applying LLVM on dynamic binary translation are mostly welcomed. - Daniel Bao