packages feed

wave 0.1.0 → 0.1.1

raw patch · 7 files changed

+7/−2 lines, 7 filesdep ~wavebinary-added

Dependency ranges changed: wave

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+## Wave 0.1.1++* Added `*.rf64` audio samples to the distribution to allow the tests pass.+ ## Wave 0.1.0  * Initial release.
+ audio-samples/1ch-16000hz-64bit-float.rf64 view

binary file changed (absent → 104184 bytes)

+ audio-samples/1ch-44100hz-16bit.rf64 view

binary file changed (absent → 5150 bytes)

+ audio-samples/1ch-48000hz-32bit-float.rf64 view

binary file changed (absent → 48244 bytes)

+ audio-samples/2ch-11025hz-24bit.rf64 view

binary file changed (absent → 23378 bytes)

+ audio-samples/2ch-8000hz-8bit.rf64 view

binary file changed (absent → 11480 bytes)

wave.cabal view
@@ -31,7 +31,7 @@ -- POSSIBILITY OF SUCH DAMAGE.  name:                 wave-version:              0.1.0+version:              0.1.1 cabal-version:        >= 1.10 license:              BSD3 license-file:         LICENSE.md@@ -46,6 +46,7 @@ extra-doc-files:      CHANGELOG.md                     , README.md data-files:           audio-samples/*.wav+                    , audio-samples/*.rf64  source-repository head   type:               git@@ -82,7 +83,7 @@                     , data-default-class                     , hspec            >= 2.0    && < 3.0                     , temporary        >= 1.1    && < 1.3-                    , wave             >= 0.1.0+                    , wave             >= 0.1.1   if flag(dev)     ghc-options:      -Wall -Werror   else