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
- Host: GitHub
- URL: https://github.com/kivy/audiostream
- Owner: kivy
- License: mit
- Created: 2012-04-10T15:08:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T15:15:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T15:44:46.157Z (about 1 year ago)
- Language: Python
- Homepage: https://audiostream.readthedocs.org
- Size: 107 KB
- Stars: 191
- Watchers: 29
- Forks: 56
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-python-audio - audiostream
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