audio icon indicating copy to clipboard operation
audio copied to clipboard

Data manipulation and transformation for audio signal processing, powered by PyTorch

Results 324 audio issues
Sort by recently updated
recently updated
newest added

### 🐛 Describe the bug ```python from torchaudio.compliance.kaldi import fbank import torch x = torch.rand(1, 16_000 * 2) * (1 177 strided_input = _get_strided(waveform, window_size, window_shift, snip_edges) 179 if dither...

PLEASE NOTE THAT THE TORCHAUDIO REPOSITORY IS NO LONGER ACTIVELY MONITORED. You may not get a response. For open discussions, visit https://discuss.pytorch.org/.

CLA Signed

### 📚 The doc issue I don't have the LRS3 dataset, I can't use the author's real time recipe, I would like to ask if I can directly request the...

Hi! I think it would be better if we know which file causing error when an decode failed error being raised. Same practice found in [Sox backend](https://github.com/pytorch/audio/blob/fa44bdab1fe49bab58389e7b6a33061ffced9bc7/src/torchaudio/_backend/sox.py#L46). I got this...

CLA Signed