You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: