Re: Compressing audio using GSM or other codec (winxp)
- From: "Nuno Magalhaes" <nunommagalhaes@xxxxxxxxxxx>
- Date: 6 Apr 2006 01:43:00 -0700
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
.
- References:
- Compressing audio using GSM or other codec (winxp)
- From: Nuno Magalhaes
- Re: Compressing audio using GSM or other codec (winxp)
- From: Padu
- Compressing audio using GSM or other codec (winxp)
- Prev by Date: Object data source + HastTable
- Next by Date: Re: Toolstrip item casting problem
- Previous by thread: Re: Compressing audio using GSM or other codec (winxp)
- Next by thread: Re: Compressing audio using GSM or other codec (winxp)
- Index(es):
Relevant Pages
|