search for: wimba

Displaying 11 results from an estimated 11 matches for "wimba".

Did you mean: simba
2004 Aug 06
0
JSpeex help
...encoder (the SPI decoder works well). I am working on it, and hope to have a fix soon. In the mean time, you can use the encoder outside of JavaSound, that one works well (see the command line encoder as example code of how to implement it). sincerely Marc Gimpel Head of research Wimba <p>On Thu, 4 Dec 2003 12:31:50 -0500, "Sanjiv Desai" wrote:X-Original-To: speex-dev-majordomo@xiph.org X-Original-To: speex-dev@xiph.org X-Original-To: speex-dev@xiph.org Message-Id: From: "Sanjiv Desai" X-Priority: 3 Reply-To: speex-dev@xiph.org X-Mailer: Microsoft Out...
2007 Aug 07
0
Asterisk 1.2.24 and 1.4.10 released
...The security issue only affects users of chan_skinny and is documented in ASA-2007-019. http://downloads.digium.com/pub/asa/ASA-2007-019.pdf Another set of noteworthy changes in version 1.4.10 include many fixes for the IAX2 channel driver. Special recognition goes out to the developers over at Wimba (http://www.wimba.com/) for their dedication to tracking down numerous complicated issues in the 1.4 version of chan_iax2. Thank you very much Mihai, Steve, and Pete! These releases are available for download from the following location: http://downloads.digium.com/pub/telephony/asterisk/ Thank...
2007 Aug 07
0
Asterisk 1.2.24 and 1.4.10 released
...The security issue only affects users of chan_skinny and is documented in ASA-2007-019. http://downloads.digium.com/pub/asa/ASA-2007-019.pdf Another set of noteworthy changes in version 1.4.10 include many fixes for the IAX2 channel driver. Special recognition goes out to the developers over at Wimba (http://www.wimba.com/) for their dedication to tracking down numerous complicated issues in the 1.4 version of chan_iax2. Thank you very much Mihai, Steve, and Pete! These releases are available for download from the following location: http://downloads.digium.com/pub/telephony/asterisk/ Thank...
2011 Jun 26
2
Getting Java to call Wine?
Okay, so I am currently trying to get a program called Wimba Classroom to work. It is a Java app that runs in the browser, but it calls an .exe file. Is there a way to get Java to call Wine when the .exe file is called, instead of the .exe file itself? Thanks, Puzzler995
2006 Apr 28
2
Asterisk DNID/RDNIS with Dial iax2
...g outgoing calls. Do I need to modify the sources (chan_iax2?) to populate and pass the RDNIS IE from MASTER to SLAVE? Or maybe this is as simple as passing a magic flag to the dial command? Thanks for any hints or tips you can pass my way, Andrew ---- Reach Beyond the Classroom -- Horizon Wimba -- www.horizonwimba.com Andrew Grangaard andrew-asteriskusers@horizonlive.com
2004 Aug 06
1
sppex player
Hi, You can also use the Java jlGui Music player (http://www.javazoom.net/jlgui/jlgui.html) with the java implementation of Speex (http://jspeex.sourceforge.net). This will play Speex streams and files on any platforms, including Linux, Mac and Windows, or even inside a web page. Tyler Knott wrote: > sailaja akkineni wrote: > >> hi, >> i want to use ogg speex streaming
2004 Aug 06
0
speed and memory
...hannels are identical, best to reduce it to mono and encode mono rather than encode stereo). But the best thing to do is play around with the various settings and see which settings suit you best with the given resources on your hardware. Good luck Marc Gimpel Head of research Wimba Ulrich B. Staudinger wrote: > hello, > > i switched to use the encoder.processData() and > encoder.getProcessedData() of jspeex. however it looks to me like a > memory leak ... memory usage is increasing very fast and there is no > visible stop ... after about five minutes ja...
2004 Aug 06
0
q about jspeex
...interface so you should be able to ask JavaSound to give you directly a a Speex AudioInputStream. It's coded although I admit that I never got round to testing it so it might not work. It does work for the decoding, that I'm sure of in any case. Marc Gimpel Head of research Wimba Ulrich B. Staudinger wrote: > Ulrich B. Staudinger wrote: > >> Hi, >> >> i have: >> >> public void run(){ >> try{ >> System.out.println("Opening >> mic"); //...
2004 Aug 06
2
frame size
hello, i have a simple question about speex frame size. i work with jspeex - but i think it's speex generic, the question i have. can i use any frame size i want? or does the size have be in a certain ratio to other numbers? and what does the frame size in the decoder mean? encoded or decoded packet frame size? how much data can i hand to the encoder to encode? if i hand i.e. 400 bytes to
2004 Aug 06
2
speed and memory
hello, i switched to use the encoder.processData() and encoder.getProcessedData() of jspeex. however it looks to me like a memory leak ... memory usage is increasing very fast and there is no visible stop ... after about five minutes java.lang.OutOfMemory occurs. I think it must be the jspeex component, because before i added jspeex to my app usage was constant at about 5mb. is it possible
2004 Aug 06
2
q about jspeex
Ulrich B. Staudinger wrote: > Hi, > > i have: > > public void run(){ > try{ > System.out.println("Opening > mic"); // AudioInput > ai=new AudioInput(t); > // ai.start(); > if(t.input==null){ > AudioFormat format = new