Skip to content

Commit

Permalink
Known Issues in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edne committed Aug 3, 2015
1 parent c45af39 commit d1c6a3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ def body():
except KeyboardInterrupt:
print("Interrupted by user")
```

## Known Issues
- If you change the Jack state you have to reload the whole application. (To
check the available backends Hear uses PyAudio, and the C part inizializes
everything just one time storing the state in some global variables)

0 comments on commit d1c6a3f

Please sign in to comment.