voice integration skill — canonical UI + transcription pattern (one drop-in) #219

Open
opened 2026-05-06 17:07:19 +00:00 by mik-tf · 0 comments
Owner

Overview

Wherever an app needs voice (transcription input, TTS output, wake word), today every app reinvents the integration. Define one canonical skill that any app drops in to get: voice input button → hero_lib voice client → aibroker → STT/TTS provider. UI, plumbing, and error handling identical across apps.

Why

Meeting 2026-05-06: "wherever in app we need voice, use the skill to put UI part / skill can do it properly / talk to ai broker, talk to new component from scott".

The hero_voice skill exists. This issue is to make it the canonical drop-in and apply it to every app that needs voice.

Acceptance

  • hero_voice skill documents the canonical drop-in pattern (UI markup, hero_lib call, settings persistence)
  • Audit which apps need voice; for each, file a sub-issue "adopt hero_voice skill"
  • Skill works with both Whisper (current) and parakeet (after hero_voice#28)

Source: meeting notes 2026-05-06.

## Overview Wherever an app needs voice (transcription input, TTS output, wake word), today every app reinvents the integration. Define one canonical skill that any app drops in to get: voice input button → hero_lib voice client → aibroker → STT/TTS provider. UI, plumbing, and error handling identical across apps. ## Why Meeting 2026-05-06: "wherever in app we need voice, use the skill to put UI part / skill can do it properly / talk to ai broker, talk to new component from scott". The `hero_voice` skill exists. This issue is to make it the canonical drop-in and apply it to every app that needs voice. ## Acceptance - [ ] `hero_voice` skill documents the canonical drop-in pattern (UI markup, hero_lib call, settings persistence) - [ ] Audit which apps need voice; for each, file a sub-issue "adopt hero_voice skill" - [ ] Skill works with both Whisper (current) and parakeet (after [hero_voice#28](https://forge.ourworld.tf/lhumina_code/hero_voice/issues/28)) ## Related - Skill: `hero_voice` - META: [home#219](https://forge.ourworld.tf/lhumina_code/home/issues/219) - [hero_voice#23](https://forge.ourworld.tf/lhumina_code/hero_voice/issues/23) — Rustpotter wake-word disabled (related) Source: meeting notes 2026-05-06.
mik-tf added this to the ACTIVE project 2026-05-06 17:31:44 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_skills#219
No description provided.