csukuangfj / PortAudioSharp2

C# binding for portaudio supporting Linux, macOS, Windows, iOS
Apache License 2.0
26 stars 4 forks source link

Add osx-arm64 #23

Closed SmartFoxServer closed 2 months ago

SmartFoxServer commented 4 months ago

When using portaudiosharp2 on macOS on newer Macs (arm-based), native library is not found because missing from dependancies.

csukuangfj commented 3 months ago

Sorry for the late reply.

Could you try version 1.0.2?

osx-arm64 is supported now.

SmartFoxServer commented 3 months ago

Thank you for your help! Updated and working as expected. Having arm versions for the other operating system would be great too.

csukuangfj commented 3 months ago

Having arm versions for the other operating system would be great too.

Would you mind helping test it once we have it?

SmartFoxServer commented 3 months ago

Sure. Our project, which uses your package, will be tested on those platforms too. Maybe it will take some time before we are ready to test.

csukuangfj commented 2 months ago

Closing via #25