-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Julia v4 syntax fixes and added the ability to use a non-default audio device #51
Conversation
Add methods to use audio streams other than the default output stream
Add compatibility from 0.3 to 0.4
compatibility of union syntax from 0.3 to 0.4
compatibility 0.3 -> 0.4 changes
I fixed things up so that the tests run and pushed to the Would you mind some usage examples to the README showing how to use the new functionality? I briefly looked through but it wasn't clear to me what was the public vs private interface for the new features. If possible it would be great to see tests as well (now that the test suite passes! 😏), though I know that could be tough with the stuff that directly interfaces with the hardware. |
I think that the public interface would be with the functions read_Pa_AudioStream and for blocking I/O and reads or writes, or direct use of the I'll try to push a test file and a modified README over to the test branch. --Bill On Thu, Nov 12, 2015 at 5:20 AM, Spencer Russell notifications@github.com
|
I fixed some of the added code a bit and added a callback functionality as On Thu, Nov 12, 2015 at 5:20 AM, Spencer Russell notifications@github.com
|
Okay, the callback I/O is done, but is not as pretty because Julia cannot On Thu, Nov 12, 2015 at 5:20 AM, Spencer Russell notifications@github.com
|
Added callbacks and cleaned up blocking I/O |
Two sets of changes: