|
Name |
Description |
|
WaveFile
|
Creates a new empty in-memory wave file using standard CD quality settings.
|
|
WaveFile(Int32, Int16, Int16)
|
Creates a new empty in-memory wave file in Pulse Code Modulation (PCM) audio format.
|
|
WaveFile(SampleRate, BitsPerSample, DataChannels)
|
Creates a new empty in-memory wave file in Pulse Code Modulation (PCM) audio format.
|
|
WaveFile(Int32, Int16, Int16, UInt16)
|
Creates a new empty in-memory wave file in specified audio format.
|
|
WaveFile(RiffHeaderChunk, WaveFormatChunk, WaveDataChunk, ListInfoChunk)
|
Creates a new empty in-memory wave file using existing constituent chunks.
|
|
WaveFile(SampleRate, BitsPerSample, DataChannels, WaveFormat)
|
Creates a new empty in-memory wave file in specified audio format.
|