hunk ./README 3 -hsc3-sf-sndfile provides a trivial hsc3-sf equivalent -interface to the hsndfile package. hsndfile has more -extensive dependencies than hsc3-sf, and this allows -the two packages to be used interchangably by modifying -a single import. - - http://slavepianos.org/rd + http://slavepianos.org/rd/?t=hsc3-sf-hsndfile hunk ./README 6 -(c) rohan drape, 2010 +(c) rohan drape, 2010-2011 hunk ./Sound/File/HSndFile.hs 12 -data Header = Header { channelCount :: Int +-- | Sound file meta data. +data Header = Header { channelCount :: Int hunk ./Sound/File/HSndFile.hs 18 --- | file-name -> (channel-count, frame-count, sample-rate) +-- | Read 'Header' of sound file. hunk ./Sound/File/HSndFile.hs 29 +-- | Read 'Header' and audio channel data from sound file. hunk ./hsc3-sf-hsndfile.cabal 2 -Version: 0.9 +Version: 0.12 hunk ./hsc3-sf-hsndfile.cabal 4 -Description: Provide hsc3-sf interface to Stefan - Kersten's hsndfile package. +Description: hsc3-sf-sndfile provides a trivial hsc3-sf equivalent + interface to Stefan Kersten's hsndfile package. hsndfile + has more extensive dependencies than hsc3-sf, and this + allows the two packages to be used interchangably by + modifying a single import. hunk ./hsc3-sf-hsndfile.cabal 11 -Copyright: (c) Rohan Drape, 2010 +Copyright: (c) Rohan Drape, 2011 hunk ./hsc3-sf-hsndfile.cabal 16 -Tested-With: GHC == 6.10.3 +Tested-With: GHC == 7.2.2 hunk ./hsc3-sf-hsndfile.cabal 18 -Cabal-Version: >= 1.6 +Cabal-Version: >= 1.8 hunk ./hsc3-sf-hsndfile.cabal 26 - hsc3-sf == 0.9, - hsndfile == 0.4.*, - hsndfile-vector == 0.4.*, + hsc3-sf == 0.12.*, + hsndfile == 0.5.*, + hsndfile-vector == 0.5.*,