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

Question about readiness #5

Open
NinthDesertDude opened this issue Nov 28, 2019 · 1 comment
Open

Question about readiness #5

NinthDesertDude opened this issue Nov 28, 2019 · 1 comment
Labels
question Further information is requested

Comments

@NinthDesertDude
Copy link

Hey,

I see this library is on NuGet and the only other PortAudio C# library I found from Google was https://github.com/Kyle-Gagner/PortAudio.Net, which calls itself pre-alpha and has no NuGet package. I just want to know:

  • Would you say it's ready for use / the API is stable?
  • Is this being used in any projects you know of yet?
@OrionNebula
Copy link
Member

The API should be reasonably stable - I'm going to follow semver, so I shouldn't introduce any incompatible changes without bumping the major version. I was using this in Ceilidh, a media player project, with no problems, but it's not something I've had time to work on recently so I haven't really released it or anything. Testing was primarily on Windows, so it's not totally clear how this will work on other platforms. I wrote the native bindings by hand, but it covers a lot of the API if I remember correctly. The managed wrapper may not cover all of this functionality though.

@ATechAdventurer ATechAdventurer added the question Further information is requested label Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants