torchaudio 2.2.2__cp311-cp311-manylinux1_x86_64.whl → 2.3.1__cp311-cp311-manylinux1_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of torchaudio might be problematic. Click here for more details.

@@ -118,7 +118,7 @@ class LIBRISPEECH(Dataset):
118
118
 
119
119
  self._walker = sorted(str(p.stem) for p in Path(self._path).glob("*/*/*" + self._ext_audio))
120
120
 
121
- def get_metadata(self, n: int) -> Tuple[Tensor, int, str, int, int, int]:
121
+ def get_metadata(self, n: int) -> Tuple[str, int, str, int, int, int]:
122
122
  """Get metadata for the n-th sample from the dataset. Returns filepath instead of waveform,
123
123
  but otherwise returns the same fields as :py:func:`__getitem__`.
124
124
 
@@ -129,7 +129,7 @@ class LibriSpeechBiasing(Dataset):
129
129
  self._walker = sorted(str(p.stem) for p in Path(self._path).glob("*/*/*" + self._ext_audio))
130
130
  self.blist = blist
131
131
 
132
- def get_metadata(self, n: int) -> Tuple[Tensor, int, str, int, int, int]:
132
+ def get_metadata(self, n: int) -> Tuple[str, int, str, int, int, int]:
133
133
  """Get metadata for the n-th sample from the dataset. Returns filepath instead of waveform,
134
134
  but otherwise returns the same fields as :py:func:`__getitem__`.
135
135
 
@@ -998,7 +998,8 @@ else:
998
998
 
999
999
 
1000
1000
  def lfilter(waveform: Tensor, a_coeffs: Tensor, b_coeffs: Tensor, clamp: bool = True, batching: bool = True) -> Tensor:
1001
- r"""Perform an IIR filter by evaluating difference equation.
1001
+ r"""Perform an IIR filter by evaluating difference equation, using differentiable implementation
1002
+ developed independently by *Yu et al.* :cite:`ismir_YuF23` and *Forgione et al.* :cite:`forgione2021dynonet`.
1002
1003
 
1003
1004
  .. devices:: CPU CUDA
1004
1005
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
torchaudio/version.py CHANGED
@@ -1,2 +1,2 @@
1
- __version__ = '2.2.2+cu121'
2
- git_version = 'cefdb369247668e1dba74de503d4d996124b6b11'
1
+ __version__ = '2.3.1+cu121'
2
+ git_version = '3edcf69e78a3c9a3077a11159861422440ec7d4a'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: torchaudio
3
- Version: 2.2.2
3
+ Version: 2.3.1
4
4
  Summary: An audio package for PyTorch
5
5
  Home-page: https://github.com/pytorch/audio
6
6
  Author: Soumith Chintala, David Pollack, Sean Naren, Peter Goldsborough, Moto Hira, Caroline Chen, Jeff Hwang, Zhaoheng Ni, Xiaohui Zhang
@@ -24,7 +24,7 @@ Classifier: Topic :: Multimedia :: Sound/Audio
24
24
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
25
25
  Description-Content-Type: text/markdown
26
26
  License-File: LICENSE
27
- Requires-Dist: torch (==2.2.2)
27
+ Requires-Dist: torch (==2.3.1)
28
28
 
29
29
  torchaudio: an audio library for PyTorch
30
30
  ========================================
@@ -65,18 +65,18 @@ torchaudio/models/conv_tasnet.py,sha256=v-DI_Ej9FCBBbSH-Spkh3tzq8rkBhbQNA-Wp52Uf
65
65
  torchaudio/models/conformer.py,sha256=5IceU-jcZKofkHTTqRKoytubQ75MzZPrPlfkLsIlxeA,10068
66
66
  torchaudio/models/_hdemucs.py,sha256=VPnQ73lA9lfAxRjZ85NCGJYP36mPNwTjS-TU4qelu_k,38242
