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

A PCL library maybe? #113

Closed
thecodrr opened this issue Jul 2, 2016 · 5 comments
Closed

A PCL library maybe? #113

thecodrr opened this issue Jul 2, 2016 · 5 comments

Comments

@thecodrr
Copy link

thecodrr commented Jul 2, 2016

Support for UWP (Universal Windows Platform) would be nice to have. Is it possible?

@filoe
Copy link
Owner

filoe commented Jul 3, 2016

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.

@JunielKatarn
Copy link

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:

  1. .NET Standard 1.0
  2. .NET Portable, Profile 259.
    (See https://portablelibraryprofiles.stephencleary.com/).

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.

@filoe
Copy link
Owner

filoe commented May 10, 2017

Well the problem will be the actual low-level audio implementation :(.

@JunielKatarn
Copy link

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?

@filoe
Copy link
Owner

filoe commented Oct 21, 2017

We'll try to target netstandard in the future. See #288.

@filoe filoe closed this as completed Oct 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants