descript-audiotools
Utilities for handling audio.
What it is and what it does
AudioTools is an object-oriented library for working with audio signals in Python. It wraps common audio operations—loading, filtering, playback, augmentation—into a unified API centered on the AudioSignal class, which represents an audio file or in-memory signal. The library handles batching, padding, and other preprocessing tasks commonly needed in audio machine learning pipelines.
The package depends on a large stack of scientific and audio libraries: numpy, scipy, librosa, torch, torchaudio, soundfile, and others. It is designed for developers building audio processing workflows, particularly in machine learning contexts. However, the package has been abandoned for over three years, meaning its dependencies may drift out of sync with current library versions, and bugs or compatibility issues are unlikely to be fixed.
Use it for:
- Load, slice, and apply audio filters (low-pass, high-pass) to WAV files for preprocessing training data.
- Batch and augment audio signals for machine learning model training with consistent padding and normalization.
- Integrate audio signal handling into research or educational projects that already depend on torch and librosa.
- Playback and inspect audio signals programmatically during development or debugging of audio pipelines.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides object-oriented audio signal handling with fast augmentation, batching, padding, and playback capabilities for audio processing workflows.
No. The package is abandoned (1122 days since last release) with no maintenance signal, and its 22 heavy dependencies—particularly torch and torchaudio—create a high risk of compatibility drift. Unless you are locked into an existing codebase already using it, prefer actively maintained audio libraries like librosa, soundfile, or scipy.signal for new projects.
Install
descript-audiotools on PyPI
pip
pip install descript-audiotoolsuv
uv add descript-audiotoolspoetry
poetry add descript-audiotoolsInstalling descript-audiotools
Before you install
Low install friction with a pure-Python wheel, but the package is abandoned as of 1122 days since its last release. Its 22 runtime dependencies include heavy libraries like torch, torchaudio, and librosa, which may take time to install depending on your environment.
License in practice
MIT license is permissive, allowing use in commercial and private projects with minimal restrictions.
Quickstart
pip install descript-audiotools
import audiotools
from audiotools import AudioSignal
signal = AudioSignal("audio.wav", offset=5, duration=5)
signal.low_pass(8000)
Requires torch and torchaudio, which have system-level dependencies and can take significant time to install; no explicit Python version requirement stated.
Verify before relying
- Whether the package's 22 dependencies remain compatible with current versions of torch, scipy, librosa, and other heavy libraries given the 1122-day abandonment period.
- Whether the package works reliably with modern Python versions beyond 3.7, given no explicit requires_python constraint.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 22 — argbind, numpy, soundfile, pyloudnorm, importlib-resources, scipy, torch, julius, torchaudio, ffmpy, ipython, rich, matplotlib, librosa, pystoi, torch-stoi, flatten-dict, markdown2, randomname, protobuf, tensorboard, tqdm |
| Maintenance | abandoned — 1,122 days since the last release |
| First released | |
| Downloads | 464,582/month — #6,516 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: descript_audiotools-0.7.2-py2.py3-none-any.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
descript-audio-codecCompresses audio into discrete codes at 8 kbps…
permissive · top 15,000 on PyPI
pydubPydub provides a high-level Python interface…
permissive · top 5,000 on PyPI
audiomentationsAudiomentations applies randomized audio…
permissive · top 15,000 on PyPI
audioop-ltsProvides the `audioop` module for Python 3.13+,…
permissive · top 5,000 on PyPI
torch-audiomentationsProvides PyTorch-native audio data augmentation…
permissive · top 5,000 on PyPI
audiofileReads and writes audio files across formats…
permissive · top 15,000 on PyPI
playsoundPlays audio files (MP3, WAV) and URLs from…
permissive · top 15,000 on PyPI
pyrubberbandProvides Python wrappers for time-stretching…
permissive · top 15,000 on PyPI
soundfileReads and writes audio files in formats like…
permissive · top 1,000 on PyPI
soxPython wrapper that exposes SoX audio…
permissive · top 5,000 on PyPI