Writing a small WAV -> OGG Converter

How would I go about writing a small and simple WAV to OGG converter for users wanting to convert their sound files over to OGG for use with my game?
[156 byte] By [Eliwood] at [2007-9-30 22:23:46]
# 1

There isn't a java encoder (yet). However, you can get encoders for all platforms (for free).

http://www.vorbis.com/software.psp

OggDropXPd for example is very easy to use... start it... [optionally: right click -> change settings]... drop wav files onto it. And yea, that's it.

oNyx at 2007-7-7 11:37:09 > top of Java-index,Other Topics,Java Game Development...