On Fri, Nov 10, 2006 at 10:40:38AM -0600, J Hammontree wrote:
> I'm trying to develop an application that stores snipets of audio
recorded from
> a sound system. The audio comes in through a laptop line-in or mic jack,
is to
> be recorded in Vorbis-Ogg format, and then saved in a repository. The
> application will be written in Java. Is there a standard Vorbis-Ogg Java
API
> that includes framework for recording and playback?
I'm not aware of a pure java encoder, or of java bindings for the C
implementation. There is a pure java decoder:
http://www.jcraft.com/jorbis/
If you do bindings and want to contribute back, we'd be interested in
that.
-r