Re: Compressing audio using GSM or other codec (winxp)

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Do you know where can I get more information about msacm32.dll and its
use in C#? Can't find anything related to that API. Which wrapper are
you using and where can I download it?

Padu wrote:
"Nuno Magalhaes"
Is there any way to encode a byte stream of audio data into GSM or
other codec data, and the decode also?
I searched all over the Internet and didn't find any valid solution
applying to C#.
I'm using waveIn and waveOut (from winmm.dll) but I would like to avoid
messing with that low level stuff. I would prefer applying an
encoder/decoder directly to the byte stream.
Is it possible? How can I do it?


I use a set of components for Delphi (haven't ported my app to c# yet). The
library that I use is a wrapper for the windows acm (audio conversion
manager), and if you are already using the winmm.dll, you shouldn't have
problems using msacm32.dll.
Personally, I hate having to deal with winapi myself, but I couldn't find a
good multimedia library such as MMTools for delphi.

Cheers

Padu

.



Relevant Pages

  • Re: List of users in a network
    ... Look for LAN Manager components for your version of Delphi. ... wrapper around the NT API calls. ...
    (borland.public.delphi.nativeapi)
  • Re: Hunspell and richedit?
    ... I had already found your implmentation and also the "official" Delphi ... wrapper on the sourceforge site. ...
    (borland.public.delphi.thirdpartytools.general)
  • =?iso-8859-1?Q?Re:_ZIP-Komponente_=28unicode-f=E4hig=29?=
    ... Nein, am besten was Natives, geschrieben in Delphi oder ein guter ... Wrapper um eine der neueren Info-Zip DLLs. ... Arno Garrels ...
    (de.comp.lang.delphi.misc)
  • Re: Turbo Delphi Explorer and Import Component
    ... Since components can be used from code, I'd see if someone else can generate the ActiveX wrapper for you. ... I've provided type library wrappers to other users who had a licensed copy of Delphi and a licensed copy of the specified ActiveX control. ...
    (borland.public.delphi.non-technical)
  • Re: Importing ADOX library - How?
    ... the database structure rather than the actual data. ... There is no wrapper for the functionality shipped with Delphi, but one can of course just follow the brilliant guides on-line, like these ones: ... Only they assume older version of Delphi. ... HTH ...
    (borland.public.delphi.database.ado)