hsdif-0.11: Haskell SDIF

Sound.SDIF

Description

SDIF (Sound Description Interchange Format)

Synopsis

Documentation

data SDIF Source

SDIF data store.

Constructors

SDIF 

Instances

decode_sdif :: ByteString -> SDIFSource

Decode SDIF data stream.

sdif_read_file :: FilePath -> IO SDIFSource

Read and decode SDIF from named file.

sdif_frame_b :: SDIF -> Int -> ByteStringSource

Extract nth frame data from SDIF.

sdif_frame :: SDIF -> Int -> FrameSource

Extract and decode nth frame from SDIF.

sdif_matrix :: SDIF -> Int -> Int -> MatrixSource

Extract and decode jth matrix from ith frame from SDIF.

sdif_matrix_v :: SDIF -> Int -> Int -> [Datum]Source

Run matrix_v on result of sdif_matrix.