torchaudio


Nametorchaudio JSON
Version 2.3.0 PyPI version JSON
download
home_pagehttps://github.com/pytorch/audio
SummaryAn audio package for PyTorch
upload_time2024-04-24 15:49:10
maintainerMoto Hira, Caroline Chen, Jeff Hwang, Zhaoheng Ni, Xiaohui Zhang
docs_urlNone
authorSoumith Chintala, David Pollack, Sean Naren, Peter Goldsborough, Moto Hira, Caroline Chen, Jeff Hwang, Zhaoheng Ni, Xiaohui Zhang
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements torch kaldi_io SoundFile
Travis-CI No Travis.
coveralls test coverage No coveralls.
            torchaudio: an audio library for PyTorch
========================================

[![Documentation](https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Ftorchaudio%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v)](https://pytorch.org/audio/main/)
[![Anaconda Badge](https://anaconda.org/pytorch/torchaudio/badges/downloads.svg)](https://anaconda.org/pytorch/torchaudio)
[![Anaconda-Server Badge](https://anaconda.org/pytorch/torchaudio/badges/platforms.svg)](https://anaconda.org/pytorch/torchaudio)

![TorchAudio Logo](docs/source/_static/img/logo.png)

The aim of torchaudio is to apply [PyTorch](https://github.com/pytorch/pytorch) to
the audio domain. By supporting PyTorch, torchaudio follows the same philosophy
of providing strong GPU acceleration, having a focus on trainable features through
the autograd system, and having consistent style (tensor names and dimension names).
Therefore, it is primarily a machine learning library and not a general signal
processing library. The benefits of PyTorch can be seen in torchaudio through
having all the computations be through PyTorch operations which makes it easy
to use and feel like a natural extension.

- [Support audio I/O (Load files, Save files)](http://pytorch.org/audio/main/)
  - Load a variety of audio formats, such as `wav`, `mp3`, `ogg`, `flac`, `opus`, `sphere`, into a torch Tensor using SoX
  - [Kaldi (ark/scp)](http://pytorch.org/audio/main/kaldi_io.html)
- [Dataloaders for common audio datasets](http://pytorch.org/audio/main/datasets.html)
- Audio and speech processing functions
  - [forced_align](https://pytorch.org/audio/main/generated/torchaudio.functional.forced_align.html)
- Common audio transforms
  - [Spectrogram, AmplitudeToDB, MelScale, MelSpectrogram, MFCC, MuLawEncoding, MuLawDecoding, Resample](http://pytorch.org/audio/main/transforms.html)
- Compliance interfaces: Run code using PyTorch that align with other libraries
  - [Kaldi: spectrogram, fbank, mfcc](https://pytorch.org/audio/main/compliance.kaldi.html)

Installation
------------

Please refer to https://pytorch.org/audio/main/installation.html for installation and build process of TorchAudio.


API Reference
-------------

API Reference is located here: http://pytorch.org/audio/main/

Contributing Guidelines
-----------------------

Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md)

Citation
--------

If you find this package useful, please cite as:

```bibtex
@article{yang2021torchaudio,
  title={TorchAudio: Building Blocks for Audio and Speech Processing},
  author={Yao-Yuan Yang and Moto Hira and Zhaoheng Ni and Anjali Chourdia and Artyom Astafurov and Caroline Chen and Ching-Feng Yeh and Christian Puhrsch and David Pollack and Dmitriy Genzel and Donny Greenberg and Edward Z. Yang and Jason Lian and Jay Mahadeokar and Jeff Hwang and Ji Chen and Peter Goldsborough and Prabhat Roy and Sean Narenthiran and Shinji Watanabe and Soumith Chintala and Vincent Quenneville-BĂ©lair and Yangyang Shi},
  journal={arXiv preprint arXiv:2110.15018},
  year={2021}
}
```

```bibtex
@misc{hwang2023torchaudio,
      title={TorchAudio 2.1: Advancing speech recognition, self-supervised learning, and audio processing components for PyTorch}, 
      author={Jeff Hwang and Moto Hira and Caroline Chen and Xiaohui Zhang and Zhaoheng Ni and Guangzhi Sun and Pingchuan Ma and Ruizhe Huang and Vineel Pratap and Yuekai Zhang and Anurag Kumar and Chin-Yun Yu and Chuang Zhu and Chunxi Liu and Jacob Kahn and Mirco Ravanelli and Peng Sun and Shinji Watanabe and Yangyang Shi and Yumeng Tao and Robin Scheibler and Samuele Cornell and Sean Kim and Stavros Petridis},
      year={2023},
      eprint={2310.17864},
      archivePrefix={arXiv},
      primaryClass={eess.AS}
}
```

Disclaimer on Datasets
----------------------

This is a utility library that downloads and prepares public datasets. We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you have license to use the dataset. It is your responsibility to determine whether you have permission to use the dataset under the dataset's license.

If you're a dataset owner and wish to update any part of it (description, citation, etc.), or do not want your dataset to be included in this library, please get in touch through a GitHub issue. Thanks for your contribution to the ML community!

Pre-trained Model License
-------------------------

The pre-trained models provided in this library may have their own licenses or terms and conditions derived from the dataset used for training. It is your responsibility to determine whether you have permission to use the models for your use case.

For instance, SquimSubjective model is released under the Creative Commons Attribution Non Commercial 4.0 International (CC-BY-NC 4.0) license. See [the link](https://zenodo.org/record/4660670#.ZBtWPOxuerN) for additional details.

Other pre-trained models that have different license are noted in documentation. Please checkout the [documentation page](https://pytorch.org/audio/main/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pytorch/audio",
    "name": "torchaudio",
    "maintainer": "Moto Hira, Caroline Chen, Jeff Hwang, Zhaoheng Ni, Xiaohui Zhang",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "moto@meta.com",
    "keywords": null,
    "author": "Soumith Chintala, David Pollack, Sean Naren, Peter Goldsborough, Moto Hira, Caroline Chen, Jeff Hwang, Zhaoheng Ni, Xiaohui Zhang",
    "author_email": "soumith@pytorch.org",
    "download_url": null,
    "platform": null,
    "description": "torchaudio: an audio library for PyTorch\n========================================\n\n[![Documentation](https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Ftorchaudio%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v)](https://pytorch.org/audio/main/)\n[![Anaconda Badge](https://anaconda.org/pytorch/torchaudio/badges/downloads.svg)](https://anaconda.org/pytorch/torchaudio)\n[![Anaconda-Server Badge](https://anaconda.org/pytorch/torchaudio/badges/platforms.svg)](https://anaconda.org/pytorch/torchaudio)\n\n![TorchAudio Logo](docs/source/_static/img/logo.png)\n\nThe aim of torchaudio is to apply [PyTorch](https://github.com/pytorch/pytorch) to\nthe audio domain. By supporting PyTorch, torchaudio follows the same philosophy\nof providing strong GPU acceleration, having a focus on trainable features through\nthe autograd system, and having consistent style (tensor names and dimension names).\nTherefore, it is primarily a machine learning library and not a general signal\nprocessing library. The benefits of PyTorch can be seen in torchaudio through\nhaving all the computations be through PyTorch operations which makes it easy\nto use and feel like a natural extension.\n\n- [Support audio I/O (Load files, Save files)](http://pytorch.org/audio/main/)\n  - Load a variety of audio formats, such as `wav`, `mp3`, `ogg`, `flac`, `opus`, `sphere`, into a torch Tensor using SoX\n  - [Kaldi (ark/scp)](http://pytorch.org/audio/main/kaldi_io.html)\n- [Dataloaders for common audio datasets](http://pytorch.org/audio/main/datasets.html)\n- Audio and speech processing functions\n  - [forced_align](https://pytorch.org/audio/main/generated/torchaudio.functional.forced_align.html)\n- Common audio transforms\n  - [Spectrogram, AmplitudeToDB, MelScale, MelSpectrogram, MFCC, MuLawEncoding, MuLawDecoding, Resample](http://pytorch.org/audio/main/transforms.html)\n- Compliance interfaces: Run code using PyTorch that align with other libraries\n  - [Kaldi: spectrogram, fbank, mfcc](https://pytorch.org/audio/main/compliance.kaldi.html)\n\nInstallation\n------------\n\nPlease refer to https://pytorch.org/audio/main/installation.html for installation and build process of TorchAudio.\n\n\nAPI Reference\n-------------\n\nAPI Reference is located here: http://pytorch.org/audio/main/\n\nContributing Guidelines\n-----------------------\n\nPlease refer to [CONTRIBUTING.md](./CONTRIBUTING.md)\n\nCitation\n--------\n\nIf you find this package useful, please cite as:\n\n```bibtex\n@article{yang2021torchaudio,\n  title={TorchAudio: Building Blocks for Audio and Speech Processing},\n  author={Yao-Yuan Yang and Moto Hira and Zhaoheng Ni and Anjali Chourdia and Artyom Astafurov and Caroline Chen and Ching-Feng Yeh and Christian Puhrsch and David Pollack and Dmitriy Genzel and Donny Greenberg and Edward Z. Yang and Jason Lian and Jay Mahadeokar and Jeff Hwang and Ji Chen and Peter Goldsborough and Prabhat Roy and Sean Narenthiran and Shinji Watanabe and Soumith Chintala and Vincent Quenneville-B\u00e9lair and Yangyang Shi},\n  journal={arXiv preprint arXiv:2110.15018},\n  year={2021}\n}\n```\n\n```bibtex\n@misc{hwang2023torchaudio,\n      title={TorchAudio 2.1: Advancing speech recognition, self-supervised learning, and audio processing components for PyTorch}, \n      author={Jeff Hwang and Moto Hira and Caroline Chen and Xiaohui Zhang and Zhaoheng Ni and Guangzhi Sun and Pingchuan Ma and Ruizhe Huang and Vineel Pratap and Yuekai Zhang and Anurag Kumar and Chin-Yun Yu and Chuang Zhu and Chunxi Liu and Jacob Kahn and Mirco Ravanelli and Peng Sun and Shinji Watanabe and Yangyang Shi and Yumeng Tao and Robin Scheibler and Samuele Cornell and Sean Kim and Stavros Petridis},\n      year={2023},\n      eprint={2310.17864},\n      archivePrefix={arXiv},\n      primaryClass={eess.AS}\n}\n```\n\nDisclaimer on Datasets\n----------------------\n\nThis is a utility library that downloads and prepares public datasets. We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you have license to use the dataset. It is your responsibility to determine whether you have permission to use the dataset under the dataset's license.\n\nIf you're a dataset owner and wish to update any part of it (description, citation, etc.), or do not want your dataset to be included in this library, please get in touch through a GitHub issue. Thanks for your contribution to the ML community!\n\nPre-trained Model License\n-------------------------\n\nThe pre-trained models provided in this library may have their own licenses or terms and conditions derived from the dataset used for training. It is your responsibility to determine whether you have permission to use the models for your use case.\n\nFor instance, SquimSubjective model is released under the Creative Commons Attribution Non Commercial 4.0 International (CC-BY-NC 4.0) license. See [the link](https://zenodo.org/record/4660670#.ZBtWPOxuerN) for additional details.\n\nOther pre-trained models that have different license are noted in documentation. Please checkout the [documentation page](https://pytorch.org/audio/main/).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An audio package for PyTorch",
    "version": "2.3.0",
    "project_urls": {
        "Homepage": "https://github.com/pytorch/audio"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9f1438ace9e1a8d3b4e0b84f02d7c84be5210f119f3e816cbeff42e2159b654",
                "md5": "880bc432a30241f54a090b4ae5ff393b",
                "sha256": "342108da83aa19a457c9a128b1206fadb603753b51cca022b9f585aac2f4754c"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "880bc432a30241f54a090b4ae5ff393b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1811088,
            "upload_time": "2024-04-24T15:49:10",
            "upload_time_iso_8601": "2024-04-24T15:49:10.314104Z",
            "url": "https://files.pythonhosted.org/packages/b9/f1/438ace9e1a8d3b4e0b84f02d7c84be5210f119f3e816cbeff42e2159b654/torchaudio-2.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f535bc3d7f953a0ad20511039f414c3f9c813b32c108b55fc1be5349a36ead6b",
                "md5": "d533bddea6b3cbaf660b3eab61015072",
                "sha256": "73fedb2c631e01fa10feaac308540b836aefe758e55ca3ee026335e5d01e8e30"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp310-cp310-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d533bddea6b3cbaf660b3eab61015072",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 3349832,
            "upload_time": "2024-04-24T15:48:58",
            "upload_time_iso_8601": "2024-04-24T15:48:58.469399Z",
            "url": "https://files.pythonhosted.org/packages/f5/35/bc3d7f953a0ad20511039f414c3f9c813b32c108b55fc1be5349a36ead6b/torchaudio-2.3.0-cp310-cp310-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59560ffccbb1d476797aa39cb6592e7b61514d87dbe093987570532ab8059646",
                "md5": "65e63ed96be03a5e19855a6a9d2d9dac",
                "sha256": "e5bb50b7a4874ed97086c9e516dd90b103d954edcb5ed4b36f4fc22c4000a5a7"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp310-cp310-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "65e63ed96be03a5e19855a6a9d2d9dac",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1646481,
            "upload_time": "2024-04-24T15:49:11",
            "upload_time_iso_8601": "2024-04-24T15:49:11.869901Z",
            "url": "https://files.pythonhosted.org/packages/59/56/0ffccbb1d476797aa39cb6592e7b61514d87dbe093987570532ab8059646/torchaudio-2.3.0-cp310-cp310-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07488ee354f84a48d5102d8f06ce6c4034a64ebd2c1d41fee4475ee201d21e11",
                "md5": "7ff1b31dfd0fada90e0a55f5bdc4a51f",
                "sha256": "b4cc9cef5c98ed37e9405c4e0b0e6413bc101f3f49d45dc4f1d4e927757fe41e"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7ff1b31dfd0fada90e0a55f5bdc4a51f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 2366806,
            "upload_time": "2024-04-24T15:49:08",
            "upload_time_iso_8601": "2024-04-24T15:49:08.785589Z",
            "url": "https://files.pythonhosted.org/packages/07/48/8ee354f84a48d5102d8f06ce6c4034a64ebd2c1d41fee4475ee201d21e11/torchaudio-2.3.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51c82034c6a6b203fe79c9df8d8e018bfac989cd718be4b0c36940e1fc691fd0",
                "md5": "d6f094d6fc9a600909197a10d2e0e6d6",
                "sha256": "341ca3048ce6edcc731519b30187f0b13acb245c4efe16f925f69f9d533546e1"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d6f094d6fc9a600909197a10d2e0e6d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1816858,
            "upload_time": "2024-04-24T15:49:05",
            "upload_time_iso_8601": "2024-04-24T15:49:05.122661Z",
            "url": "https://files.pythonhosted.org/packages/51/c8/2034c6a6b203fe79c9df8d8e018bfac989cd718be4b0c36940e1fc691fd0/torchaudio-2.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "519e3b31f93a56d32f10db44bad3236a834c9e57fab66a9c6e5149ea666bb927",
                "md5": "ed22023603c003812d6c47284cc34b1f",
                "sha256": "8f2e0a28740bb0ee66369f92c811f33c0a47e6fcfc2de9cee89746472d713906"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp311-cp311-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ed22023603c003812d6c47284cc34b1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 3355687,
            "upload_time": "2024-04-24T15:48:50",
            "upload_time_iso_8601": "2024-04-24T15:48:50.836972Z",
            "url": "https://files.pythonhosted.org/packages/51/9e/3b31f93a56d32f10db44bad3236a834c9e57fab66a9c6e5149ea666bb927/torchaudio-2.3.0-cp311-cp311-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aca724b7245c06ad36200c3ca034a8820fb2cca43946b4f9ed27331d59b68600",
                "md5": "f613d2545fe26417d476e28400f493e9",
                "sha256": "61edb02ae9c0efea4399f9c1f899601136b24f35d430548284ea8eaf6ccbe3be"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp311-cp311-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f613d2545fe26417d476e28400f493e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1651750,
            "upload_time": "2024-04-24T15:49:02",
            "upload_time_iso_8601": "2024-04-24T15:49:02.932896Z",
            "url": "https://files.pythonhosted.org/packages/ac/a7/24b7245c06ad36200c3ca034a8820fb2cca43946b4f9ed27331d59b68600/torchaudio-2.3.0-cp311-cp311-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d358100a33b616292662de330b2cca2c121d798aece4dad59571156b8cffd33",
                "md5": "25172820b7187406c2152e964f7ba7ad",
                "sha256": "04bc960cf1aef3b469b095a432a25496bc28197850fc2d90b7b52d6b5255487b"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "25172820b7187406c2152e964f7ba7ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2368752,
            "upload_time": "2024-04-24T15:48:55",
            "upload_time_iso_8601": "2024-04-24T15:48:55.395184Z",
            "url": "https://files.pythonhosted.org/packages/5d/35/8100a33b616292662de330b2cca2c121d798aece4dad59571156b8cffd33/torchaudio-2.3.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77898f5382f614072e42bdd0e88ada0eef7b08c831b02c9138f91d3c325ee1c5",
                "md5": "4916f078bb029f7bddddcdc5e3b1c1ea",
                "sha256": "535144a2fbba95fbb3b883224ffcf44788e4cecbabbe49c4a1ae3e7a74f71485"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4916f078bb029f7bddddcdc5e3b1c1ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 1808189,
            "upload_time": "2024-04-24T15:49:06",
            "upload_time_iso_8601": "2024-04-24T15:49:06.616458Z",
            "url": "https://files.pythonhosted.org/packages/77/89/8f5382f614072e42bdd0e88ada0eef7b08c831b02c9138f91d3c325ee1c5/torchaudio-2.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40d49eac54931e5b7b45eb80212f0aa5cb103826f9ef4a66079fbcfd10ee8e4e",
                "md5": "4682f1ede266a1e793b312e511950ff1",
                "sha256": "fb3f52ed1d63b272c240d9bf051705312cb172212051b8a6a2f64d42e3cc1633"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp312-cp312-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4682f1ede266a1e793b312e511950ff1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 3350086,
            "upload_time": "2024-04-24T15:49:00",
            "upload_time_iso_8601": "2024-04-24T15:49:00.051247Z",
            "url": "https://files.pythonhosted.org/packages/40/d4/9eac54931e5b7b45eb80212f0aa5cb103826f9ef4a66079fbcfd10ee8e4e/torchaudio-2.3.0-cp312-cp312-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9859c153039427aaeaa398e790e776f43b3341f547782893416bf006e580ca65",
                "md5": "8b85f15e8bd2ec22e26dbf15e1a783eb",
                "sha256": "668a8b694e5522cff28cd5e02d01aa1b75ce940aa9fb40480892bdc623b1735d"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp312-cp312-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8b85f15e8bd2ec22e26dbf15e1a783eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 1646769,
            "upload_time": "2024-04-24T15:49:01",
            "upload_time_iso_8601": "2024-04-24T15:49:01.604879Z",
            "url": "https://files.pythonhosted.org/packages/98/59/c153039427aaeaa398e790e776f43b3341f547782893416bf006e580ca65/torchaudio-2.3.0-cp312-cp312-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f70634addade5c69063d89d67ff810fd6197c28f93d9cf089c51d198562827b8",
                "md5": "463a6685e038d0f10d171cff74f84870",
                "sha256": "6c1f538018b85d7766835d042e555de2f096f7a69bba6b16031bf42a914dd9e1"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "463a6685e038d0f10d171cff74f84870",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 2362699,
            "upload_time": "2024-04-24T15:48:46",
            "upload_time_iso_8601": "2024-04-24T15:48:46.556692Z",
            "url": "https://files.pythonhosted.org/packages/f7/06/34addade5c69063d89d67ff810fd6197c28f93d9cf089c51d198562827b8/torchaudio-2.3.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8c8cc38f1d25ce7b4df17b22fbd762274ad2880d9fb4c0cda924538c96f21ff",
                "md5": "0f55a8c5244acee1f01fa3f701ad8403",
                "sha256": "7ba93265455dc363385e98c0cfcaeb586b7401af8a2c824811ee1466134a4f30"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0f55a8c5244acee1f01fa3f701ad8403",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1810550,
            "upload_time": "2024-04-24T15:48:53",
            "upload_time_iso_8601": "2024-04-24T15:48:53.661795Z",
            "url": "https://files.pythonhosted.org/packages/a8/c8/cc38f1d25ce7b4df17b22fbd762274ad2880d9fb4c0cda924538c96f21ff/torchaudio-2.3.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9b191b6dd40186ba718419786d0c1f4e4a0216dde67ed6b114cea85cbaf1317",
                "md5": "044a6d8e9dbf1dd36366062f77abde56",
                "sha256": "21bb6d1b384fc8895133f01489133d575d4a715cd81734b89651fb0264bd8b80"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp38-cp38-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "044a6d8e9dbf1dd36366062f77abde56",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 3349661,
            "upload_time": "2024-04-24T15:48:49",
            "upload_time_iso_8601": "2024-04-24T15:48:49.449420Z",
            "url": "https://files.pythonhosted.org/packages/d9/b1/91b6dd40186ba718419786d0c1f4e4a0216dde67ed6b114cea85cbaf1317/torchaudio-2.3.0-cp38-cp38-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f3dc5ddf1385a0ec893f6ed962886a0a7f1f40ecbc82fe409b9ca9b52429214",
                "md5": "a66eb08bbfffeb773fe9a63b0184e4d1",
                "sha256": "ed1866f508dc689c4f682d330b2ed4c83108d35865e4fb89431819364d8ad9ed"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp38-cp38-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a66eb08bbfffeb773fe9a63b0184e4d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1644425,
            "upload_time": "2024-04-24T15:48:47",
            "upload_time_iso_8601": "2024-04-24T15:48:47.909519Z",
            "url": "https://files.pythonhosted.org/packages/8f/3d/c5ddf1385a0ec893f6ed962886a0a7f1f40ecbc82fe409b9ca9b52429214/torchaudio-2.3.0-cp38-cp38-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3206184667aa64a36ca8a7c5f0c9b81f36b760417a6e15512abd893e635c9e1f",
                "md5": "7940a3965c36021d61ed25eb55b2ae0a",
                "sha256": "a3cbb230e2bb38ad1a1dd74aea242a154a9f76ab819d9c058b2c5074a9f5d7d2"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7940a3965c36021d61ed25eb55b2ae0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 2367445,
            "upload_time": "2024-04-24T15:48:45",
            "upload_time_iso_8601": "2024-04-24T15:48:45.094359Z",
            "url": "https://files.pythonhosted.org/packages/32/06/184667aa64a36ca8a7c5f0c9b81f36b760417a6e15512abd893e635c9e1f/torchaudio-2.3.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a4ded4515a737bb5f106d2f4cdc2edec1a70f62367121a8ebaf6f17564c0cd2",
                "md5": "12a58c47358b30f42dbf195e25c289e2",
                "sha256": "f4b933776f20a36af5ddc57968fcb3da34dd03881db8d6760f3e1176803b9cf8"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "12a58c47358b30f42dbf195e25c289e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1811845,
            "upload_time": "2024-04-24T15:48:52",
            "upload_time_iso_8601": "2024-04-24T15:48:52.320158Z",
            "url": "https://files.pythonhosted.org/packages/9a/4d/ed4515a737bb5f106d2f4cdc2edec1a70f62367121a8ebaf6f17564c0cd2/torchaudio-2.3.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "544f38ad85e812a293f60b59e528c9bfc70e96b8d21c0ec6d568273eb1f80e3b",
                "md5": "ef4cd39adda0b04272f588cf07897a6f",
                "sha256": "c5e63cc2dbf179088b6cdfd21ecdbb943aa003c780075aa440162f231ee72db2"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp39-cp39-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ef4cd39adda0b04272f588cf07897a6f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 3352682,
            "upload_time": "2024-04-24T15:48:43",
            "upload_time_iso_8601": "2024-04-24T15:48:43.623823Z",
            "url": "https://files.pythonhosted.org/packages/54/4f/38ad85e812a293f60b59e528c9bfc70e96b8d21c0ec6d568273eb1f80e3b/torchaudio-2.3.0-cp39-cp39-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d21bf1ce30c380e3b1264cad8e7ebd810c7b968a94c51667114b93af989ce46b",
                "md5": "51cbec101f3b0589f216ad00a8ad2186",
                "sha256": "d243bb8a1ee263c2cdafb9feed1569c3742d8135731e8f7818de12f4e0c83e28"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp39-cp39-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "51cbec101f3b0589f216ad00a8ad2186",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1646824,
            "upload_time": "2024-04-24T15:48:56",
            "upload_time_iso_8601": "2024-04-24T15:48:56.729736Z",
            "url": "https://files.pythonhosted.org/packages/d2/1b/f1ce30c380e3b1264cad8e7ebd810c7b968a94c51667114b93af989ce46b/torchaudio-2.3.0-cp39-cp39-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25e95c368aeb7beee1689c18811452305a845f71fc3c461b26d0bc6ebf2b3ec9",
                "md5": "4167f980f93635736f7e8dbb1eada59b",
                "sha256": "6cd6d45cf8a45c89953e35434d9a461feb418e51e760adafc606a903dcbb9bd5"
            },
            "downloads": -1,
            "filename": "torchaudio-2.3.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4167f980f93635736f7e8dbb1eada59b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 2360255,
            "upload_time": "2024-04-24T15:48:41",
            "upload_time_iso_8601": "2024-04-24T15:48:41.835039Z",
            "url": "https://files.pythonhosted.org/packages/25/e9/5c368aeb7beee1689c18811452305a845f71fc3c461b26d0bc6ebf2b3ec9/torchaudio-2.3.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 15:49:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pytorch",
    "github_project": "audio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "torch",
            "specs": []
        },
        {
            "name": "kaldi_io",
            "specs": []
        },
        {
            "name": "SoundFile",
            "specs": []
        }
    ],
    "lcname": "torchaudio"
}
        
Elapsed time: 0.35517s