|
||
|
|||
|
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!
|
|
||||
|
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.
|
|
|||
|
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 |
|
||||
|
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!
__________________
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.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Converting to and comparing integers. | luke | What's Wrong With My Code? | 9 | 18-05-2009 11:26 PM |
| converting to .exe | haygaurav | Java IDEs | 4 | 01-05-2009 08:32 PM |
| Converting Hexadecimal to Char | nathanernest | Java Theory & Questions | 2 | 08-04-2009 08:12 AM |
| code help 2 programs. MinMax Values & Converting Temps. | awake77 | What's Wrong With My Code? | 6 | 20-12-2008 09:12 PM |