Skip to main content

Python library for vibrational analysis of audio

Project description

pyAudioAnalyzer

DOI PyPi Version PyPI pyversions GitHub stars PyPi downloads Code style: blue

Python library for vibrational analysis of audio
Python-Bibliothek für die Schwingungsanalyse von Audio
Libreria Python per l'analisi vibrazionale dell'audio

Installation

Prerequisites

pip install scipy
pip install numpy
pip install matplotlib
pip install seaborn
pip install playsound
pip install pyfftw
pip install librosa
pip install gtts
pip install sounddevice

Currently, I am using librosa to read audio files. This requires FFMPEG to work. Unfortunately, there is no installer available for Windows (to my knowledge) and you have to unzip and set the environmental variables. Several installation guides are available for this.

sudo apt-get install libsndfile1

Install

Clone repository and install via PIP using the state of this repository:

python -m pip install -U .

You can also install via PIP with the last release:

pip install pyAudioAnalyzer

Getting started

See Python scripts and iPython notebooks under examples.

File types

  • M4A: Audio-only MPEG-4 (Moving Picture Experts Group)
  • 3GP, 3G2: MPEG-4, for smartphones typically Part 12 and specifically 3GP
  • WAV: Waveform Audio File Format
  • MP3: MPEG-1 Audio Layer III and MPEG-2 Audio Layer III

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyAudioAnalyzer-0.2.2.tar.gz (3.4 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page