awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tyiannak avatar

tyiannak/pyAudioAnalysis

0
View on GitHub↗
6,242 stars·1,217 forks·Python·Apache-2.0·26 views

PyAudioAnalysis

pyAudioAnalysis is a Python library and framework for audio signal processing and analysis. It provides tools for extracting mathematical representations of sound, such as spectrograms, and implements a system for training and evaluating machine learning models to classify audio segments based on acoustic patterns.

The project includes dedicated utilities for audio segmentation, which allow for the removal of silence and the detection of specific audio events to divide recordings into meaningful sections. It also provides data visualization capabilities that use dimensionality reduction to map content similarities and identify clusters within sound data.

The library covers a broad range of signal processing capabilities, including spectral-domain feature extraction, temporal analysis, and audio regression for estimating continuous values. These functions are accessible both as a programmable library and through a command line interface for batch processing audio files.

Features

  • Python Audio Manipulation Libraries - Provides a comprehensive Python library for extracting features, classifying segments, and performing signal processing on audio data.
  • Audio and Activity Classifiers - Categorizes unknown sound recordings by training models to recognize specific acoustic patterns.
  • Classification Frameworks - Ships a framework for training and evaluating machine learning models to categorize sound recordings based on acoustic patterns.
  • Supervised Learning Models - Implements predictive models that assign labels or numerical values to audio data based on extracted acoustic features.
  • Supervised Learning - Uses labeled audio data to train models for classifying acoustic patterns or estimating continuous values.
  • Audio Spectral Features - Extracts frequency-domain characteristics such as spectrograms to describe the sonic properties of audio signals.
  • Audio Classifiers - Implements a framework for training and evaluating statistical models to categorize sound recordings based on learned acoustic patterns.
  • Audio Event Classification - Implements a system to categorize audio segments into predefined sound categories using machine learning models.
  • Audio Event Detection - Identifies specific non-speech acoustic events within audio recordings to partition them into meaningful sections.
  • Audio Feature Extraction - Calculates mathematical representations like spectrograms to describe the sonic characteristics of a recording.
  • Audio Segmentation Utilities - Partitions sound recordings into meaningful sections by detecting specific events and removing silence.
  • Fourier Transforms - Converts time-domain audio signals into frequency representations to analyze spectral characteristics.
  • Dimensionality Reduction - Implements techniques to simplify complex audio datasets by extracting essential structures for content similarity mapping.
  • Dimensionality Reduction - Maps similarities in high-dimensional sound data to identify patterns and clusters using dimensionality reduction.
  • Cluster Visualizations - Projects high-dimensional audio feature sets into two or three dimensions to reveal clusters and patterns.
  • Audio Command-Line Tools - Exposes internal analysis and feature extraction functions through a command line interface for batch processing audio files.
  • Continuous Value Regression - Estimates continuous values from audio data, such as measuring the intensity of an emotion.
  • Similarity Mapping - Maps content similarities using dimensionality reduction to display patterns and clusters within sound data.
  • Event-Based Segmentation - Includes utilities for audio segmentation that allow for the removal of silence and the detection of specific audio events.
  • Dimensionality Reduction Visualization - Provides data visualization capabilities that use dimensionality reduction to map content similarities and identify clusters within sound data.
  • Temporal Windowing - Divides continuous audio streams into overlapping frames to track how sound features evolve over time.
  • Frameworks And Toolkits - Audio analysis library for feature extraction and segmentation.
  • Speech Processing - Tools for feature extraction, classification, and diarization.
  • Audio Feature Extraction - Feature extraction, classification, and segmentation for audio signals.
  • Audio Processing - Feature extraction and classification for audio signals.
  • Audio Processing and Analysis - Python library for audio segmentation and spectral feature extraction.

Star history

Star history chart for tyiannak/pyaudioanalysisStar history chart for tyiannak/pyaudioanalysis

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does tyiannak/pyaudioanalysis do?

pyAudioAnalysis is a Python library and framework for audio signal processing and analysis. It provides tools for extracting mathematical representations of sound, such as spectrograms, and implements a system for training and evaluating machine learning models to classify audio segments based on acoustic patterns.

What are the main features of tyiannak/pyaudioanalysis?

The main features of tyiannak/pyaudioanalysis are: Python Audio Manipulation Libraries, Audio and Activity Classifiers, Classification Frameworks, Supervised Learning Models, Supervised Learning, Audio Spectral Features, Audio Classifiers, Audio Event Classification.

Which projects share features with tyiannak/pyaudioanalysis?

Projects with overlapping indexed features include: librosa/librosa — Librosa is a Python audio analysis library and digital signal processing framework. It functions as a feature… aubio/aubio — Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides… allendowney/thinkdsp — ThinkDSP is a Python-based audio signal processing framework and educational resource designed for studying the… sergree/matchering — Matchering is an audio mastering tool and Python library designed to match the frequency balance and loudness of a… xiph/rnnoise — rnnoise is a real-time speech denoising library that uses a recurrent neural network to suppress background noise from… pyannote/pyannote-audio — Pyannote.audio is a PyTorch toolkit for speaker diarization, speaker identification, and speech activity detection.…

Projects sharing features with PyAudioAnalysis

These projects share indexed features with PyAudioAnalysis. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • librosa/librosalibrosa avatar

    librosa/librosa

    8,200View on GitHub↗

    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

    Pythonaudiodsplibrosa
    View on GitHub↗8,200
  • aubio/aubioaubio avatar

    aubio/aubio

    3,714View on GitHub↗

    Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides a suite of tools for extracting musical features, estimating fundamental frequencies, and tracking rhythmic pulses in audio streams. The library specializes in the detection of pitch and beat, enabling the extraction of musical notes and the estimation of overall tempo. It also includes capabilities for automatic onset detection to identify the start of sonic events and the separation of audio signals into percussive transients and steady-state tonal components. The system c

    Canalysisannotationaudio
    View on GitHub↗3,714
  • allendowney/thinkdspAllenDowney avatar

    AllenDowney/ThinkDSP

    4,567View on GitHub↗

    ThinkDSP is a Python-based audio signal processing framework and educational resource designed for studying the mathematical properties of digital audio and waveforms. It functions as a digital signal processing library that provides tools for performing frequency analysis and harmonic decomposition of sound waves. The project covers the fundamentals of audio frequency analysis and sound synthesis, enabling the decomposition of sound into harmonics to analyze or modify spectral content. It facilitates Python audio programming by providing the means to manipulate audio files and generate synth

    Jupyter Notebook
    View on GitHub↗4,567
  • sergree/matcheringsergree avatar

    sergree/matchering

    2,551View on GitHub↗

    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

    Pythonaudiodocker-imagedsp
    View on GitHub↗2,551
  • Compare all 30 related projects→