Convert .gsm to mp3 using C# or Javascript

1.3k Views Asked by At

I am going to develop a application for QA and need to convert .gsm file to compatible web based format with 2-6 hours length.

I wanna know about How i can convert .gsm file to HTML5 compatible audio formate.

1

There are 1 best solutions below

0
On BEST ANSWER

I found the answer to my question after R&D.

Using Sox Utility

Use C# code for exucute Sox cmd utily from appliction

sox input.gsm -r 8000 -c 1 -w -s ouput.wav