WhisperKit icon indicating copy to clipboard operation
WhisperKit copied to clipboard

Fix `allowBluetooth` deprecation warning

Open naykutguven opened this issue 7 months ago • 1 comments

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.

naykutguven avatar Sep 23 '25 07:09 naykutguven

This change requires macOS 13.1 so I am converting it to a draft

naykutguven avatar Sep 26 '25 17:09 naykutguven