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: convert GSM to PCM (wav)

  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    6
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Unhappy convert GSM to PCM (wav)

    hello the masters of JAVAPF,,
    i'm newbie in Java Programming

    can anyone tell me , how to convert GSM to PCM (wav)
    pliz i need your help !!


  2. #2
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: convert GSM to PCM (wav)

    Firstly welcome to java programming forums. Secondly this is the wrong thread, it shouldn't be in tutorials.

    Thirdly, you'd have to expand the abreviations i.e gsm pcm, are you on about pulse code modulation? and what about gsm?

    Chris

  3. #3
    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: convert GSM to PCM (wav)

    Hello cilang. Welcome to the forums.

    I have moved this thread over to our Advanced Java forum.

    I have no idea about GSM or PCM!! Could you please explain in more detail?
    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.

  4. #4
    Junior Member
    Join Date
    Aug 2009
    Posts
    6
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Re: convert GSM to PCM (wav)

    @ chris : Thanks for your help.

    @ JavaPF :

    So, I have an audio file which has .wav extension property like this:

    bit rate 13kbps
    channels mono (1)
    audio sample rate 8kHz
    audio format GSM 6.10

    The problem is, the type of this kind of audio is not suport in JAVA low-level API. Because, the audio file which supports in Java has the property like this:

    bit rate > 16kbps
    audio sample size bit
    channels mono/stereo
    audio sample rate 22/44 kHz
    audio format PCM

    I need the method converter from GSM6.10 (wav) to PCM (wav), with the parameter input (file) source, and return to (file) target.

    Thanks before for your help

  5. #5
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: convert GSM to PCM (wav)

    my advice google, wav gsm to wav pcm and get a convertor

Similar Threads

  1. Convert DOC,XLS to PDF with Java
    By comm in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: July 2nd, 2013, 04:10 AM
  2. Typecasting of double variable to integer
    By JavaPF in forum Java Programming Tutorials
    Replies: 2
    Last Post: December 5th, 2010, 03:41 AM
  3. Conversion of string into integer in Java
    By JavaPF in forum Java Programming Tutorials
    Replies: 17
    Last Post: January 23rd, 2010, 09:33 AM
  4. convert arraylist to a hash map
    By nadman123 in forum Collections and Generics
    Replies: 1
    Last Post: July 29th, 2009, 04:24 AM

Tags for this Thread