"vscode:/vscode.git/clone" did not exist on "648c970ecc19df3a51e52e7c7eb53d980d849da1"
  1. 29 Jun, 2022 1 commit
    • moto's avatar
      Fix build doc job (#2520) · ef8bd7b6
      moto authored
      Summary:
      The build doc job is failing these days due to the fact that CUDA 11.6 requires different handling.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2520
      
      Reviewed By: xiaohui-zhang
      
      Differential Revision: D37527088
      
      Pulled By: mthrok
      
      fbshipit-source-id: 34c23bdbf70ba9fb8e315c7036cff01b3ddf4c91
      ef8bd7b6
  2. 28 Jun, 2022 3 commits
    • hwangjeff's avatar
      Add 0.12.0 to version compatibility matrix (#2513) · d3b4ce68
      hwangjeff authored
      Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2513
      
      Reviewed By: mthrok
      
      Differential Revision: D37491994
      
      Pulled By: hwangjeff
      
      fbshipit-source-id: 2c164bcec39342fd94abf4cc148d96dc9844699e
      d3b4ce68
    • moto's avatar
      Refactor FilterGraph interface (#2508) · 0dd57236
      moto authored
      Summary:
      FilterGraph is necessary for StreamWriter when saving video as
      Tensor array format cannot express commonot video formats like yub420.
      
      The current implementation of FilterGraph is specific to StreamReader,
      as it takes AVCodecParameters object. Not individual parameters.
      
      This PR refactor FilterGraph interface so that it can be constructed
      from more primitive information.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2508
      
      Reviewed By: hwangjeff
      
      Differential Revision: D37466033
      
      Pulled By: mthrok
      
      fbshipit-source-id: 8414e985da7579c2dfe260b4dccd2afe113bb573
      0dd57236
    • moto's avatar
      Refactor AVDictionary clean up (#2507) · 0ad03adf
      moto authored
      Summary:
      Small clean up in ffmpeg binding code.
      
      1. Make `get_option_dict` and `clean_up_dict` public utility
      2. Merge the exception into `clean_up_dict`
      3. Get rid of custom string join function and use `c10::Join`.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2507
      
      Reviewed By: hwangjeff
      
      Differential Revision: D37466022
      
      Pulled By: mthrok
      
      fbshipit-source-id: 44b769ac6ff1ab20e6d6ae086cd1447deacb5969
      0ad03adf
  3. 27 Jun, 2022 5 commits
  4. 24 Jun, 2022 1 commit
  5. 23 Jun, 2022 1 commit
  6. 21 Jun, 2022 1 commit
    • Sean Kim's avatar
      Create musdb handler and tests (#2484) · b92a8a09
      Sean Kim authored
      Summary:
      Create dataset handler and tests for new dataset. Manually tested and unit tested to test validity. Pre-commit ran for style checks.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2484
      
      Reviewed By: carolineechen, nateanl
      
      Differential Revision: D37250556
      
      Pulled By: skim0514
      
      fbshipit-source-id: d2c8d73d22fd9d7282026265676f3eab1e178d51
      b92a8a09
  7. 20 Jun, 2022 1 commit
  8. 17 Jun, 2022 1 commit
  9. 16 Jun, 2022 1 commit
  10. 15 Jun, 2022 7 commits
  11. 14 Jun, 2022 2 commits
  12. 13 Jun, 2022 2 commits
  13. 10 Jun, 2022 2 commits
  14. 08 Jun, 2022 5 commits
  15. 07 Jun, 2022 7 commits