Summary
Wavy was designed to be a fast and efficient method of extracting and writing PCM data to and from WAV files. It is here to help you make fast use of Audio data in your Haskell programs and thus encourage many more audio projects in Haskell.
Versions
v0.1.0.0 :: 0/0.1.0.0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile
USE flags
General
Dependencies
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / pretty-show : Tools for working with derived 'Show' instances and generic inspection of values
dev-haskell / riff : RIFF parser for Haskell
dev-haskell / split : Combinator library for splitting lists
dev-haskell / vector : Efficient Arrays
Runtime Dependencies
dev-haskell / pretty-show : Tools for working with derived 'Show' instances and generic inspection of values
dev-haskell / riff : RIFF parser for Haskell
dev-haskell / split : Combinator library for splitting lists
dev-haskell / vector : Efficient Arrays
Depending packages
app-forensics / quickfuzz : An experimental grammar fuzzer in Haskell using QuickCheck
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
dev-haskell/wavy: use HTTPS
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/wavy: tweak for ghc-8.8
Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/736444 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michael Mair-Keimberger · gentoo
dev-haskell/wavy: use HTTPS - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sergei Trofimovich · gentoo
dev-haskell/wavy: WAV file processor, a depend of app-forensics/quickfuzz
Package-Manager: portage-2.3.0