KodeVoiceSettingsTile

Documented Voice voice/wake-word.kmd

Settings tile for the 6 voice toggles (enabled, talkMode, hotWord, backend, bargeIn, debugRecord). All OFF by default except bargeIn.

Demo

Static visual mock — pixel-faithful but non-interactive. Sprint 2.3 will swap selected demos for live Flutter Web embeds.

Voice features

Master switch for everything below.

Talk Mode

Continuous conversation; mic stays open while in talk mode.

Hot word

Wake on "Hey Koder" without pressing a button. Pre-wake buffer is strictly local.

All voice toggles default OFF except bargeIn. Mic capability is opt-in per surface.

Availability

Flutter (koder_kit)
koder_kit v0.12.0+ (KSTACK-89)

Flutter usage

import 'package:koder_kit/koder_kit.dart';
KoderSettingsGroup(
  title: 'Voice',
  children: [KodeVoiceSettingsTile()],
)

Related in the same group