Skip to content

PopBot/live_autotune_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Live Autotune

Live autotune microphone input for Python

Requirements

brew install portaudio
brew install libav
brew instal ffmpeg

Note: If your PortAudio installation is through Homebrew, you will need to direct pip to the path to install a package requirement (pyaudio), so run the following: pip install --global-option='build_ext' --global-option="-I$(brew --prefix)/include" --global-option="-L$(brew --prefix)/lib" pyaudio to properly install pyaudio.

About

A lightweight live-audio microphone input adjuster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published