flutter_whisper_kit_apple 0.1.0
flutter_whisper_kit_apple: ^0.1.0 copied to clipboard
iOS and macOS implementation of the flutter_whisper_kit plugin, providing on-device speech recognition and transcription capabilities using WhisperKit.
0.1.0 #
- Expanded native API and improved platform integration:
- Added support for device name retrieval, recommended models, and model support configuration.
- Implemented language detection, model formatting, and recommended remote models.
- Enhanced model management: setup, prewarm, unload, clear state, and logging callback support.
- Improved error handling and reporting for platform method calls.
- Improved test coverage and reliability for platform features.
- Package metadata:
- Updated repository and homepage URLs.
- Bumped version to 0.1.0.
0.0.1 #
- Initial release of Flutter WhisperKit for Apple platforms.
- Implements core functionality for speech recognition using Whisper models.
- Supports iOS and macOS platforms.
- Features include:
- Audio recording and processing
- Transcription of audio to text
- Language detection
- Support for various Whisper model sizes
- Known limitations:
- Limited configuration options
- Performance optimizations pending