repa-sndfile: Reading and writing sound files with repa arrays

[ bsd3, data-structures, library ] [ Propose Tags ]

Add supporting of reading and writing audio data with repa arrays in various format.

The code is using libsndfile and hsndfile package.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
example

Compile example executables

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 3.2.3.2, 3.2.3.3
Dependencies base (>=4.6 && <5), hsndfile (>=0.7.1), hsndfile-vector (>=0.5.2), repa (>=3.2.3), repa-sndfile, vector (>=0.10.9) [details]
License BSD-3-Clause
Author <8c6794b6@gmail.com>
Maintainer <8c6794b6@gmail.com>
Category Data Structures
Source repo head: git clone https://github.com/8c6794b6/repa-sndfile.git
Uploaded by AtsuroHoshino at 2013-12-21T09:36:18Z
Distributions NixOS:3.2.3.3
Reverse Dependencies 1 direct, 0 indirect [details]
Executables gensine, rw
Downloads 1864 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for repa-sndfile-3.2.3.3

[back to package description]

repa-sndfile

This package add supports to reading and writing audio data to repa. Using libsndfile and its haskell binding.

For more info about repa, libsndfile, and hsndfile, see: