Skip to content

e-dub/pyAudioAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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