This document provides an overview of the GSM 6.10 Codec Implementation. It is aimed at device implementers who wish to write their own audio codec plugins.
This library provides an implementation of a GSM 6.10 Codec.
GSM 6.10 Codec Implementation Library Details
The DLL that provides the functionality and the library to which your code must link is identified below.
This codec is a plugin built using the CMMFCodec MMF Server Base Class.
The GSM 6.10 Codec Implementation provides a standard codec conversion between the GSM 6.10 and PCM16 data types.
GSM 6.10 Audio Codec Implementation provides the following classes:
CGsmTo16PcmWavCodec - converts GSM 6.10 audio data to 16 bit PCM.
C16PcmToGsmWavCodec - converts 16 bit PCM audio data to GSM 6.10.