HCodecs-0.5: A library to read, write and manipulate MIDI, WAVE, and SoundFont2 files.

PortabilityPortable
StabilityExperimental
MaintainerGeorge Giorgidze <http://cs.nott.ac.uk/~ggg/>
Safe HaskellNone

Data.Audio

Description

General purpose data type for representing an audio data.

Documentation

data Audio a Source

Constructors

Audio 

Instances

(Eq a, IArray UArray a) => Eq (Audio a) 
(Show a, IArray UArray a) => Show (Audio a) 
(Arbitrary a, IArray UArray a) => Arbitrary (Audio a)