similar to: Java?

Displaying 20 results from an estimated 5000 matches similar to: "Java?"

2004 Sep 10
0
Java?
I'd be interested in helping too. I'm pretty new, but I think that JNI would be the easiest way to go. of course, never having done anything with JNI, what do I know :) Dave -----Original Message----- From: Josh Coalson [mailto:xflac@yahoo.com] Sent: Wednesday, November 28, 2001 5:19 PM To: Cain Brian-BCAIN1; dev Cc: Cracauer, David D. Subject: RE: [Flac-dev] Java? Decoding FLAC is
2004 Sep 10
1
Java?
I'd be happy to (help) port the source to Java. How many lines of code are we talking? If preferable, I could just do a front-end to a JNI interface to flac. -Brian > -----Original Message----- > From: Josh Coalson [mailto:xflac@yahoo.com] > > --- "Cracauer, David D." <dcracauer@vue.com> wrote: > > Are there any plans for flac for java (JNI or
2007 Aug 27
1
Pure Java theora implementation - LGPL
I've started working on a pure-java port of Theora under the LGPL, as a subproject of FMJ, the open-source implementation of JMF. It is similar to and dependent on the jogg/jorbis libraries from jcraft. The Cortado implementation is nice, but since it is GPL, that is too restrictive for FMJ, which is LGPL. This is, naturally, a large undertaking, and any help by anyone interested would
2001 Apr 24
0
low-bitrate streams and pure Java Ogg Vorbis player
Hi there, I have developed pure Java Ogg Vorbis decoder, JOrbis. By the recent improvements on JOribs, its 'simple' player, JOrbisPlayer, will enable you to enjoy low-bitrate/mono streams on the web browser with J2SE 1.3(or later)Plug-in; Java plug-in; I have provided digitally signed JOrbisPlayer at http://www.jcraft.com/jorbis/player/JOrbisPlayer.php # This signed applet is signed
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
(I previously sent this message (minus some slight edits) to theora-dev at xiph dot org, but it did not seem to show up in the archives. I do not know if one has to be subscribed in order to post messages.) Among other things, this message concerns the compilation of the downloaded source code for version 0.6.0 of the Cortado Java applet. (the source was probably from a file that was originally
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list. Anyone familiar enough with Java to know how we go about detecting/using/incorporating an external Jorbis build into the Cortado jar ? Or are we supposed to download sources into our tree and build the whole ? ---------- Forwarded message ---------- From: Hans de Goede <hdegoede at redhat.com> Date: Thu, 04 Nov 2010 15:31:31 +0100 Subject: Merging jorbis
2004 Sep 10
1
Java?
Are there any plans for flac for java (JNI or Otherwise?). I am working on a java mp3 jukebox, and would like to add flac support. Dave Cracauer
2002 Apr 16
0
JRoar can dish out pure Java Vorbis player.
Hi, I have developed the streaming server JRoar(http://www.jcraft.com/jroar/). In the recent improvement, JRoar can dish out pure Java Vorbis Player and become the applet host. You may know that you can get JOrbisPlayer applet from http://www.jcraft.com/jorbis/player/JOrbisPlayer.php , however that applet is digitally signed. By this hack, you can enjoy the live ogg vorbis stream by the applet
2000 Aug 08
0
pure Java Ogg Vorbis decoder
Hi there, I have develope pure Java Ogg Vorbis decoder and its working version is now available at http://www.jcraft.com/jorbis/ . Of course, it is under LGPL. I think that the ubiquitousness of Vorbis decoder will leverage the popurality of Ogg Vorbis. Current version can decode Ogg Vorbis bitstreams, but its outputs are extremely noisy and more works must be done. I'm very happy if I
2001 Jun 28
4
Java wrapper?
Hi, a few months ago it has already been discussed, but without final solution it seems... Is there anybody who is working on a Java JNI wrapper for libvorbis etc.? Greetings k.j. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only
2004 Aug 06
2
[lists] Speex & Java ...
On Thu, 2003-04-03 at 12:59, Kaveh Goudarzi wrote: > Hello People, > > Are there any ongoing efforts to port speex enc/dec > to java? I know there are a couple of things lying about in > jcraft and other sites but they all seem a little half hearted. You might like to write a JNI Wrapper. Cheers David > I've used jspxdec.zip written by james.lawrence@hellonetwork.com
2000 Dec 21
1
About Encoding decoding and playing vorbis in a java application ...
Hi all , I wanna know if there already some code in java to encode , decode and playing ogg vorbis format , thanks... --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed.
2005 Sep 16
1
RE: Vorbis-dev Digest, Vol 16, Issue 10 ogg streaming
Thanks for the reply.. I am very new to this field (streaming players) have some experience in java/php/vb, however would like to know from you experts where/how to start...what is the best option, what I am looking at is something like the jorbis player; we simply place the url and it plays the stream...the idea is to cut off all the other unnecessary stuff, and to just get the simple code which
2006 Oct 26
2
RELEASE: Cortado 0.2.2 'Really Tested Verily Exceptionally'
This mail announces the release of Cortado 0.2.2 'Really Tested Verily Exceptionally'. This is Cortado, a multimedia framework for Java written by Fluendo. It contains: - JST, a port of the GStreamer 0.10 design to Java - jcraft, a copy of the JCraft JOgg/Jorbis code - jheora, an implementation of Theora in Java - codecs (currently only containing the Smoke codec, a variant on Jpeg) -
2004 Mar 04
0
Error after half-blocksize
Hi I've got serious problem with my Vorbis-Decoder. The error seems to happen in the inverse Mdct. Before the imdct the values seems to be correct (compared with those of jOrbis (www.jcraft.com/jorbis/)). But after the transformation the values shows a strange behaviour. In [0, blocksize/2] the values are correct, but in [blocksize/2, blocksize] the values are wrong. The difference in
2004 Aug 06
0
[lists] Speex & Java ...
David McNab wrote: > On Thu, 2003-04-03 at 12:59, Kaveh Goudarzi wrote: > >>Hello People, >> >> Are there any ongoing efforts to port speex enc/dec >>to java? I know there are a couple of things lying about in >>jcraft and other sites but they all seem a little half hearted. > > > You might like to write a JNI Wrapper. That's what
2004 Aug 06
0
streaming ogg player embedded in web page
have you tried jorbis? http://www.jcraft.com/jorbis/index.html <p>adam <p><p><p>On Fri, 30 Apr 2004, Warren J. Beckett wrote: > Hi List, > > For the last week I have been have playing with icecast 2.0.0 and ices > for a streaming project I am working. The streaming is working with > multiple sources and fallback using XMMS and Winamp as the clients. All
2004 Oct 29
1
java vorbis encoder and examples
I'm currently involved in a project where in we need to record the audio from a mic encode with vorbis, then put it in Ogg container, and then make it as RTP packet and transmit over Darwin Streaming Server. Till now we were using JMF with available codec's, since JMF handles the RTP part life was pretty much easy using it. Now we want to use Ogg Vorbis because of its adv's. So in
2004 Oct 29
1
java vorbis encoder example or API needed
I'm currently involved in a project where in we need to record the audio from a mic encode with vorbis, then put it in Ogg container, and then make it as RTP packet and transmit over Darwin Streaming Server. Till now we were using JMF with available codec's, since JMF handles the RTP part life was pretty much easy using it. Now we want to use Ogg Vorbis because of its adv's. So in
2004 Aug 06
3
mac player for ogg streams
Hullo Would JOrbis work? http://www.jcraft.com/jorbis/ It's a java applet that plays vorbis streams. I can't think of another. But then I don't get to uses macs often :( Leo <p>On Thu, 31 Jan 2002, adam wrote: > Hi, > > I have 2 Icecast2 servers set-up (1 unix and 1 win32) that I have been > testing with live streams using Oddcast. I can get the stream playing