-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Hear | ||
Boilerplate for Jack and PyAudio | ||
|
||
|
||
## Why? | ||
[PyAudio](https://people.csail.mit.edu/hubert/pyaudio/) offers a binding for the | ||
old good [PortAudio](http://www.portaudio.com/), it works everywhere but is | ||
quite low-level and if you are using [Jack](http://jackaudio.org/) can be painful | ||
(ok, it is supported, but I was not able to create a client, nor to find working | ||
code by someone else). | ||
|
||
[Jack-Client](https://github.com/spatialaudio/jackclient-python/) is way better, | ||
but, obviously, works only with an active Jack server. | ||
|
||
I want both. |