67
67
  torchaudio/models/__init__.py,sha256=BNMNGuwpJAFRsdtwHYQ6slGClkrUTu31_7mXh7FjeV4,1995
68
- torchaudio/lib/pybind11_prefixctc.so,sha256=2g0x7B2tUvnI9oSgPa1td9zGKnrtuP_-1Ju6VtHPPrI,213640
69
- torchaudio/lib/libtorchaudio_sox.so,sha256=yl-0bqQCR4fFRc9k8d4j0KtEkInjYNC8dkV8Z2RYdMk,151840
70
- torchaudio/lib/libtorchaudio.so,sha256=QDagQZgWh3Z6rvbOMiKUeaRVSeuwaU4UVymrsPzkN64,2348960
71
- torchaudio/lib/libctc_prefix_decoder.so,sha256=fm6Glcafn-L1A7nFxUssuEdRPlDtZz-_UZ4tmkzezTg,4901512
72
- torchaudio/lib/_torchaudio_sox.so,sha256=o0z4_-L9rxFrrtvWbq67BWnBudSY3i3RD_OdnCDrams,260800
73
- torchaudio/lib/_torchaudio.so,sha256=3mS-jpszpepDctJX93WsFdKijvm-wxy8Ev4hRsFyvwA,133528
68
+ torchaudio/lib/pybind11_prefixctc.so,sha256=lz6ZJojSFTD3hW2JeLOL_Wwk78A8s80JLkwSY1ow7BI,213568
69
+ torchaudio/lib/libtorchaudio_sox.so,sha256=hV9Z86rO66R7enPYqVxb-0w5gDKVT_RcefzdxghoVU8,151840
70
+ torchaudio/lib/libtorchaudio.so,sha256=rtkp-vNB1EfBqRYOZYme5Nxlff8BCCe6vArRTI2u-tE,2349344
71
+ torchaudio/lib/libctc_prefix_decoder.so,sha256=6azgIIgt_IkfvABn18REs3MhoJ1EZhBFBnsrNHri9a8,4901512
72
+ torchaudio/lib/_torchaudio_sox.so,sha256=YFw-wiFEL91Z6wc0DoOkZjoTu19DbpjB0BQvF3OsfXA,264968
73
+ torchaudio/lib/_torchaudio.so,sha256=JC6YtBBp_I1otBRYVOH06RWqX66-fzkTtj6Dyr1KfMU,133600
74
74
  torchaudio/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
75
75
  torchaudio/io/_playback.py,sha256=70IxGrGPkI1h4rz8_04SFCGsbbGZkTiUdRhbPOMLLgQ,2321
76
76
  torchaudio/io/_effector.py,sha256=APDrIU2biwFsSVmhrXjelmc4ndcmb0JL-H189Zp689g,11870
77
77
  torchaudio/io/__init__.py,sha256=8nd6s_xuBh5iVzIvQ-qNlforukZzuCx36DyvCmHK748,297
78
78
  torchaudio/functional/functional.py,sha256=c8qr3mmPXLi40N4NCLcpHvQeUIuoNtbszksjtruC15g,96006
79
- torchaudio/functional/filtering.py,sha256=t7QY_XNGftHL3xPjtyJaHbx6Hh-FGNt0TOP8ipHkdNw,61295
79
+ torchaudio/functional/filtering.py,sha256=5SAPz-0sioU5EYX4VqOnbPAys8jtPSpFnpzbVnTlZyM,61445
80
80
  torchaudio/functional/_alignment.py,sha256=wmDeohWvuoYORYDeIRxnYUhUqv1uCUkaCZYLEK_ryUg,4695
81
81
  torchaudio/functional/__init__.py,sha256=l-gC2WyY5COabU0lhkUS8EnwOYdEYR_6234OyoAIgnU,2357
82
82
  torchaudio/datasets/yesno.py,sha256=4sgfMeSxz8HaRDk6A2UIFP-20q29MwEO_r8DoEtfbvE,3026
