Today I announce what is quite possibly the most exciting new open source project of the millennium. Or at least moderately interesting. If you like listening to the same bit of sound over and over at different sample rates and bit depths that is.
And that is exactly what is on offer in my brand new Audio Test Files project on CodePlex. For some time I have wanted to store a collection of brief test files in a wide variety of audio formats for the NAudio unit tests to make use of. But since these files would add up to at least 200Mb, I didn’t want to put them in the main NAudio source control.
The repository has only just begun with basic WAV files encoded with PCM 8 bit, 16 bit and 24 bit plus IEEE float all at several sample rates and in mono and stereo. To preview the stunning and original musical composition that is available in multiple encodings, you can have a listen in the embedded player below. Hold onto your hats:
2 comments:
Hi,
are you aware of the collection of .wav files at http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html ?
I don't know about the copyright situation, but the page is still being actively maintained, so you could contact Prof. Kabal.
This collection has been very useful to me in developing .wav readers and writers.
Han
thanks Han,
I have come across that site in web searches before. There are some useful bits and pieces there. At the moment, I am focusing on the files I need for NAudio testing, but perhaps in the future others might be interested in contributing files for their own needs.
Post a Comment