https://github.com/benhoff/microphone
https://github.com/benhoff/microphone
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/benhoff/microphone
- Owner: benhoff
- License: gpl-3.0
- Archived: true
- Created: 2016-01-20T00:28:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T01:46:24.000Z (about 8 years ago)
- Last Synced: 2025-03-12T12:04:59.771Z (over 1 year ago)
- Language: Python
- Size: 693 KB
- Stars: 18
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.md
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