Link to home
Start Free TrialLog in
Avatar of ms99y
ms99y

asked on

Using Codec and Making conversions


I have some installed codecs, and I want to make conversions using these codecs. For instance I have a GSM 6.10 recorded file,  I want to convert it to PCM format. Now I can make this conversion using Sound Recorder. Is there any way to make this conversion without using Sound Recorder. Does sound recorder give any interface(any methods, functions) that can be used in this conversion.
Avatar of ZifNab
ZifNab

How do you use Sound Record for your purpose. Do you know the format of GSM 6.10?
Hi guys,

I sugest to start from
http://premium.microsoft.com/msdn/library/sdkdoc/multimed/audcomp_2r72.htm#

And continue in all tree directions from here...
Avatar of ms99y

ASKER

To Zifnab,

  If the GSM6.10 codec is installed in your PC, you can make the conversion using Sound Recorder. You may change the format of your file by following this steps .In Sound Recorder, under File menu , properties and Convert Now. Then the it lists the available formats.

Thanx
Avatar of ms99y

ASKER


As you already know, you can check the installed codecs, under control panel multimedia and advanced  Audio Compression Codecs.

Later,
ms99y, what you do is following : read file into sound recorder and then save it to another format. Correct.

Well, maybe a simple solution : use the macro component of Matvey so you can put every action in the macro...

I'll lookfor a direct way. But am not sure if I can find one immediately.

Zif.
IT IS VERY POSSIBLE, and I think very simple.
Thanks for advertising the macro component Zif (BTW it has inhanced now with Igors help), but I doubt it's a good way to do it.

I'll look for something right now...
Matvey, correct I doubt too, that it's a good solution.
euhm last comment had to be isn't a fancy solution
ms99y,

 this is a (shareware) :-( component, doing what you want :

http://www.spend.com/skacms10.zip

see info at http://www.spend.com/delphi.htm

(SoundKit ACM is a collection of Delphi 2.0 objects and components that provide a highly functional interface to the Win32 Audio Codec Manager services, and a range of objects to handle the processing of Wave/RIFF files. TSoundKitWaveStream is a TStream descendant that gives full reading and writing of Wave Data. TSoundKitACM provides data conversion from any of the supported formats possible via the ACM interface.)

Well if you find Win32 audio Codec Manager, i'm prepared to try to make a translation for you.

or go MIDAS? : http://www.s2.org/midas/download.html

Zif.
Avatar of ms99y

ASKER

I will examine the URL s and the component that you suggested, Thanx for your suggestions.


ms99y, just curious... found something?
Avatar of ms99y

ASKER


Hi ZifNab

  The component that you suggested is the one that I needed. Thanx for your help,
Submit your comment as an answer to the question.
(Sorry for being late. I was unable to get a connection to The Net.)

Best Regards
ASKER CERTIFIED SOLUTION
Avatar of ZifNab
ZifNab

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
Avatar of ms99y

ASKER

Ok ZifNab

Later,