Migrate a bunch of classes out of llvoiceclient.* and into new llvoicevivox.* Update most of these to match their counterparts Introduce VoiceFonts support (voice morphing, floater still to come) Support for a bunch of v3 voice settings. Move volume settings management from LLMutelist into LLSpeakerVolumeStorage Support for Avaline mutes (WIP) Adds voice section to LLAgent Moved llfloatervoicedevicesettings to llpanelvoicedevicesettings, v3's voice device panel design is more intuitive.
26 lines
607 B
XML
26 lines
607 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<panel label="Configuração de dispositivos" name="device_settings_panel">
|
|
<string name="default_text">
|
|
Padrão
|
|
</string>
|
|
<string name="name_no_device">
|
|
Nenhum
|
|
</string>
|
|
<string name="name_default_system_device">
|
|
Dispositivo padrão do sistema
|
|
</string>
|
|
<text name="Input">
|
|
Entrada
|
|
</text>
|
|
<text name="Output">
|
|
Saída
|
|
</text>
|
|
<text name="My volume label">
|
|
Meu volume:
|
|
</text>
|
|
<slider_bar initial_value="1.0" name="mic_volume_slider" tool_tip="Mude o volume usando o controle deslizante"/>
|
|
<text name="wait_text">
|
|
Aguarde
|
|
</text>
|
|
</panel>
|