| Author |
Sound File Compression
|
Jeff Klamer
Greenhorn
Joined: May 26, 2007
Posts: 7
|
|
How can I compress spoken sound files I am now creating to be used in a game created using java? Currently, I record written text onto my digital/video camera, bring that recording into Final Cut Xpress editing software, then export using qt compression. Do you know of any formats that will be smaller than the .au or .wav I am now creating? Or, a way(s) to compress further the .au and .wav sound files I am creating? Thank you, Jeff
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12921
|
|
You could use MP3, but the problem with MP3 is that it's patented. An alternative for MP3 is the free Ogg Vorbis format. You can find Java decoders for that format on Google, just search for "java ogg" for example.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: Sound File Compression
|
|
|