-
Notifications
You must be signed in to change notification settings - Fork 312
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
Portaudio with Oboe Implementation #840
base: master
Are you sure you want to change the base?
Conversation
…_oboe.cpp, more work needed
…atch # Conflicts: # src/hostapi/oboe/README.md
# Conflicts: # src/hostapi/oboe/pa_oboe.cpp # src/os/unix/pa_unix_hostapis.c
…implementation accordingly
Hello @philburk, I saw you assigned this issue to yourself. Please let me know if I can help :) |
Hello @philburk and PA team, I'm here to ask if I can help with any changes, and to ask if you're planning to include pa_oboe in portaudio's next release :) I rebased this work onto the last additions, I hope the library is still correctly built. |
Thanks for rebasing this code. I will try to review in depth soon. The code looks very good so far. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The missing comma is causing it to fail CI.
Hi @hopefulGiupplo, thanks for your contribution, it's looking good but I agree that Phil needs to do a thorough review since he is the Oboe expert. Some other things that would help:
Once Phil is satisfied I will also do a code review. |
As I said in this issue, I finally can say that this PaOboe implementation seems to be working.
Instruction to how to build PortAudio with Oboe are detailed in src/hostapi/oboe/Readme.md