Link to home
Start Free TrialLog in
Avatar of WDB
WDB

asked on

Microsoft GSM 6.10 Audio Format on NT

I've written an app that uses the Microsoft GSM 6.10 Audio format for recording and playback of wav files. It works fine on Windows 95 but not on Windows NT. The Microsoft Sound Recorder is unable to use this format as well on Windows NT. I need to know how to get this format working under NT? Thanks ahead of time for any help!!
Avatar of ms99y
ms99y

I suggest  you check the installed audio compression codecs
under NT.
You say, your app. runs under 95, that means the GSM610 audio codec is installed and enabled in 95. You get information about the installed codecs from the multimedia properties under Control Panel.

So you must install and enable the GSM610 codec under NT,
I think this solves  the problem.

ms99y



I got your reply to my question about using waveout to play GSM610 wav files. You suggested me the mcisendcommand function. I tried your program and it worked. If it is not too much ,
would you send me the recording portion of your code. I also want to record audio in GSM610 format. Thanks for your help.(my mail account :    ms99y@yahoo.com)

And I made an experiment about  GSM610 codec, first disabled the codec, added the mciGetErrorString  function to your program and ran, it gave an error "MMSYSTEM 3326 No wave device that can play files in the current format is installed ".
After enabling the codec it worked properly.

Avatar of WDB

ASKER

The GSM610 codec is installed and enabled but doesn't work under NT. I'm assuming it's a problem with the sound card. Thanks anyway for your answer.
ASKER CERTIFIED SOLUTION
Avatar of barlav
barlav

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial