diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
diff --git a/audio-samples/1ch-16000hz-64bit-float.rf64 b/audio-samples/1ch-16000hz-64bit-float.rf64
new file mode 100644
Binary files /dev/null and b/audio-samples/1ch-16000hz-64bit-float.rf64 differ
diff --git a/audio-samples/1ch-44100hz-16bit.rf64 b/audio-samples/1ch-44100hz-16bit.rf64
new file mode 100644
Binary files /dev/null and b/audio-samples/1ch-44100hz-16bit.rf64 differ
diff --git a/audio-samples/1ch-48000hz-32bit-float.rf64 b/audio-samples/1ch-48000hz-32bit-float.rf64
new file mode 100644
Binary files /dev/null and b/audio-samples/1ch-48000hz-32bit-float.rf64 differ
diff --git a/audio-samples/2ch-11025hz-24bit.rf64 b/audio-samples/2ch-11025hz-24bit.rf64
new file mode 100644
Binary files /dev/null and b/audio-samples/2ch-11025hz-24bit.rf64 differ
diff --git a/audio-samples/2ch-8000hz-8bit.rf64 b/audio-samples/2ch-8000hz-8bit.rf64
new file mode 100644
Binary files /dev/null and b/audio-samples/2ch-8000hz-8bit.rf64 differ
diff --git a/wave.cabal b/wave.cabal
--- a/wave.cabal
+++ b/wave.cabal
@@ -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
