Open KvanTTT opened 8 years ago
I'm trying to keep large files out of the NAudio codebase. Also anything copyrighted can't be in there, which rules out those files. It might be possible to attach some small audio test files to a github issue and direct link to them to be downloaded into a temp folder as part of the initialization of the tests
Is it possible to use files with suitable free licence? Also is it possible to use small files instead of large ones? Nevertheless, I think test project may contain some test files. It's not a library.
Yes, would have to check what the tests were testing. I have a collection of weird audio files with various strange things about them that people have emailed me over the years. Would be hard to recreate them. My main reluctance about putting test files in the repo is simply the size overhead of cloning.
Maybe it's time to try GitHub large file storage :sunglasses:
maybe, will try to review those tests at some point to see what audio files are actually needed. My main focus for now is getting ready for 1.8 release
Test files should be added to NAudioTests project. For example
from GsmEncodeTest.cs. Some tests failed or ignored due to absense of these files.
@markheath, can you attach here the following files:
and
mp3
files fromC:\Users\Mark\Downloads\NAudio
. I or somebody else will add them to tests project.