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
637 B
XML
26 lines
637 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<panel label="Configuración del dispositivo" name="device_settings_panel">
|
|
<string name="default_text">
|
|
Por defecto
|
|
</string>
|
|
<string name="name_no_device">
|
|
Ningún dispositivo
|
|
</string>
|
|
<string name="name_default_system_device">
|
|
Dispositivo del sistema por defecto
|
|
</string>
|
|
<text name="Input">
|
|
Entrada
|
|
</text>
|
|
<text name="Output">
|
|
Salida
|
|
</text>
|
|
<text name="My volume label">
|
|
Mi volumen:
|
|
</text>
|
|
<slider_bar initial_value="1.0" name="mic_volume_slider" tool_tip="Cambia el volumen usando este deslizable"/>
|
|
<text name="wait_text">
|
|
Por favor, espera
|
|
</text>
|
|
</panel>
|