We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While the sources for the tests are included, the wav files required to actually run them are not.
The text was updated successfully, but these errors were encountered:
I found the test files at https://tech.ebu.ch/publications/ebu_loudness_test_set It might make sense to download them automatically via a ExternalProject_Add.
ExternalProject_Add
Sorry, something went wrong.
include(ExternalProject) ExternalProject_Add( ebu-loudness-test-set URL https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv05.zip URL_HASH SHA256=9cc500b4df83f7c21855c74dce795ef5209a752bf884253ae57d0ce512efb062 CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND "" SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/ebu-loudness-test-set ) add_test( NAME ebu-loudness-test COMMAND r128-test-library WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ebu-loudness-test-set ) add_dependencies(r128-test-library ebu-loudness-test-set)
No branches or pull requests
While the sources for the tests are included, the wav files required to actually run them are not.
The text was updated successfully, but these errors were encountered: