WhisperKit
WhisperKit copied to clipboard
Fix `allowBluetooth` deprecation warning
This pull request changes AVAudioSession.CategoryOptions from the deprecated .allowBluetooth to .allowBluetoothHFP in the AudioProcessor extension to remove the deprecation warning and use the modern API.
This change requires macOS 13.1 so I am converting it to a draft