Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
2.1 KiB

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-
  4. 1252">
  5. <META NAME="Generator" CONTENT="Microsoft Word 97">
  6. <TITLE>Msgsm610</TITLE>
  7. </HEAD>
  8. <BODY LINK="#0000ff">
  9. <FONT FACE="Verdana" SIZE=5><H2>Msgsm610</H2>
  10. </FONT><FONT FACE="Verdana" SIZE=2>
  11. <P><span style="color:#FF0000;font-size:10pt;font-family:Arial">[This is preliminary
  12. documentation and subject to change.]</span></P>
  13. <H3>SUMMARY</H3></FONT><FONT FACE="Verdana" SIZE=2><P>
  14. Each of the three samples Msfilter, Msgsm610 and Imaadpcm illustrates an implementation of an Audio Compression Manager
  15. (ACM) software codec.
  16. This sample in particular
  17. implements the ETSI GSM 06.10 standard for voice compression. This compression is useful for audio having voice content.
  18. The sample works on both x86 and Alpha platforms. It is 64-bit compliant, but requires the addition of 64-bit
  19. headers before compilation. It builds properly with Microsoft&#174; Visual C&#174; 6.0.
  20. The sample does not support Plug and Play, Power Management, or On Now. These features are not applicable to ACM
  21. software codecs.
  22. <H3>BUILDING THE SAMPLE</H3></FONT><FONT FACE="Verdana"
  23. SIZE=2><P>
  24. Type <b>build</b> in the sample directory. A successful build produces the file Msgsm32.acm.
  25. <H3>CODE TOUR</H3>
  26. <H4>File Manifest</H4>
  27. </FONT><U><PRE>File&#9;&#9;Description
  28. </U>
  29. Codec.c&#9; ACM driver interfaces
  30. Codec.h&#9; header file for Codec.c
  31. Codec.rc&#9;string and dialog resources
  32. Codec.rcv&#9;version resource
  33. Config.c&#9;configuration dialog
  34. Debug.c&#9; debug utilities
  35. Debug.h&#9; header file for Debug.c
  36. Init.c&#9; driver initialization routines
  37. Gsm610.c&#9;the codec algorithm
  38. Gsm610.h&#9;header file for Gsm610.c
  39. Msgsm610.def&#9;module definition file for linker
  40. Oemsetup.inf&#9;sample installation file for the driver
  41. </FONT><P ALIGN="CENTER"><A HREF="#top"><FONT FACE="Verdana" SIZE=2>Top of
  42. page</FONT></A><FONT FACE="Verdana" SIZE=2> </P></FONT>
  43. <TABLE CELLSPACING=0 BORDER=0 WIDTH=624>
  44. <TR><TD VALIGN="MIDDLE" BGCOLOR="#00ffff" HEIGHT=2>
  45. <P></TD>
  46. </TR>
  47. </TABLE>
  48. <FONT FACE="MS Sans Serif" SIZE=1><P>&copy; Microsoft Corporation 1999</FONT><FONT
  49. FACE="Verdana" SIZE=2> </P></FONT></BODY>
  50. </HTML>