How to convert GSM 6.10 wav file to MP3/PCM/OGG/AU format using JAVA?
How can I convert GSM 6.10 wav file to MP3/PCM/OGG/AU format using JAVA?
Any one conversion would also be appreciated
Thanks a lot in advance!
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...
Re: Converting GSM 6.10 Wav file to other formats
Thanks a lot JavaPF. :)
It would be great if you can provide me that.
But if you have time, can you please explain how tidous or complex the code might be.
Will it be in too depth of interface.
Thanks a lot again
Re: Converting GSM 6.10 Wav file to other formats
Hello expertise,
I searched all of my backups last night but could not find any of my original code :(
This is actually a very complex task. It is not easy at all. There is no way you could move forward with this without knowing the algorithms first. We are talking 100s of lines of code.
I have done a quick search to see if I can find something online to show you as an example but there doesn't seem to be much out there!