Submitted On 14-SEP-2002
rajieve
Capability to encode and decode multimedia using a open
standard thru java is verymuch required. Ogg is a good
standard & is high quality. Please Support this in Java.
Submitted On 07-NOV-2002
bigizzy
Yes support for as many sound protocols and standards
should be there as possible in java. That should include
support for both proprietery formats like mp3 as well as open
formats like Ogg vorbis. If there are licensing issues with
proprietery formats then open formats should be supported in
any case. Ogg Vorbis is a open format and hence should be
supported.
Submitted On 18-JUL-2003
jswoveland
This would be an excellent addition to the Java Sound
package, especially if it included a pure java encoder -
obviously not as fast as native, but might just be fast enough
for many applications.
Submitted On 18-APR-2004
anijap
Ogg support would be great!
Submitted On 10-MAY-2004
prunge
Something like OGG or MP3 is absolutely essential for
applets where bandwidth is an issue.
Submitted On 28-JUL-2004
materthron
How about closing this and put all votes to BUG Nr. 4479349?
Submitted On 28-JUL-2004
materthron
Ups wrong number *g*
The correct ID must of course be: 4499904
Sorry :-)
Submitted On 29-NOV-2004
_grlea_
I think it is critical that OGG support (preferably including encoding) be included in the JRE, not as a separate download as with the MP3 plugin.
Submitted On 30-NOV-2004
frennim
It would be a very good idea to include suport for ogg.
Submitted On 16-DEC-2004
boemers
Ogg support could give this free format a big (deserved) boost. To circumvent legal/license problems, native bindings would be a good start, so that Java Sound provides ogg support if the ogg library is installed locally.
Submitted On 17-DEC-2004
GuillaumeDenis
ogg decoding would be a nice feature !
Submitted On 25-JAN-2005
alljohnny
Have you seen http://www.javazoom.net/vorbisspi/vorbisspi.html ?
Maybe it can be used as a reference. =)
Submitted On 29-JAN-2005
Eduardo_Cobian
Of course ogg support (both for encoding and decoding) should be included in java!!
Submitted On 18-SEP-2005
vijaymagic
+1 For Encoding and Decoding + Encoding on the fly should be provided. When is this expected to be fixed?
Vijay
Submitted On 14-NOV-2006
giosoftware
we need it
Submitted On 26-DEC-2006
SergeOnBass
Now that Java is licensed under GPL, Ogg Vorbis support would be a great addition to it
Submitted On 18-JUN-2007
cbhworld
I agree - this would be extremely useful.
Submitted On 28-MAR-2008
Mithel
Ogg support would be extremely valuable.
Submitted On 16-OCT-2008
bhamail
Could anyone post work volunteers could do to move this along?
Submitted On 02-JUL-2009
ogg vorbis decoder exists as a Java Sound / SPI implementation: http://www.javazoom.net/vorbisspi/vorbisspi.html
Proof of concept code for a pure-java vorbis encoder exists at two places:
http://downloads.xiph.org/releases/vorbis-java/
and
http://www.rpmfind.net/linux/rpm2html/search.php?query=jvorbisenc
Would be nice of course if some volunteer wrapped code like this into a nice SPI package...!
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|