hsdif-0.12: Haskell SDIF

Safe HaskellNone

Sound.SDIF.Byte.SDIF

Description

Byte level SDIF data structure.

Synopsis

Documentation

is_sdif_b :: ByteString -> BoolSource

Check signature of SDIF byte stream.

sdif_b_frames :: ByteString -> IntSource

Count number of frames at SDIF byte stream.

sdif_b_frame_i :: ByteString -> Int -> [(Int, Int)]Source

Extract start and end indices for n frames at SDIF byte stream.