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

decode mp3 with librosa if torchaudio is > 0.12 as a temporary workaround #4923

Merged
merged 38 commits into from
Sep 20, 2022

Commits on Aug 31, 2022

  1. decode mp3 with librosa if torchaudio is > 0.12 (ideally version of f…

    …fmpeg should be checked too)
    polinaeterna committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    37d9eb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    48991d4 View commit details
    Browse the repository at this point in the history
  2. improve error mesasage

    polinaeterna committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4114bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e924ca1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    2e12525 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    f7dbaa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd7a1ef View commit details
    Browse the repository at this point in the history
  3. fix last commit

    polinaeterna committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f7afaff View commit details
    Browse the repository at this point in the history
  4. fix warnings

    polinaeterna committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4a9da10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fca41f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    1305be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d400a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e82a88 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    883b6f5 View commit details
    Browse the repository at this point in the history
  2. test CI again...

    polinaeterna committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    d5f06ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fbaeb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ee379f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    400d8f1 View commit details
    Browse the repository at this point in the history
  6. fix ci.yml

    polinaeterna committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    942d396 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0f8bb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d4d9a2 View commit details
    Browse the repository at this point in the history
  9. add missing | in ci run

    polinaeterna committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    3f3cb53 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    0748cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cae272 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4665dcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7960700 View commit details
    Browse the repository at this point in the history
  5. refactor test for latest torchaudio

    check if it works and fails in a single test
    polinaeterna committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    5f0efed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfe1be7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9dd632d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    852176c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    557a9cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f63882 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Update tests/utils.py

    Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
    polinaeterna and lhoestq authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a0672cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    420f63d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'workaround-torchaudio-0.12' of github.com:polinaeterna/…

    …datasets into workaround-torchaudio-0.12
    polinaeterna committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    b4a8793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c016395 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebf77d7 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'workaround-torchaudio-0.12' of github.com:polinaeterna/…

    …datasets into workaround-torchaudio-0.12
    polinaeterna committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    ae67712 View commit details
    Browse the repository at this point in the history