View Single Post
  #2 (permalink)  
Old 10-05-2009, 04:13 PM
JavaPF's Avatar
JavaPF JavaPF is offline
mmm.. coffee
 
8 Highscores

Join Date: May 2008
Location: United Kingdom
Posts: 1,543
Thanks: 98
Thanked 92 Times in 85 Posts
JavaPF is someone you want to know!JavaPF is someone you want to know!JavaPF is someone you want to know!

I'm feeling Relaxed
Default Re: Converting GSM 6.10 Wav file to other formats

Hello expertise and welcome to the Java Programming Forums

Converting a wav file is actually very complicated. It requires complicated algorithms to remove frequencies and compress the file.

I remember having some code a few years ago that I was using when I was working on an audio application. I will see if I can find it...
__________________
Don't forget to add syntax highlighted code tags around your code: [highlight=Java] code here [/highlight]

Forum Tip: Add to peoples reputation () by clicking the button on their useful posts.
Reply With Quote