| Constructor AudioWriter(BinaryWriter writer, int channelCount, long length, int sampleRate, BitDepth bits)Abstract audio file writer.ParametersBinaryWriter writer | File writer object | int channelCount | Output channel count | long length | Output length in samples per channel | int sampleRate | Output sample rate | BitDepth bits | Output bit depth |
See alsoCavernUnity DLL.Cavern.Format.AudioWriter.Create(string path, int channelCount, long length, int sampleRate, BitDepth bits) | Create an AudioWriter that matches the output file name. |
|