Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I think it makes the most sense to tackle this project in phases. We have to build up a foundation before getting into the more complicated features. First, for our audio Engine- test if CoreAudio can handle our needs for this. It needs to be as low latency as possible. I'd love to avoid creating a custom audio engine for this since I think that would be really tricky. Once that's out of the way, this is what will get tackled next:
After we have these basics in place, we can start thinking about:
Once we get all of these features working smoothly, we'll talk about phase II.
Beta Was this translation helpful? Give feedback.
All reactions