Versions in this module Expand all Collapse all v0 v0.0.2 Apr 14, 2026 v0.0.1 Apr 10, 2026 Changes in this version + type AudioIO struct + func NewAudioIO() *AudioIO + func (a *AudioIO) MicFrames() <-chan *model.AudioFrame + func (a *AudioIO) PushFrame(frame *model.AudioFrame) + func (a *AudioIO) Start(ctx context.Context) error + func (a *AudioIO) Stop() error + func (a *AudioIO) Write(frame *model.AudioFrame) error + type ConsoleModel struct + func NewConsoleModel(ctx context.Context, audioIO *AudioIO) *ConsoleModel + func (m *ConsoleModel) Init() tea.Cmd + func (m *ConsoleModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m *ConsoleModel) View() string