Values.WavSettingsSourceWav Settings
type nonrec t = {bitDepth : float option;Bits per sample.
*)codingMode : WavCodingMode.t option;The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.
*)sampleRate : float option;Sample rate in Hz.
*)}