almoghamdani / audify

Play/Stream/Record PCM audio data & Encode/Decode Opus to PCM audio data
MIT License
126 stars 20 forks source link

bugfix: restore support for older macOS versions #45

Closed almoghamdani closed 1 year ago

almoghamdani commented 1 year ago

This change forces clang to generate code (and imports) that are compatible with macOS 10.9+. We force macOS 10.9 as libc++ is supported from macOS 10.9.

This is used to resolve #44.