{"categories":[{"label":"Graphics","url":"https://skillfed.io/packages/category/multimedia-graphics/2"}],"enrichment":{"capability":"audiolab loads, processes, and saves audio files in multiple formats (WAV, MP3, FLAC, AAC, etc.) with support for streaming, filtering, and real-time transformations via a Python interface built on soundfile and PyAV.","skillfed_tags":["audio-processing","ffmpeg-wrapper","cli-tool"],"use_cases":["Preprocess audio datasets for speech recognition or audio classification by loading, resampling, and converting to mono in one call.","Apply tempo or pitch perturbation to audio files during training data augmentation using filter chains.","Stream large audio files with real-time filtering to avoid loading entire files into memory.","Convert audio between formats (MP3 to WAV, AAC to FLAC) and inspect metadata from the command line.","Extract time-windowed segments from audio files with automatic resampling to a target rate.","Build audio processing pipelines that chain multiple filters (resample, tempo, pitch) during load."],"what_it_does":"audiolab is a Python library for audio file I/O and real-time processing built on top of soundfile and PyAV (FFmpeg bindings). It provides a unified interface for loading audio from local files, HTTP URLs, bytes, and streams; saving to multiple container formats; and applying filters and transformations like resampling, tempo adjustment, and pitch shifting. The library includes both a programmatic API with functions like load_audio(), save_audio(), and info(), plus classes for advanced streaming workflows (Reader, StreamReader, Writer, AudioPipe), and a command-line tool (audi) for inspecting audio file metadata.\n\nTypical use cases include preprocessing audio for machine learning pipelines, converting between formats, extracting segments with time-based offsets, applying real-time effects during playback or batch processing, and quickly inspecting audio properties from the shell. The library abstracts away FFmpeg complexity while exposing filter chains for power users.","worth_installing":"Yes. audiolab offers a clean, well-maintained interface to audio I/O and filtering with low install friction, permissive licensing, and no known vulnerabilities. It is suitable for audio preprocessing, format conversion, and real-time filtering tasks. Install it if you need to load and process audio files in Python without wrestling with FFmpeg directly; skip it only if you require lower-level control or have specific format constraints not listed in the documentation."},"id":"audiolab","links":{"html":"https://skillfed.io/packages/audiolab","md":"https://skillfed.io/packages/audiolab.md","pypi":"https://pypi.org/project/audiolab/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-25","license_spdx":null,"license_treatment":"permissive","name":"audiolab","python_support":"supports_current","summary":"AudioLab"},"popularity":{"monthly_downloads":137076,"position":11376,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.5.1"}
