chore(app): bump whisper_flutter_new for context cache#9439
Conversation
Points whisper_flutter_new at 00bc626 (cache native context between transcribe calls + Whisper.releaseModel()). Depends on BasedHardware/whisper_flutter_new#3 landing that SHA on the upstream repo (re-pin if the PR is squash-merged). Co-Authored-By: Grok <noreply@x.ai>
|
Thanks for keeping this small and clearly tied to the upstream Maintainer note: this should stay blocked until BasedHardware/whisper_flutter_new#3 is merged (or this app PR is updated to the final merged SHA if that PR is squash-merged), then Because this is a draft dependency/lockfile bump with no CI signal yet, I’m marking it for maintainer/dependency review rather than approving. Before merge, please also include the on-device validation from the PR description: repeated short on-device Whisper utterances should avoid full model reloads after the first buffer, and stopping recording should not regress the socket-close behavior when paired with #9438. |
Summary
Bumps
whisper_flutter_newfromaf6b457…→00bc626…so the app picks up:Whisper.releaseModel()APIBlocked on
Do not merge until BasedHardware/whisper_flutter_new#3 is merged into
BasedHardware/whisper_flutter_newand commit00bc62694782075b7f9982a4c497e7145ba7bde0exists on that repo.If #3 is squash-merged, update
app/pubspec.yaml+ lockref/resolved-refto the new main SHA and re-runflutter pub get.Related
Test plan
andreayres/whisper_flutter_newfor local test)cd app && flutter pub getPrimary socket closed (code: null)if fix(app): suppress spurious close during intentional composite socket teardown #9438 is also present