- 30 May, 2025 1 commit
-
-
zhanggezhong authored
-
- 29 May, 2025 1 commit
-
-
zhanggzh authored
-
- 31 Oct, 2023 1 commit
-
-
moto authored
-
- 18 Aug, 2023 1 commit
-
-
moto authored
Summary: Remove mention of backend and quick usage. Those are explained in the documentation in detail. Pull Request resolved: https://github.com/pytorch/audio/pull/3567 Reviewed By: huangruizhe Differential Revision: D48471832 Pulled By: mthrok fbshipit-source-id: 467efc1f11f66534c33cf4751de27b08176c31bf
-
- 03 Jul, 2023 1 commit
-
-
Zhaoheng Ni authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3434 Add one bullet point for `torchaudio.functional` and forced alignment as one example. Reviewed By: mthrok Differential Revision: D46658058 fbshipit-source-id: 6e037b7bb6ed2fc2e27ad1e55c5728c17ce69ce8
-
- 08 Jun, 2023 1 commit
-
-
moto authored
Summary: CI jobs are migrated from CCI to GHA Pull Request resolved: https://github.com/pytorch/audio/pull/3420 Differential Revision: D46548562 Pulled By: mthrok fbshipit-source-id: d7e17201e8b256efaa54543e445a0f139aa549b2
-
- 23 Mar, 2023 1 commit
-
-
Zhaoheng Ni authored
Summary: The PR adds the pre-trained pipeline for `SquimSubjective` model which predicts MOS score for speech enhancement task. Pull Request resolved: https://github.com/pytorch/audio/pull/3197 Reviewed By: mthrok Differential Revision: D44313244 Pulled By: nateanl fbshipit-source-id: 905095ff77006e9f441faa826fc25d9d8681e8aa
-
- 27 Feb, 2023 1 commit
-
-
Zhaoheng Ni authored
Summary: Add pre-trained pipeline support for `SquimObjective` model. The pre-trained model is trained on DNS 2020 challenge dataset. Pull Request resolved: https://github.com/pytorch/audio/pull/3103 Reviewed By: xiaohui-zhang, mthrok Differential Revision: D43611794 Pulled By: nateanl fbshipit-source-id: 0ac76a27e7027a43ffccb158385ddb2409b8526d
-
- 14 Feb, 2023 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3053 Reviewed By: nateanl Differential Revision: D43238766 Pulled By: mthrok fbshipit-source-id: 4f82878b1c97b0e6a35af75855849b86200e6061
-
- 01 Feb, 2023 1 commit
-
-
Wei Wang authored
Summary: https://github.com/pytorch/pytorch/pull/93155 Core has dropped python3.7 Pull Request resolved: https://github.com/pytorch/audio/pull/3020 Reviewed By: mthrok Differential Revision: D42902346 Pulled By: weiwangmeta fbshipit-source-id: 07ab1aff0e128c5960d87e5fa29e341310dea388
-
- 16 Dec, 2022 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2923 Reviewed By: carolineechen Differential Revision: D42090164 Pulled By: mthrok fbshipit-source-id: 4816d9922cc54f42ad2137a3bba1a61f3be68f57
-
- 15 Nov, 2022 1 commit
-
-
moto authored
Summary: * Add the new official torchaudio logo to documentation/README. * Add a page for download logo. https://output.circle-artifacts.com/output/job/e9eb1292-7c10-4fef-adc3-ad568802aa59/artifacts/0/docs/index.html <img width="1068" alt="Screen Shot 2022-11-14 at 10 30 27 AM" src="https://user-images.githubusercontent.com/855818/201738349-9e248f15-dce2-4931-9066-aa898a53d6ad.png"> https://output.circle-artifacts.com/output/job/e9eb1292-7c10-4fef-adc3-ad568802aa59/artifacts/0/docs/logo.html <img width="617" alt="Screen Shot 2022-11-14 at 10 30 47 AM" src="https://user-images.githubusercontent.com/855818/201738420-ad0fda2f-f310-4802-851c-bbdf6c84c045.png"> Pull Request resolved: https://github.com/pytorch/audio/pull/2802 Reviewed By: carolineechen Differential Revision: D41295277 Pulled By: mthrok fbshipit-source-id: 6615d00799c9611f875e8485459d800e350b3486
-
- 14 Nov, 2022 1 commit
-
-
moto authored
Summary: Removing LTS mention and packages from README as it is discontinued. Pull Request resolved: https://github.com/pytorch/audio/pull/2844 Reviewed By: hwangjeff, xiaohui-zhang Differential Revision: D41200886 Pulled By: mthrok fbshipit-source-id: 0da0afe68df51826075ce945cf0cf1de901e1c8f
-
- 29 Oct, 2022 1 commit
-
-
Caroline Chen authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2804 Reviewed By: nateanl Differential Revision: D40813412 Pulled By: carolineechen fbshipit-source-id: 8270bf17851b7424f51ecb8dbcbc2e1076efe333
-
- 19 Aug, 2022 1 commit
-
-
moto authored
Summary: Update compatibility matrix Pull Request resolved: https://github.com/pytorch/audio/pull/2633 Reviewed By: nateanl Differential Revision: D38827670 Pulled By: mthrok fbshipit-source-id: 5c66bf60a06e37919ee725a5f4adf571e6c89100
-
- 28 Jun, 2022 1 commit
-
-
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
-
- 06 May, 2022 1 commit
-
-
moto authored
Summary: This commit changes the way torchaudio binary distributions are built. * For all the binary distributions (conda/pip on Linux/macOS/Windnows), build custom FFmpeg libraries. * The custom FFmpeg libraries do not use `--use-gpl` nor `--use-nonfree`, so that they stay LGPL. * The custom FFmpeg libraries employ rpath so that the torchaudio binary distributions look for the corresponding FFmpeg libraries installed in the runtime environment. * The torchaudio binary build process will use them to bootstrap its build process. * The custom FFmpeg libraries are NOT shipped. This commit also add disclaimer about FFmpeg in README. Pull Request resolved: https://github.com/pytorch/audio/pull/2355 Reviewed By: nateanl Differential Revision: D36202087 Pulled By: mthrok fbshipit-source-id: c30e5222ba190106c897e42f567cac9152dbd8ef
-
- 25 Mar, 2022 1 commit
-
-
moto authored
Summary: Following the issue https://github.com/pytorch/text/issues/1662, add more clarification on LTS. Also tidy up a bit by moving older versions in to details. cc Nayef211 --- <img width="794" alt="Screen Shot 2022-03-25 at 2 30 49 PM" src="https://user-images.githubusercontent.com/855818/160203327-acc5cbcb-ca86-43ee-b59f-48795b9e676c.png"> Pull Request resolved: https://github.com/pytorch/audio/pull/2293 Reviewed By: hwangjeff Differential Revision: D35159211 Pulled By: mthrok fbshipit-source-id: 18908c62440fc02773634c2700020fc407893dd3
-
- 10 Mar, 2022 1 commit
-
-
Zhaoheng Ni authored
Summary: Add torchaudio 0.11.0 version to the table. Pull Request resolved: https://github.com/pytorch/audio/pull/2272 Reviewed By: carolineechen Differential Revision: D34790836 Pulled By: nateanl fbshipit-source-id: af9ec1a4b470b04b793f39d12dbf722d67c62fce
-
- 14 Jan, 2022 1 commit
-
-
moto authored
Summary: - Change the version of nightly build to `Nightly Build (VERSION)`. - Use `BUILD_VERSION` env var for release. - Automatically change copyright year. - Update the link to nightly in README so that the main branch directs to the corresponding document. Because of the way CI job is setup, the resulting documentation says 0.8.0. This is fixed by https://github.com/pytorch/audio/issues/2151. Pull Request resolved: https://github.com/pytorch/audio/pull/2152 Reviewed By: carolineechen, nateanl Differential Revision: D33585053 Pulled By: mthrok fbshipit-source-id: 3c2bf9fc3214c89f989f5ac65b74bc1e276a7161
-
- 06 Jan, 2022 1 commit
-
-
Werner Chao authored
Summary: Drop support for python 3.6, and update dependencies documentation. More details [Issue 2051](https://github.com/pytorch/audio/issues/2051). Pull Request resolved: https://github.com/pytorch/audio/pull/2139 Reviewed By: mthrok Differential Revision: D33454583 Pulled By: wernerchao fbshipit-source-id: 64eccb38e26853ba63f72fb92723e3f0155e806e
-
- 05 Jan, 2022 1 commit
-
-
Caroline Chen authored
Summary: after addition of tutorial and librispeech example with [WER results](https://github.com/pytorch/audio/pull/2130/files#diff-5f82be20f11a10a4cb411007df965b84eaab98fcc7ed49b42be1dd9916203193R20), we can remove README from decoder csrc directory and move the rest of the information to the corresponding documentation/main README Pull Request resolved: https://github.com/pytorch/audio/pull/2136 Reviewed By: mthrok Differential Revision: D33419449 Pulled By: carolineechen fbshipit-source-id: 6cb29280f639af46834bec935b45f3c5a8ee350f
-
- 02 Nov, 2021 1 commit
-
-
yangarbiter authored
-
- 01 Nov, 2021 1 commit
-
-
Harish Kulkarni authored
-
- 24 Oct, 2021 1 commit
-
-
moto authored
-
- 22 Oct, 2021 1 commit
-
-
moto authored
It seems that this is no longer necessary for recent macOS .
-
- 21 Oct, 2021 2 commits
-
-
moto authored
-
Caroline Chen authored
-
- 27 Sep, 2021 1 commit
-
-
Nikita Shulga authored
Also update README.md to mention 1.9.1
-
- 26 Aug, 2021 1 commit
-
-
moto authored
* Default to BUILD_SOX=1 in non-Windows systems Since the adaptation of CMake and restricting to the static linking of libsox, the build process has become much robust with libsox integration enabled. This commit makes it default behavior to build libsox integration in non-Windows systems. The build process still checks BUILD_SOX env var so, setting `BUILD_SOX=0` disables it.
-
- 19 Aug, 2021 1 commit
-
-
Caroline Chen authored
-
- 31 Jul, 2021 1 commit
-
-
Nikita Shulga authored
-
- 28 Jul, 2021 1 commit
-
-
yangarbiter authored
-
- 22 Jul, 2021 1 commit
-
-
evanjscallan authored
-
- 17 Jun, 2021 1 commit
-
-
moto authored
-
- 02 Jun, 2021 1 commit
-
-
moto authored
* Update compatibility matrix * Remove some obsolete information
-
- 01 Jun, 2021 1 commit
-
-
moto authored
-
- 08 Apr, 2021 1 commit
-
-
Mustafa Bal authored
-
- 09 Mar, 2021 1 commit
-
-
Vincent QB authored
-
- 05 Mar, 2021 1 commit
-
-
Caroline Chen authored
-