audio
audio copied to clipboard
Data manipulation and transformation for audio signal processing, powered by PyTorch
Summary: This PR adds the `ray_tracing()` helper to compute a RIR (part of https://github.com/pytorch/audio/issues/2624). The implementation is heavily based on `pyroomacoustics`. Pull Request resolved: https://github.com/pytorch/audio/pull/2850 Differential Revision: D41764237 Pulled By:...
This minor update aims to enhance the code's Pythonic nature and conciseness by employing set intersection.
## Overview We propose the following end state for TorchAudio’s I/O functions info, load, save: * FFmpeg is the primary backend for TorchAudio’s I/O functions info, load, save. * FFmpeg-,...
### 🚀 The feature Currently torchaudio (try torchaudio.info(m4a_path), regardless of version returning wrong results. I wish we could get duration correctly for m4a files. ### Motivation, pitch I want to...
**Problem:** https://github.com/pytorch/audio/pull/2485 introduced a build-time dependency on libomp.so for torchaudio, but when a torchaudio wheel built with that PR is imported in an environment where ROCm is NOT installed, it...
Hi folks It is interesting for torchaudio team to learn what you think of the project and what would be a good direction and addition to the project (other than...
## 📚 Documentation Use `.. versionadded::`, `.. versionchanged::` and `.. deprecated::` directive, so that user knows which features are added / changed / deprecated in which version and they can...