Parameters |
---|
filename$ |
Filename of .acm codec to load. |
Description |
---|
Loads a codec for usage inside your program. The codec is unloaded on program exit (or with snd_codec_remove). The codec should be a .acm file, which is much like a .dll file, it mainly contains preset functions. For reference, see the snd_voip.bb example and try using the freeware Speex library (www.speex.org). |
Return |
---|
Returns a handle to the codec if successful, zero if error. |
SndLib : Sound Codecs : snd_codec_add |
---|