Skip to content

Feat/update whisper#73

Merged
74th merged 3 commits into
developfrom
feat/update-whisper
May 17, 2026
Merged

Feat/update whisper#73
74th merged 3 commits into
developfrom
feat/update-whisper

Conversation

@74th
Copy link
Copy Markdown
Owner

@74th 74th commented May 17, 2026

This pull request introduces several improvements and adjustments to the Whisper server integration and demo scripts, focusing on configuration clarity, demo usability, and wake word detection accuracy. The most significant changes are grouped below by theme.

Whisper Server Integration Improvements:

  • Refactored WhisperServerSpeechToText to consistently use the config attribute instead of the previous _conf, improving code clarity and maintainability throughout whisper_server.py. [1] [2] [3] [4]

Demo and Development Tooling:

  • Added two new demo scripts, run-whisper-server-large-turbo.sh and run-whisper-server-small.sh, to the misc/on_mac_demo directory for running Whisper server with different models and settings, streamlining local testing and demonstrations. [1] [2]
  • Updated .vscode/settings.json to disable Python type checking and specify a local virtual environment interpreter, making the development environment setup more flexible.

Wake Word Detection Enhancements:

  • Changed the default wake word in WhisperServerWakeWordDetectorConfig from "スタックチャン" to "ハイスタックチャン" for improved detection specificity.
  • Updated _contains_wake_word to ignore transcripts that contain the recognizer prompt, reducing false positives when the model output is inaccurate or confused.

@74th 74th merged commit 4a6da6e into develop May 17, 2026
1 check passed
@74th 74th deleted the feat/update-whisper branch May 17, 2026 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant