ARver/tests/data/samples
arcctgx 524c52b1ea test loading samples from a corrupted audio file
Verify that the correct exception is raised by the C extension. I'm not
sure why I didn't cover this code path before. It only makes sense to
test this path in checksums(), because nframes() does not try to load
the samples (it only reads the header).

corrupted.flac is a copy of sample.flac where some of the values were
overwritten with garbage in a hex editor, so that testing the file with
"flac -t" results in an error.
2024-07-14 22:51:59 +02:00
..
corrupted.flac test loading samples from a corrupted audio file 2024-07-14 22:51:59 +02:00
not_audio move test samples to a subdirectory 2024-03-18 22:00:12 +01:00
sample.flac move test samples to a subdirectory 2024-03-18 22:00:12 +01:00
sample.ogg move test samples to a subdirectory 2024-03-18 22:00:12 +01:00
sample.wav move test samples to a subdirectory 2024-03-18 22:00:12 +01:00
sample_be.wav test CRC32 calculation on big endian audio data 2024-04-14 16:53:08 +02:00
silence.wav test AccurateRip checksum calculation on digital silence 2024-03-30 00:20:10 +01:00