VoicesLayout
fun VoicesLayout(state: VoicesScreenViewModel, theme: NavigationSettingsTheme = NavigationSettingsTheme.defaults())
Voice management screen.
Shows a language filter, installed voices (select/preview/delete), and available voices (download/preview). All actions are delegated to state.
Parameters
state
View-model providing voice data and actions.
theme
Color and typography overrides; defaults to system dark-mode.