|
| Data.Iteratee.Codecs.Wave |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Constructors | | WAVEDE | | | wavede_count :: Int | length of chunk
| | wavede_type :: WAVE_CHUNK | type of chunk
| | wavede_enum :: WAVEDE_ENUM | enumerator to get values of chunk
|
|
|
|
|
|
|
|
|
| Standard WAVE Chunks
| | Constructors | | WAVE_FMT | Format
| | WAVE_DATA | Data
| | WAVE_OTHER String | Other
|
| Instances | |
|
|
|
| Constructors | | AudioFormat | | | numberOfChannels :: NumChannels | Number of channels in the audio data
| | sampleRate :: SampleRate | Sample rate of the audio
| | bitDepth :: BitDepth | Bit depth of the audio data
|
|
| Instances | |
|
|
|
| The library function to read the WAVE dictionary
|
|
|
| Read the RIFF header of a file.
|
|
|
| Convert a string to WAVE_CHUNK type
|
|
|
| Convert a WAVE_CHUNK to the representative string
|
|
|
| Read the specified format chunk from the WAVE dictionary
|
|
|
| Read the first format chunk in the WAVE dictionary.
|
|
|
| Read the last fromat chunk from the WAVE dictionary. This is useful
when parsing all chunks in the dictionary.
|
|
|
| Read the first data chunk in the WAVE dictionary.
|
|
|
| Read the last data chunk in the WAVE dictionary.
|
|
|
| Read the specified data chunk from the WAVE dictionary.
|
|
|
| Read the specified data chunk from the dictionary, applying the
data to the specified IterateeG.
|
|
| Produced by Haddock version 2.6.0 |