v0.3.1
What's Changed
-
macOS 13 & iOS 16 support in #40
- We have made WhisperKit available on older OS versions based on community feedback.
- Please note that macOS 13 and iOS 16 performance will be degraded in terms of prediction latency, compile time, peak memory consumption.
- We have tested and recommend using
tiny
andbase
variants on devices with these older OS versions for a stable user experience. - If you run into any output correctness issues, please switch to using
cpuAndGPU
compute units (from the default ofcpuAndNeuralEngine
) via theModelComputeOptions
init parameter. - As always, if you notice any irregularities, please post an issue here for us to follow up on.
-
Implement selecting input device by @cgfarmer4 in #51
- Thanks to @cgfarmer4, macOS users can now select their preferred microphone, not just the default one. Check out @cgfarmer4's fantastic feature walkthrough, and dive into the fully implemented sample code in the WhisperAX example app to see it in action!
New Contributors
- @eltociear made their first contribution in #43
- @cgfarmer4 made their first contribution in #51
Full Changelog: v0.3.0...v0.3.1