3 ---------------------------------------------
5 - Make variable buffering within the PyJack client independent of the
6 Jack server's buffer size; this would enable the PyJack client to run
7 jack.process with larger buffers while still working with apps which
10 - May need a select call with timeout in jack.process()
11 Otherwise, if the jack server shutsdown or SIGHUPS this call might
12 wait forever on the socket read.
15 I don't really understand how monitoring is supposed to work.
17 - Do we need sample rate events?
18 Will the sample rate ever change in the middle of a process,
19 or is it a fixed value like buffer size?
21 - Peak/Power monitoring
23 Contributions are welcome!