|   | Wave | 
 Syntax
Syntaxpublic void AddSampleBlock( params LittleBinaryValue[] samples )
 Remarks
RemarksYou need to pass in one sample for each defined channel (e.g., if wave is configured for stereo you will need to pass in two parameters).
You should only add values that match the wave file's BitsPerSample (e.g., if wave file is configured for 16-bits only pass in Int16 values, casting if necessary). See Also
See Also