windows-nt/Source/XPSP1/NT/multimedia/media/msacm/gsm610/msgsm610.htm

61 lines
2.1 KiB
HTML
Raw Normal View History

2020-09-26 03:20:57 -05:00
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-
1252">
<META NAME="Generator" CONTENT="Microsoft Word 97">
<TITLE>Msgsm610</TITLE>
</HEAD>
<BODY LINK="#0000ff">
<FONT FACE="Verdana" SIZE=5><H2>Msgsm610</H2>
</FONT><FONT FACE="Verdana" SIZE=2>
<P><span style="color:#FF0000;font-size:10pt;font-family:Arial">[This is preliminary
documentation and subject to change.]</span></P>
<H3>SUMMARY</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
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&#174; Visual C&#174; 6.0.
The sample does not support Plug and Play, Power Management, or On Now. These features are not applicable to ACM
software codecs.
<H3>BUILDING THE SAMPLE</H3></FONT><FONT FACE="Verdana"
SIZE=2><P>
Type <b>build</b> in the sample directory. A successful build produces the file Msgsm32.acm.
<H3>CODE TOUR</H3>
<H4>File Manifest</H4>
</FONT><U><PRE>File&#9;&#9;Description
</U>
Codec.c&#9; ACM driver interfaces
Codec.h&#9; header file for Codec.c
Codec.rc&#9;string and dialog resources
Codec.rcv&#9;version resource
Config.c&#9;configuration dialog
Debug.c&#9; debug utilities
Debug.h&#9; header file for Debug.c
Init.c&#9; driver initialization routines
Gsm610.c&#9;the codec algorithm
Gsm610.h&#9;header file for Gsm610.c
Msgsm610.def&#9;module definition file for linker
Oemsetup.inf&#9;sample installation file for the driver
</FONT><P ALIGN="CENTER"><A HREF="#top"><FONT FACE="Verdana" SIZE=2>Top of
page</FONT></A><FONT FACE="Verdana" SIZE=2> </P></FONT>
<TABLE CELLSPACING=0 BORDER=0 WIDTH=624>
<TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2>
<P></TD>
</TR>
</TABLE>
<FONT FACE="MS Sans Serif" SIZE=1><P>&copy; Microsoft Corporation 1999</FONT><FONT
FACE="Verdana" SIZE=2> </P></FONT></BODY>
</HTML>