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

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

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) Source # 

Methods

(==) :: Audio a -> Audio a -> Bool #

(/=) :: Audio a -> Audio a -> Bool #

(Show a, IArray UArray a) => Show (Audio a) Source # 

Methods

showsPrec :: Int -> Audio a -> ShowS #

show :: Audio a -> String #

showList :: [Audio a] -> ShowS #

(Arbitrary a, IArray UArray a) => Arbitrary (Audio a) Source # 

Methods

arbitrary :: Gen (Audio a) #

shrink :: Audio a -> [Audio a] #