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

https://github.com/kivy/audiostream

Audio API for streaming raw data to speakers
https://github.com/kivy/audiostream

Last synced: 7 months ago
JSON representation

Audio API for streaming raw data to speakers

Awesome Lists containing this project

README

          

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 ` to be executed.

::

sudo python setup.py install

Authors
-------

* Mathieu Virbel
* Dustin Lacewell