-
Notifications
You must be signed in to change notification settings - Fork 460
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
A PCL library maybe? #113
Comments
Support for Mono is currently in development. Support for UWP is currently not planed. It would be very time consuming. If there would be support for mobile platforms, I would bring it to all xamarin platforms. |
Suport for UWP, Android and iOS via Xamarin.Forms (aside from the actual low-level audio implementation) can be achieved by making the library target either of the following:
I'd like to help out tweaking the project file to make it compliant. @filoe, are there any guidelines to build the project? I get tons of build errors when trying to compile a fresh git checkout. |
Well the problem will be the actual low-level audio implementation :(. |
Yeah, it's going to be a huge task, but we need the .NET code to run in other platforms without Mono in order to start researching. How do you build it? Just opening in Visual Studio? |
We'll try to target netstandard in the future. See #288. |
Support for UWP (Universal Windows Platform) would be nice to have. Is it possible?
The text was updated successfully, but these errors were encountered: