18 open-source projects similar to mbrucher/audiotk, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best AudioTK alternative.
Librosa is a Python audio analysis library and digital signal processing framework. It functions as a feature extraction suite and music information retrieval tool designed to analyze the structural and sonic characteristics of audio signals. The library provides specialized capabilities for music analysis, including dynamic tempo tracking to identify rhythmic pulses and spectral feature extraction to compute harmonic spectra, chroma variants, and onset points. It also serves as a time-series audio processor for synchronizing audio streams. The system covers a broad range of audio processing
This project is an educational suite and technical guide designed for mastering video codecs and signal processing. It provides a structured curriculum through an engineering course, interactive labs, and tutorials focused on the fundamental principles of video compression and digital signal processing. The resource includes a technical guide for analyzing specific codecs like AV1, VP9, and H.265. It distinguishes itself by providing a containerized media lab, which ensures a consistent development environment for experimenting with video technology tools and notebooks. The project covers a
nih-plug is an audio plugin SDK and development framework providing a set of tools and traits for processing audio and MIDI data in a real-time safe environment. It functions as a cross-format plugin wrapper, allowing a single implementation to be exported into multiple industry-standard audio plugin formats, including VST, CLAP, and LV2. The project includes a retained-mode GUI framework for creating interactive user interfaces and parameter controls for audio processors. It also provides a real-time audio library that utilizes hardware acceleration and asynchronous task management to mainta
Pydub is a Python audio manipulation library and digital audio processor used for editing, slicing, and converting audio files and segments. It serves as a programmatic wrapper for FFmpeg to import and export a wide variety of audio formats. The library functions as an audio signal generator capable of creating synthetic waveforms, such as sine waves and white noise. It also provides tools for digital signal processing, including the application of filters, fades, crossfades, and gain adjustments to sound signals. Its broader capabilities cover programmatic audio editing through concatenatio
.. image:: https://github.com/LCAV/pyroomacoustics/raw/master/logo/pyroomacousticslogohorizontal.png :alt: Pyroomacoustics logo :align: left
| GitHub Actions | Read the Docs | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |…
A Python library aimed at acousticians.
+---------------+-----------------+ | Service | Master branch | +===============+=================+ | GitHub | |ghactionsci| | +---------------+-----------------+ | Appveyor | |appveyorci| | +---------------+-----------------+ | Read the Docs | |readthedocs| | +---------------+-----------------+
tftb (Time-frequency toolbox) is a Python module for time-frequency analysis and visualization build with SciPy and matplotlib.
Matchering is an audio mastering tool and Python library designed to match the frequency balance and loudness of a target track to a specific reference track. It functions as a reference-based mastering system that aligns a target signal's spectral envelope, RMS, and peak amplitude with those of a chosen reference file. The project utilizes a multi-stage processing pipeline featuring an FFT spectral matching engine to adjust frequency response. It ensures output quality through the use of a brickwall limiter to prevent signal clipping while preserving the original waveform shape. The tool pr
Gammatone-based spectrograms, using gammatone filterbanks or Fourier transform weightings.