sndfile-enumerators-0.9.0: Audio file reading/writing

Sound.Iteratee.Codecs

Synopsis

Documentation

getWriter :: SupportedFileFormat -> FilePath -> AudioFormat -> Iteratee (Vector Double) AudioMonad ()Source

Get a writer iteratee for a SupportedFileFormat

data Codec Source

An existentially-wrapped codec. This exists in order to get an arbitrary codec (and associated information, such as bit depths) from a SupportedFileFormat.

Constructors

forall a . WritableAudio a => Codec a 

Instances