aspose file tools
The moose likes Game Development and the fly likes Sound File Compression Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Game Development
Reply Bookmark "Sound File Compression" Watch "Sound File Compression" New topic
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
    
    3

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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Sound File Compression
 
Similar Threads
Which image is loading Fastly .jpg or .gif?
voice compression
A question about codec in JMF
Image compression and decompression
Compression/Decompression encoding in unix.