Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
PathogenDavid opened an issue on horizongir/PortAudio.NET
Linux support
PortAudio makes unfortunate (and seemingly unnecessary) usage of `unsigned long` and `long` throughout the API. Bare `long` is 32 bits on Linux x86 and all Windows platforms, but 64 bits on Linux x...PathogenDavid pushed 7 commits to main horizongir/PortAudio.NET
- Created initial generator, bindings, and sample. 5e37583
- Renamed `PaErrorCode` to `PaError` since that's what appears on most of the API surface. Added more error helpers. 02d39ff
- Turned PaStream into an explicit opaque struct. 6e666d5
- Replaced the `PaStreamCallback` return type with `PaStreamCallbackResult`. d1207e5
- Added sine wave channel sweep sample. b5fe9a7
- Added quick and dirty bindings for the WASAPI-specific PortAudio header. c518bb6
- Filled out the readme. Added third party notices. 69585b9