asteroid-filterbanks
Asteroid's filterbanks
What it is and what it does
Asteroid Filterbanks is a PyTorch-based library that provides filterbank implementations for audio processing. It is part of the larger Asteroid toolkit for audio source separation research and offers modular filterbank components that researchers can use to decompose audio signals into frequency representations suitable for machine learning models.
The package depends on NumPy, PyTorch, and typing-extensions, making it a lightweight addition to existing audio processing pipelines. It is designed for researchers working on audio source separation and related signal processing tasks, though the project is no longer actively maintained—the last release was in April 2021 and there have been no commits since early 2025.
Use it for:
- Building audio source separation models that need learnable or fixed filterbank layers in PyTorch.
- Extracting time-frequency representations from raw audio for downstream machine learning tasks.
- Prototyping audio signal processing pipelines that require modular filterbank components.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides PyTorch-based filterbank implementations for audio signal processing, particularly designed for audio source separation tasks.
Yes, if you are working with audio source separation or signal processing in PyTorch and need stable filterbank implementations. The low install friction and permissive MIT license make it straightforward to adopt. However, be aware that the project is dormant—no active maintenance or updates are expected, so compatibility with very recent PyTorch or Python versions is not guaranteed. Suitable for research or production use where the filterbank API is stable enough for your needs.
Install
asteroid-filterbanks on PyPI
pip
pip install asteroid-filterbanksuv
uv add asteroid-filterbankspoetry
poetry add asteroid-filterbanksInstalling asteroid-filterbanks
Before you install
Low install friction with a pure-Python wheel distribution. Maintenance is dormant—last release was 2021-04-09 and no commits since 2025-01-12, so expect no active bug fixes or updates.
License in practice
MIT license is permissive; you can use this package freely in commercial and private projects with minimal restrictions.
Quickstart
pip install asteroid-filterbanks
import torch
from asteroid_filterbanks import Filterbank
fb = Filterbank()
Requires PyTorch (torch) and NumPy installed; requires Python 3.6 or later.
Verify before relying
- Whether filterbank implementations remain compatible with current PyTorch versions despite dormant maintenance status.
- Whether the package works reliably with Python versions beyond 3.8, given classifiers only declare support through 3.8.
- Specific filterbank parameters and configuration options available in the API.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — numpy, torch, typing-extensions |
| Maintenance | dormant — 1,953 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 2,111,574/month — #3,286 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: asteroid_filterbanks-0.4.0-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
GammatoneApplies banks of gammatone filters to audio…
unclear · top 15,000 on PyPI
openunmixSeparates music into individual stems (vocals,…
permissive · top 15,000 on PyPI
torch-audiomentationsProvides PyTorch-native audio data augmentation…
permissive · top 5,000 on PyPI
torchlibrosaProvides PyTorch implementations of librosa…
permissive · top 15,000 on PyPI
audio-separatorSeparates audio files into multiple stems…
permissive · top 15,000 on PyPI
python_speech_featuresExtracts speech features from audio signals for…
permissive · top 15,000 on PyPI
kaldi-native-fbankExtracts Kaldi-compatible filterbank (fbank)…
permissive · top 15,000 on PyPI
torchcodecTorchCodec decodes and encodes videos, audio,…
unclear · top 5,000 on PyPI
torchaudioProvides PyTorch-based audio processing,…
permissive · top 5,000 on PyPI
aubioaubio is a Python wrapper around a C library…
copyleft · top 15,000 on PyPI