Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: How to convert GSM 6.10 wav file to MP3/PCM/OGG/AU format using JAVA?

  1. #1
    Junior Member
    Join Date
    May 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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!


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    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...
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Junior Member
    Join Date
    May 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

  4. #4
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default 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!
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  5. #5
    Junior Member
    Join Date
    Apr 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Converting GSM 6.10 Wav file to other formats

    I'm a newbie for Java but i encountered the same issue before.

    I solved my issue with a guide at "Faasoft Audio Converter" site.

    Maybe it can help you too. Now i have to go to learn java.

Similar Threads

  1. [SOLVED] Java program to convert and compare integers
    By luke in forum What's Wrong With My Code?
    Replies: 9
    Last Post: May 18th, 2009, 06:26 PM
  2. Replies: 4
    Last Post: May 1st, 2009, 03:32 PM
  3. Program to convert Hexadecimal to its Character equivalent
    By nathanernest in forum Java Theory & Questions
    Replies: 2
    Last Post: April 8th, 2009, 03:12 AM
  4. Java program to find the minimum and maximum values of input data
    By awake77 in forum What's Wrong With My Code?
    Replies: 6
    Last Post: December 20th, 2008, 05:12 PM