Skip to content

egorsmkv/microphone-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Record WAV files using your microphone with Python

Install

git clone git@github.com:egorsmkv/microphone-recorder.git
cd microphone-recorder

MacOS

brew install portaudio

pipenv install
pipenv shell

pip install --global-option='build_ext' --global-option='-I/usr/local/include' --global-option='-L/usr/local/lib' pyaudio

Usage

python record.py

Next you can open the recording.wav using a media player.

About

Record WAV files using your microphone with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages