Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data WavSettings Source #
Wav Settings
See: newWavSettings
smart constructor.
WavSettings' | |
|
Instances
newWavSettings :: WavSettings Source #
Create a value of WavSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:bitDepth:WavSettings'
, wavSettings_bitDepth
- Bits per sample.
$sel:codingMode:WavSettings'
, wavSettings_codingMode
- The audio coding mode for the WAV audio. The mode determines the number
of channels in the audio.
$sel:sampleRate:WavSettings'
, wavSettings_sampleRate
- Sample rate in Hz.
wavSettings_bitDepth :: Lens' WavSettings (Maybe Double) Source #
Bits per sample.
wavSettings_codingMode :: Lens' WavSettings (Maybe WavCodingMode) Source #
The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.
wavSettings_sampleRate :: Lens' WavSettings (Maybe Double) Source #
Sample rate in Hz.