|
|
|
|
|
Description |
Encode lazy bytestrings to wave format, and decode lazy bytestrings in wave format to a WaveFile datum.
|
|
Synopsis |
|
|
|
|
Constructors
|
|
|
Constructors | | Instances | |
|
|
|
A SubChunk of a Wave file.
| Constructors | WaveFormat | Format of the audio data.
| | WaveData | The audio data
| | WaveMeta | Any metadata in the file.
| | UnknownWaveChunk | an unknown chunk type
| |
| Instances | |
|
|
Encode/decode functions
|
|
|
return a WaveFile from a bytestring (including header)
|
|
|
Create a WaveFile from a SndFileCls
|
|
|
determine (based on header information) if the bytestring is a wave file.
|
|
Produced by Haddock version 2.6.0 |