ChoonMLLib - class library to access and convert ChoonML files

Choon.Import Method 

[This is preliminary documentation and subject to change.]

This imports the specifed sample from a WAV file to either binary data or another file.

This is used when converting from a format that uses separate WAV files.

If the choonML file is "detached", the existing WAV file is copied (if a new folder or name is specified) or left in place.

If inline, the WAV data is read from the file and output

public void Import(
   Sample sample,
   string targetDir
);

Parameters

sample
The sample to extract. Must be from the Samples collection.
targetDir
The directory to write the sample to, if in ExtFileMode

See Also

Choon Class | ChoonML Namespace