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

add feature of paddle audio #45424

Merged
merged 49 commits into from Sep 8, 2022
Merged

Commits on Aug 25, 2022

  1. add audio feature dataset

    SmileGoat committed Aug 25, 2022
    Copy the full SHA
    f792267 View commit details
    Browse the repository at this point in the history
  2. fix coding style

    SmileGoat committed Aug 25, 2022
    Copy the full SHA
    6a678ae View commit details
    Browse the repository at this point in the history
  3. fix coding style2

    SmileGoat committed Aug 25, 2022
    Copy the full SHA
    ad8e05d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. rm librosa

    SmileGoat committed Aug 26, 2022
    Copy the full SHA
    725506d View commit details
    Browse the repository at this point in the history
  2. rm voxceleb

    SmileGoat committed Aug 26, 2022
    Copy the full SHA
    e768d9b View commit details
    Browse the repository at this point in the history
  3. rm librosa in test

    SmileGoat committed Aug 26, 2022
    Copy the full SHA
    cf2a687 View commit details
    Browse the repository at this point in the history
  4. add scipy fftpack

    SmileGoat committed Aug 26, 2022
    Copy the full SHA
    b1833ba View commit details
    Browse the repository at this point in the history
  5. add functional

    SmileGoat committed Aug 26, 2022
    Copy the full SHA
    417b5a5 View commit details
    Browse the repository at this point in the history
  6. fix setup

    SmileGoat committed Aug 26, 2022
    Copy the full SHA
    9d6b69c View commit details
    Browse the repository at this point in the history
  7. fix setup2

    SmileGoat committed Aug 26, 2022
    Copy the full SHA
    0a98960 View commit details
    Browse the repository at this point in the history
  8. rm colorlog

    SmileGoat committed Aug 26, 2022
    Copy the full SHA
    6da8584 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Copy the full SHA
    0b55b7a View commit details
    Browse the repository at this point in the history
  2. fix converage

    SmileGoat committed Aug 27, 2022
    Copy the full SHA
    0f1344d View commit details
    Browse the repository at this point in the history
  3. fix librosa import error

    SmileGoat committed Aug 27, 2022
    Copy the full SHA
    9219a55 View commit details
    Browse the repository at this point in the history
  4. fix windows test

    SmileGoat committed Aug 27, 2022
    Copy the full SHA
    2198443 View commit details
    Browse the repository at this point in the history
  5. fix windows ci

    SmileGoat committed Aug 27, 2022
    Copy the full SHA
    fcfa6be View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. rm datasets

    SmileGoat committed Aug 28, 2022
    Copy the full SHA
    7318db4 View commit details
    Browse the repository at this point in the history
  2. fix setup

    SmileGoat committed Aug 28, 2022
    Copy the full SHA
    d446d92 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c4b34a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. remove testdata

    SmileGoat committed Aug 29, 2022
    Copy the full SHA
    eaa5ceb View commit details
    Browse the repository at this point in the history
  2. add librosa in requirement

    SmileGoat committed Aug 29, 2022
    Copy the full SHA
    b83cc0c View commit details
    Browse the repository at this point in the history
  3. add librosa in requirement2

    SmileGoat committed Aug 29, 2022
    Copy the full SHA
    057711b View commit details
    Browse the repository at this point in the history
  4. change librosa to 0.8.1

    SmileGoat committed Aug 29, 2022
    Copy the full SHA
    93ff919 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. update ci docker

    SmileGoat committed Aug 30, 2022
    Copy the full SHA
    f308d4d View commit details
    Browse the repository at this point in the history
  2. fix ci error

    SmileGoat committed Aug 30, 2022
    Copy the full SHA
    6b95712 View commit details
    Browse the repository at this point in the history
  3. fix ci error2

    SmileGoat committed Aug 30, 2022
    Copy the full SHA
    5fbae14 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. fix ci coverage

    SmileGoat committed Aug 31, 2022
    Copy the full SHA
    1782cb7 View commit details
    Browse the repository at this point in the history
  2. fix converage

    SmileGoat committed Aug 31, 2022
    Copy the full SHA
    57c77d4 View commit details
    Browse the repository at this point in the history
  3. fix coverage

    SmileGoat committed Aug 31, 2022
    Copy the full SHA
    1b1d84a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Copy the full SHA
    b7e3d4d View commit details
    Browse the repository at this point in the history
  2. fix copyright

    SmileGoat committed Sep 1, 2022
    Copy the full SHA
    cf071c2 View commit details
    Browse the repository at this point in the history
  3. rm backend

    SmileGoat committed Sep 1, 2022
    Copy the full SHA
    8ae3226 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Copy the full SHA
    15b789d View commit details
    Browse the repository at this point in the history
  2. fix setup

    SmileGoat committed Sep 4, 2022
    Copy the full SHA
    3ac7c7b View commit details
    Browse the repository at this point in the history
  3. fix windows

    SmileGoat committed Sep 4, 2022
    Copy the full SHA
    cce788b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. fix windows2

    SmileGoat committed Sep 5, 2022
    Copy the full SHA
    ba67011 View commit details
    Browse the repository at this point in the history
  2. fix test timeout

    SmileGoat committed Sep 5, 2022
    Copy the full SHA
    edb0872 View commit details
    Browse the repository at this point in the history
  3. fix ci time issue

    SmileGoat committed Sep 5, 2022
    Copy the full SHA
    ede2da7 View commit details
    Browse the repository at this point in the history
  4. rm test_audio_feature

    SmileGoat committed Sep 5, 2022
    Copy the full SHA
    bc23946 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. avoid windows isssue, tmp

    SmileGoat committed Sep 6, 2022
    Copy the full SHA
    c2a86d9 View commit details
    Browse the repository at this point in the history
  2. note windows isssue

    SmileGoat committed Sep 6, 2022
    Copy the full SHA
    4914c02 View commit details
    Browse the repository at this point in the history
  3. skip windows issue

    SmileGoat committed Sep 6, 2022
    Copy the full SHA
    0f5f928 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e604a0f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    79c387a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. add relative accuracy

    SmileGoat committed Sep 7, 2022
    Copy the full SHA
    7e17b54 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. modity API.spec

    SmileGoat committed Sep 8, 2022
    Copy the full SHA
    ca562be View commit details
    Browse the repository at this point in the history
  2. skip cuda11.2 test

    SmileGoat committed Sep 8, 2022
    Copy the full SHA
    0678a3c View commit details
    Browse the repository at this point in the history
  3. skip cuda11.2 test2

    SmileGoat committed Sep 8, 2022
    Copy the full SHA
    ab40ff0 View commit details
    Browse the repository at this point in the history
  4. skip cuda11.2

    SmileGoat committed Sep 8, 2022
    Copy the full SHA
    2faf87d View commit details
    Browse the repository at this point in the history