@@ -90,8 +90,8 @@ torchaudio/datasets/quesst14.py,sha256=QyGd4fMS820ATbP8YgBtu7bSSK09pw5RZklsPJ8Jf
90
90
  torchaudio/datasets/musdb_hq.py,sha256=TYKjpat6JKr9bkFqUecu7_hRdshRfQP2UbknaYR3Q0U,5075
91
91
  torchaudio/datasets/ljspeech.py,sha256=92NeLQsC1iKpqfiMkKKbcJDpaYdZKVdVEBQJze1wmxY,3494
92
92
  torchaudio/datasets/libritts.py,sha256=EtWOoCDz7_qGLZF5YcZfnHaLxH4Y8QJCnopafLiqFno,5870
93
- torchaudio/datasets/librispeech_biasing.py,sha256=Zddy_L7pDfMIMMA1vzl4I57-gGgh71pG_femz_EovFU,6961
94
- torchaudio/datasets/librispeech.py,sha256=Ng64_giMV9eXLOw_TO8DqIN1pK-Gi9qt-_7UBp-qeYc,6311
93
+ torchaudio/datasets/librispeech_biasing.py,sha256=d-02tyrXI-CSGbXBFYFcnM_yT8WSGABHfpNiFxyadL0,6958
94
+ torchaudio/datasets/librispeech.py,sha256=zkzJFWchWs4AktYAI-ghmWH4ZeJ84C0uDo9E1_pTgSI,6308
95
95
  torchaudio/datasets/librimix.py,sha256=VtKOhf6VJc1ysWCvUvh0SbtjOkXJChmBM_BhoSkg_2A,5116
96
96
  torchaudio/datasets/librilight_limited.py,sha256=fAwpX0hEMze5aV57BP7rjBLwRiZa3Aje_NXi_3o16wA,4179
97
97
  torchaudio/datasets/iemocap.py,sha256=X_WCoXOzRqcWRRRoUtY0AlD9SJcUUOACIcgbV0irt48,4930
@@ -123,22 +123,22 @@ torchaudio/_backend/ffmpeg.py,sha256=oL_whDjkPtHzo6HJLiEPlGHdrOqzjlu81g-vlaNkRBA
123
123
  torchaudio/_backend/common.py,sha256=55Y0r0MsdW6gvTOT_Zy60UGFXc60DfdJ7uvycJKK3is,1783
124
124
  torchaudio/_backend/backend.py,sha256=hSrfZcj5FMzx5ZpwubN-LLMvBFb7ENyw7HvT_6pVYVU,1565
125
125
  torchaudio/_backend/__init__.py,sha256=6zMYGajHaaCXUE_U7HuGLp0fqcviYAjBZdFDI4E7C-0,1631
126
- torchaudio/version.py,sha256=tr8xbWkwmlhd3NPgSYiC3FJUZz5RKDsuHy0Ebh_iQAk,85
126
+ torchaudio/version.py,sha256=HLBmzfLSrGqu7rp1ZSIJQ1lWtYlhDNPi0vDDVdOlPcg,85
127
127
  torchaudio/kaldi_io.py,sha256=TwS2YgSLlJwOXjNNsHBuXyxhKeKKpptVHLBV7QYZCas,5073
128
128
  torchaudio/__init__.py,sha256=VSnZ6s4e5clAj7f7aCXBZt9amskeXg1j19txAQBQ2Iw,892
