Skip to content
New issue

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

wav files for tests missing #82

Open
l0calh05t opened this issue Feb 25, 2018 · 2 comments
Open

wav files for tests missing #82

l0calh05t opened this issue Feb 25, 2018 · 2 comments

Comments

@l0calh05t
Copy link
Contributor

While the sources for the tests are included, the wav files required to actually run them are not.

@l0calh05t
Copy link
Contributor Author

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.

@l0calh05t
Copy link
Contributor Author

  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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant