-
Notifications
You must be signed in to change notification settings - Fork 366
Portaudio with Oboe Implementation #840
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
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. |
philburk
left a comment
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. |
|
Hi, I have tested this feature, alongside couple of implementation changes (no "default" devices, leverage Are you still interested to carry this feature forward @hopefulGiupplo ? Happy to spin up a new PR otherwise. |
|
Hello @acolombier , right now I've got my hands full, but I'd still need this development, and it would be amazing if it could be finally integrated in Portaudio. Feel free to open a new PR, I'll try to keep track of your changes as the project is finalizing. @philburk let me know if you prefer this PR to remain open after acolombier opens theirs |
|
@hopefulGiupplo wrote:
Thanks you for this huge contribution. I see that @acolombier created #1084. |
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