So this is another performance release.
- Fixes segfault when accessing functions within internal context, params object of `Whisper`.
- move transcribe implementation to Python to avoid copying twice.
- Change some bazel deps that it is not yet hermetic.
BREAKING CHANGE
The enums are now `SAMPLING_GREEDY` and `SAMPLING_BEAM_SEARCH` for better exposure instead of `GREEDY` and `BEAM_SEARCH`.
What's Changed
* fix: make sure to only change version directly by aarnphm in https://github.com/aarnphm/whispercpp/pull/14
**Full Changelog**: https://github.com/aarnphm/whispercpp/compare/v0.0.7...v0.0.8