Tagged Questions

7
votes
4answers
3k views

Playing small sounds in Java game

For the computer game I'm making, I obviously want to play sound. So far, I've been using AudioClip to play WAV files. While this approach works fine, the WAV files tend to be gigantic. A few seconds ...
4
votes
2answers
213 views

LWJGL and Ogg/Mp3

I want to ask for resources on how to load ogg/mp3 files and play them using the OpenAL facilities in LWJGL. The problem is I want/need a pure java solution Would nice if necessary libs are in a ...
1
vote
2answers
57 views

Java ID3 audio tags lib

I'm looking for a good libraries to edit .mp3 tags ID3v(22,23,24) (like author, title, track and this kind of stuff), write in java or clojure, any ideas ? There is some standard "de facto" in this ...
1
vote
0answers
76 views

Java API to Split Oggs

I'm looking for a Java API to split Ogg vorbis files. JCraft seems good for playing oggs; seems like there should be a good way to utilize that to split them, but I don't see any documentation on the ...
0
votes
2answers
82 views

File I/O while file is open (HTML5 Ogg live streaming)

I have just a quick question: Are files created before they are finished, or are they finished and then created? For example, I am attempting to create a web-based Spotify using JSpotify. I already ...
0
votes
1answer
92 views

parse ogg file in java without decoding

I have a .spx file (an Ogg file with Speex-encoded audio). I would like to use Java to pull the Speex-encoded bytes out of the Ogg container. The problem is, it seems all of the Java libraries I can ...
0
votes
2answers
399 views

FLAC or OGG Online Media player

Is there a way to make an audio/video player in Java that can play on a website? I searched around but I don't understand enough yet for this. We are going to setup a server that can stream OGG and ...
0
votes
0answers
188 views

Create OGG Files from Java

I want to create OGG format for Video. I am looking for a Java library to do this. Any suggestions?
0
votes
1answer
238 views

How to encode the real time audio?

I am on creating voice report. The user has to submit his voice report and it should simultaneously encode the audio data using Vorbis encoder. Its working fine but encoding will start after the ...
-1
votes
1answer
129 views

Video Encoding with Java

How do I encode video in Java? Should it be OGG or any other open format?