Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Util.Audio.Sndfile

Description

Wrap Sound.File.Sndfile for better errors and to work around bugs.

Documentation

data Handle Source #

Instances

Instances details
Show Handle Source # 
Instance details

Defined in Util.Audio.Sndfile

hGetBuffer :: (Sample e, Buffer a e) => Handle -> Sndfile.Count -> IO (Maybe (a e)) Source #