An open API service indexing awesome lists of open source software.

https://github.com/benhoff/microphone


https://github.com/benhoff/microphone

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

microphone
==========

python audio recorder using pyaudio for audio capture and transmission using zeromq

NOTE: Program is very much in an alpha stage! You've been warned!

Installation
------------

::

pip install microphone

-or- ::

pip install git+https://github.com/benhoff/microphone.git

if running from source need to run the command ::

python setup.py develop