Skip to content
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

windows asio drivers #257

Open
andik opened this issue Feb 2, 2015 · 1 comment
Open

windows asio drivers #257

andik opened this issue Feb 2, 2015 · 1 comment

Comments

@andik
Copy link

andik commented Feb 2, 2015

Hey guys,

as I try to get rtaudio on windows working, I found that the windows low-latency asio drivers of RTAudio are not included with the files tonic ships, because they need additional cpp files.
I don't know how important that is, because I'm using OSX for Audio.

I'd like therefore to get the complete rtaudio package, maybe in some vendor folder.
Maybe as git-submodule, but this requires an additional git submodules init for the end-user.
RTAudio uses Cmake so it could be easily included as a library. We could maybe also let the RTAudio folder of the examples intact, so that nobody needs to change the Xcode/MSVC Projects there.

@morganpackard
Copy link
Member

Thanks @andik. I'd like to avoid requiring an additional git submodules init, or packaging compiled binariy files with Tonic. I think including the source files in the Tonic repository is probably my first choice. @ndonald2, what do you think about including a more complete rtaudio inside the Tonic repo so that windows asio people can compile and run Tonic without too much fiddling? Rather than creating a vendor folder, why not just inclucde the extra .cpp files in the rtaudio file? That seems simplest to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants