Logo

Hawk Software

Programming, web design, and more

Recent Posts

Category

Archives

Meta

Ask Phil – Using GSM Codec

Programming 3 Comments

Terry asks:

hello,i need your help about gsm 06.10. thanks for your code but i don’t know built it become a program which record/play file .gsm ( or .au, . wav) ,can you help me rebuilt it by VC++. Thanks so much. good luck!!

My reply:

If you wish to play GSM encoded .wav files then you do not need my code; Windows has had that capability since at least Windows 98.  Also, Microsoft does not use the standard GSM bit stream in .wav files, so my code cannot be used to create or decode GSM .wav files.

My GSM code is aimed at creating bit streams that can be used for network transmission or recording to your own file format.

I love to answer programming questions.  Feel free to send me your questions.  Use the subject “Ask Phil” to insure I spot it, and I will do my best to get you a useful answer.  I will also pick a few each week and post them here.

3 Responses to “Ask Phil – Using GSM Codec”

  1. search optimizing Says:

    seriously, this blog is splendid . I think im gonna stick around and read a couple of your posts. Peace out

  2. bouchakour Says:

    hello sir
    I need the program in matlab ACELP encoder decoder (G729)
    thank you my master

  3. Phil Frisbie, Jr. Says:

    Sorry, but I do not use Matlab, and I have ignored G-729 due to patents.