| Parameters |
|---|
| src% |
| Source format, created with snd_format_create, snd_format_choose, or snd_codec_getformat. |
| dest% |
| Destination format, created with snd_format_create, snd_format_choose, or snd_codec_getformat. |
| Description |
|---|
| Creates a sound conversion object, used to convert between sound formats. This can be used for sound compression. See snd_format_choose, snd_format_create, and snd_codec_getformat for information on finding formats to convert between. Use snd_convert_close to free the snd_convert object when done. |
| Return |
|---|
| Returns handle to a snd_convert object if successful, otherwise 0. |
| SndLib : Sound Conversion : snd_convert_open |
|---|