Msgsm610

[This is preliminary documentation and subject to change.]

SUMMARY

Each of the three samples Msfilter, Msgsm610 and Imaadpcm illustrates an implementation of an Audio Compression Manager (ACM) software codec. This sample in particular implements the ETSI GSM 06.10 standard for voice compression. This compression is useful for audio having voice content. The sample works on both x86 and Alpha platforms. It is 64-bit compliant, but requires the addition of 64-bit headers before compilation. It builds properly with Microsoft® Visual C® 6.0. The sample does not support Plug and Play, Power Management, or On Now. These features are not applicable to ACM software codecs.

BUILDING THE SAMPLE

Type build in the sample directory. A successful build produces the file Msgsm32.acm.

CODE TOUR

File Manifest

File		Description

Codec.c		ACM driver interfaces
Codec.h		header file for Codec.c
Codec.rc	string and dialog resources
Codec.rcv	version resource
Config.c	configuration dialog
Debug.c		debug utilities
Debug.h		header file for Debug.c
Init.c		driver initialization routines
Gsm610.c	the codec algorithm
Gsm610.h	header file for Gsm610.c
Msgsm610.def	module definition file for linker
Oemsetup.inf	sample installation file for the driver


Top of page

© Microsoft Corporation 1999