Sample ACM Drivers
The following sample ACM drivers are provided:
- The MSFILTER sample provides a simple volume and echo filter. (Both filters are supported within the same driver). This driver supports a custom icon and a custom About dialog box. The ACM provides a default icon and About dialog box for drivers which do not provide their own. Microsoft recommends using the default About dialog box because the driver code is simpler and smaller.
- The GSM610 sample implements the GSM 6.10 voice encoding standard originally developed for digital cellular telephone encoding. It supports a configuration dialog box and automatic configuration code.
The sample code for ACM drivers is located in %_WINCEROOT%\Public\Common\OAK\drivers\ACM.
See Also
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.