129
- torchaudio-2.2.2.dist-info/LICENSE,sha256=k6WIYahYzBCOa2uDPgjnbosqZjOeSoAHyKWowf-cQNY,1338
130
- torchaudio-2.2.2.dist-info/METADATA,sha256=J1O9VUiRwjSFC6x-Rns6aAYbRtRRaTq-Bgqaj8oyYT8,6351
131
- torchaudio-2.2.2.dist-info/WHEEL,sha256=SDelwq02b06fwplkQZvkz1He6jwwI0lX67IuoOqGvrc,105
132
- torchaudio-2.2.2.dist-info/top_level.txt,sha256=GT0MktEbHKoLnvd-6ii7_dhJVvshupOujk840BcHU4U,17
133
- torchaudio-2.2.2.dist-info/RECORD,,
129
+ torchaudio-2.3.1.dist-info/LICENSE,sha256=k6WIYahYzBCOa2uDPgjnbosqZjOeSoAHyKWowf-cQNY,1338
130
+ torchaudio-2.3.1.dist-info/METADATA,sha256=bn96zltasEUWCzMa6jcqOUW2YAvCuLLFKzwGjxbjxL0,6351
131
+ torchaudio-2.3.1.dist-info/WHEEL,sha256=SDelwq02b06fwplkQZvkz1He6jwwI0lX67IuoOqGvrc,105
132
+ torchaudio-2.3.1.dist-info/top_level.txt,sha256=GT0MktEbHKoLnvd-6ii7_dhJVvshupOujk840BcHU4U,17
133
+ torchaudio-2.3.1.dist-info/RECORD,,
134
134
  torio/utils/ffmpeg_utils.py,sha256=JsP2ptjQAE4U7Z_CSauQKH_k72wdu6nrBMfNHl9pIXQ,8026
135
135
  torio/utils/__init__.py,sha256=ScHtnontymRDNn9qEIC0neue5mfG82yhB8bwETOb0Z4,56
136
- torio/lib/libtorio_ffmpeg6.so,sha256=fg8QSZTUP2czndzLW00OaIeReuMzNMXOMpA5lFKY_oY,651536
137
- torio/lib/libtorio_ffmpeg5.so,sha256=WHlpoTXNu0G-9AurX089ZZzdHATgd9UJ-CE7AjZujTM,651536
138
- torio/lib/libtorio_ffmpeg4.so,sha256=NkxizMgdZ0cf9G4ila6mVbtIaGiWxjiW74pH8X8PKhE,651536
139
- torio/lib/_torio_ffmpeg6.so,sha256=9lK78hp9yJpsjfFYH9N-X3jFm-lqkyp-orYSFg5sriM,484032
140
- torio/lib/_torio_ffmpeg5.so,sha256=9bsnYkVSmioxxjmcDBubU_YQkdibJ6MTuazerVxwEOA,484032
141
- torio/lib/_torio_ffmpeg4.so,sha256=9N2DgXj33ZSEr_0ecY8NNDLqmUkQu7k6qsRlEAzFi6o,484032
136
+ torio/lib/libtorio_ffmpeg6.so,sha256=8S_BZAqeVsgczQv1wRnUI40J-btoecAOJHAk4gjTMR8,647464
137
+ torio/lib/libtorio_ffmpeg5.so,sha256=YO5lVUMqK6GaGNUEf0NPd8WlN_2ofM4xmuxTXHwjlFg,647464
138
+ torio/lib/libtorio_ffmpeg4.so,sha256=9efzPtGcQDvl2pxkHh43NJP2t1Nm_E9uNsKlP2L7XRU,647464
139
+ torio/lib/_torio_ffmpeg6.so,sha256=bIj1G9IL4mq27DbvUELrz3r8_emx8faOArZ-ZiF72W4,488032
140
+ torio/lib/_torio_ffmpeg5.so,sha256=W0IhldTDaomhhainIy9z0x1bwYTOMGpshRmMc-fzQ1Y,488032
141
+ torio/lib/_torio_ffmpeg4.so,sha256=67_D9ApX-jP8H0M30n-FutbKMGwb6Ohc1w1GFgdQY2A,488032
142
142
  torio/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
143
143
  torio/io/_streaming_media_encoder.py,sha256=rSTYmHdi7RPJ6YPgAyGJhbQvn4mcxLem3nlnr_ophTs,19722
144
144
  torio/io/_streaming_media_decoder.py,sha256=vSylEWAB_JXOW-0E1n0zDM3Q3Vf1jc1-CNpdUSs13XU,34376
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file