Method |
Description |
|
Dispose ( ) : void |
Releases all resource used by the GATAsyncWavWriter object. Call Dispose when you are finished using the GATAsyncWavWriter. The Dispose method leaves the GATAsyncWavWriter in an unusable state. After calling Dispose, you must release all references to the GATAsyncWavWriter so the garbage collector can reclaim the memory that the GATAsyncWavWriter was occupying. |
|
OpenAudioFileAtPath ( string path ) : AGATAudioFile |
Creates and returns a ready to use AGATAudioFile object. Wrap in a try catch block if you are not sure that the file type is supported. |
|
OpenAudioFileFromStream ( Stream stream, string format ) : AGATAudioFile |
Creates and returns a ready to use AGATAudioFile object. Wrap in a try catch block if you are not sure that the file type is supported. |
|
ReadNextChunk ( float target, int offset, int numFrames ) : int |
Reads the next chunk into the target array at offset. Multichannel data is always interleaved. |
|