1. 08 Dec, 2022 4 commits
  2. 07 Dec, 2022 3 commits
  3. 06 Dec, 2022 1 commit
  4. 04 Dec, 2022 1 commit
  5. 02 Dec, 2022 1 commit
  6. 30 Nov, 2022 2 commits
  7. 29 Nov, 2022 5 commits
  8. 28 Nov, 2022 3 commits
  9. 19 Nov, 2022 1 commit
  10. 18 Nov, 2022 2 commits
  11. 17 Nov, 2022 4 commits
  12. 16 Nov, 2022 2 commits
  13. 15 Nov, 2022 3 commits
  14. 14 Nov, 2022 2 commits
  15. 13 Nov, 2022 1 commit
  16. 11 Nov, 2022 1 commit
    • DanilBaibak's avatar
      Add nova workflow for MacOS and Linux (#2800) · eabf1a13
      DanilBaibak authored
      Summary:
      Added missed build workflows for MacOS and Linux:
      
      - [x] Linux conda
      - [x] MacOS conda
      
      This does not change the existing builds/uploads in CircleCI, and should not break any existing jobs/workflows. This is just to add back workflows for the MacOS and Linux conda builds with Nova.
      
      We will create a workflow (most likely in test-infra) that does this comparison between the binaries to ensure there is parity between the binaries before we start uploading with Nova.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2800
      
      Reviewed By: osalpekar
      
      Differential Revision: D41181467
      
      Pulled By: DanilBaibak
      
      fbshipit-source-id: a5c5d4dcfdd778b4045203f6016c20fb42daa01b
      eabf1a13
  17. 10 Nov, 2022 4 commits
    • moto's avatar
      Fix the handling of discard_before_pts (#2841) · 4e309734
      moto authored
      Summary:
      Currently `discard_before_pts=-1` is used to indicate no AVFrame should be skipped. It was reported that some corrupted video can have constant negative pts value.
      
      It is technically UB for such corrupted data, but still all the AVFrame should be decoded as long as `seek` is not used.
      
      This commit changes the decoder so that it processes AVFrame if `discard_before_pts==-1` disregard of AVFrame::pts value.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2841
      
      Reviewed By: hwangjeff
      
      Differential Revision: D41174442
      
      Pulled By: mthrok
      
      fbshipit-source-id: e9d2fab4b0e2bc47146eda8e1dd377a74c087590
      4e309734
    • Omkar Salpekar's avatar
      [Nova] Add M1 Wheels Build (#2839) · 15f76b0b
      Omkar Salpekar authored
      Summary:
      Adding Nova Reusable Workflow for M1 Wheels Build. Once this has been running well for a while, we can replace the old `build-m1-binaries.yml` workflow.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2839
      
      Reviewed By: DanilBaibak
      
      Differential Revision: D41195316
      
      Pulled By: osalpekar
      
      fbshipit-source-id: f3754043f384b1645e5fcfaebf465f6839f72461
      15f76b0b
    • Omkar Salpekar's avatar
      [Nova] Add M1 Conda Builds (#2840) · 04f92297
      Omkar Salpekar authored
      Summary:
      Adding Nova Reusable Workflow for M1 Conda Build. Once this has been running well for a while, we can replace the old `build-m1-binaries.yml` workflow.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2840
      
      Reviewed By: DanilBaibak
      
      Differential Revision: D41195298
      
      Pulled By: osalpekar
      
      fbshipit-source-id: 14591b96e998aa43fa57e8e5b0b09d0ce4f4092e
      04f92297
    • Julián D. Arias-Londoño's avatar
      BarkSpectrogram (#2823) · b326bc49
      Julián D. Arias-Londoño authored
      Summary:
      I have added BarkScale transform, which can transform a regular Spectrogram into a BarkSpectrograms similar to MelScale. ahmed-fau opened this requirement in December 2021 with the number (https://github.com/pytorch/audio/issues/2103). The new functionality includes three different well-known approximations of the Bark scale.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2823
      
      Reviewed By: nateanl
      
      Differential Revision: D41162100
      
      Pulled By: carolineechen
      
      fbshipit-source-id: b2670c4972e49c9ef424da5d5982576f7a4df831
      b326bc49