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 !!
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.
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 !!
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
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.
@ 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
my advice google, wav gsm to wav pcm and get a convertor