Add test WAVE files

This commit is contained in:
Daniel Wolf 2021-09-14 20:16:15 +02:00
parent 5f293cdd33
commit 3c0befa070
23 changed files with 72 additions and 0 deletions

6
.gitattributes vendored
View File

@ -1 +1,7 @@
* text=auto * text=auto
# Use Git LFS for binary files
*.wav filter=lfs diff=lfs merge=lfs -text
*.flac filter=lfs diff=lfs merge=lfs -text
*.ogg filter=lfs diff=lfs merge=lfs -text
*.mp3 filter=lfs diff=lfs merge=lfs -text

View File

@ -31,6 +31,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
lfs: true
- name: Restore Boost from cache - name: Restore Boost from cache
uses: actions/cache@v2 uses: actions/cache@v2
id: cache-boost id: cache-boost

View File

@ -0,0 +1,4 @@
This directory contains test files for the WAVE file reader.
All files starting with _sine-rect_ contain the same 10-second stereo signal sampled at 48,000 Hz. The left channel contains a 1 kHz sine wave, the right channel contains a 1 kHz triangle wave. As those signals are strictly periodic, Git can compress these files very efficiently.

BIN
rhubarb/tests/resources/sine-triangle-flac-ffmpeg.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-float32-audacity.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-float32-audition.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-float32-ffmpeg.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-float32-soundforge.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-float64-ffmpeg.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-int16-audacity.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-int16-audition.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-int16-ffmpeg.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-int16-soundforge.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-int24-audacity.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-int24-audition.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-int24-ffmpeg.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-int24-soundforge.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-int32-ffmpeg.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-int32-soundforge.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-uint8-audition.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-uint8-ffmpeg.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-uint8-soundforge.wav (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rhubarb/tests/resources/sine-triangle-vorbis-ffmpeg.wav (Stored with Git LFS) Normal file

Binary file not shown.