dsqmoore / audiostream

Audio API for streaming raw data to speakers

Home Page:https://audiostream.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audiostream

Audiostream is a python extension that gives you a direct access to the speaker or microphone.

The goal of this project is act as low level as possible on the audio stream:

  • You push bytes to the speaker
  • You get bytes from the microphone

Installation

This extension require Cython for the compilation. All the current examples require Kivy <http://kivy.org> to be executed.

sudo python setup.py install

Authors

About

Audio API for streaming raw data to speakers

https://audiostream.readthedocs.org

License:MIT License


Languages

Language:Python 59.6%Language:Objective-C 31.0%Language:Java 5.3%Language:C++ 2.4%Language:C 1.4%Language:Makefile 0.3%