How to export a recorded sound
After completing one or more recording sessions, the current recorded sound, or a defined range within the recorded sound, can be resampled and exported into a disk file; the first thing to decide is the
format of the exported sound: for this purpose you need to set the
EncodeFormats.ForExporting property to one of the available encoding formats.
Each encoding format set into the
EncodeFormats.ForExporting property has its own settings which can be controlled through sub-properties of the
EncodeFormats property: for example, if the chosen encoding format should be ENCODING_FORMAT_WAV you would have to modify settings of the
EncodeFormats.WAV property, if chosen encoding format should be ENCODING_FORMAT_MP3 you would have to modify settings of the
EncodeFormats.MP3 property and so on for the remaining accepted encoding formats.