[Voice Update] LLFloaterVoiceEffect (Lives in File->Show Voice Morpher for now)

This commit is contained in:
Lirusaito
2013-06-13 05:23:35 -04:00
parent 08ab202a06
commit 01ec6905ab
10 changed files with 1052 additions and 0 deletions

View File

@@ -0,0 +1,180 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="27"
can_resize="true"
can_close="true"
can_minimize="true"
height="500"
name="voice_effects"
help_topic="voice_effects"
title="Voice Morphing"
background_visible="true"
layout="topleft"
rect_control="FloaterVoiceEffectRect"
min_height="360"
min_width="300"
width="300">
<string name="no_voice_effect">
(No Voice Morph)
</string>
<string name="active_voice_effect">
(Active)
</string>
<string name="unsubscribed_voice_effect">
(Unsubscribed)
</string>
<string name="new_voice_effect">
(New!)
</string>
<!-- effect names begin -->
<string name="effect_Arena">Arena</string>
<string name="effect_Beast">Beast</string>
<string name="effect_Buff">Buff</string>
<string name="effect_Buzz">Buzz</string>
<string name="effect_Camille">Camille</string>
<string name="effect_Creepy">Creepy</string>
<string name="effect_CreepyBot">CreepyBot</string>
<string name="effect_Cyber">Cyber</string>
<string name="effect_DeepBot">DeepBot</string>
<string name="effect_Demon">Demon</string>
<string name="effect_Female Elf">Female Elf</string>
<string name="effect_Flirty">Flirty</string>
<string name="effect_Foxy">Foxy</string>
<string name="effect_Halloween 2010 Bonus">Halloween_2010_Bonus</string>
<string name="effect_Helium">Helium</string>
<string name="effect_Husky">Husky</string>
<string name="effect_Husky Whisper">Husky Whisper</string>
<string name="effect_Intercom">Intercom</string>
<string name="effect_Julia">Julia</string>
<string name="effect_Lo Lilt">Lo Lilt</string>
<string name="effect_Macho">Macho</string>
<string name="effect_Micro">Micro</string>
<string name="effect_Mini">Mini</string>
<string name="effect_Model">Model</string>
<string name="effect_Nano">Nano</string>
<string name="effect_Nightmare">Nightmare</string>
<string name="effect_PopBot">PopBot</string>
<string name="effect_Rachel">Rachel</string>
<string name="effect_Radio">Radio</string>
<string name="effect_Robot">Robot</string>
<string name="effect_Roxanne">Roxanne</string>
<string name="effect_Rumble">Rumble</string>
<string name="effect_Sabrina">Sabrina</string>
<string name="effect_Samantha">Samantha</string>
<string name="effect_Sexy">Sexy</string>
<string name="effect_Shorty">Shorty</string>
<string name="effect_Smaller">Smaller</string>
<string name="effect_Sneaky">Sneaky</string>
<string name="effect_Stallion">Stallion</string>
<string name="effect_Sultry">Sultry</string>
<string name="effect_Thunder">Thunder</string>
<string name="effect_Vixen">Vixen</string>
<string name="effect_WhinyBot">WhinyBot</string>
<!-- effect names end -->
<text
height="16"
word_wrap="true"
use_ellipses="true"
type="string"
follows="left|top|right"
layout="topleft"
font="SansSerifBold"
color="White"
left="10"
name="preview_text"
right="-10"
bottom="-35">To Preview
</text>
<text
height="23"
word_wrap="true"
use_ellipses="true"
type="string"
follows="left|top|right"
layout="topleft"
left="10"
name="status_text"
right="-5"
top_pad="0">
Record a sample, then click on a voice to hear how it will sound.
</text>
<button
follows="left|top"
height="23"
label="Record"
layout="topleft"
left="10"
name="record_btn"
tool_tip="Record a sample of your voice."
top_pad="5"
width="100">
<button.commit_callback
function="VoiceEffect.Record" />
</button>
<button
follows="left|top"
height="23"
label="Stop"
layout="topleft"
left_delta="0"
name="record_stop_btn"
bottom_delta="0"
width="100">
<button.commit_callback
function="VoiceEffect.Stop" />
</button>
<button
follows="left|top"
height="23"
label="Activate"
layout="topleft"
left_delta="100"
name="activate_btn"
bottom_delta="0"
width="100">
<button.commit_callback
function="VoiceEffect.Activate" />
</button>
<text_editor
enabled="false"
bg_readonly_color="0 0 0 0"
hide_border="true"
hide_scrollbar="true"
font="SansSerifSmall"
height="23"
halign="right"
left_delta="104"
use_ellipses="true"
type="string"
follows="top|right"
layout="topleft"
bottom_delta="0"
name="voice_morphing_link"
right="-10">
Subscribe Now
</text_editor>
<scroll_list
bottom="10"
draw_heading="true"
follows="all"
layout="topleft"
left="10"
multi_select="false"
name="voice_effect_list"
right="-10"
tool_tip="Record a sample of your voice, then click an effect to preview."
top="-95">
<column
label="Voice Name"
name="name"
width="160" />
<column
dynamic_width="true"
label="Expires"
name="expires"
width="140" />
</scroll_list>
</floater>

View File

@@ -45,6 +45,10 @@
mouse_opaque="true" name="perm prefs" >
<on_click function="ShowFloater" userdata="perm prefs" />
</menu_item_call>
<menu_item_check mouse_opaque="true" label="Show Voice Morpher" name="voice effect">
<on_click function="ShowFloater" userdata="voice effect"/>
<on_check function="FloaterVisible" userdata="voice effect"/>
</menu_item_check>
<menu_item_separator bottom="-94" enabled="true" height="8" label="-----------" left="0"
mouse_opaque="true" name="separator" width="243" />
<menu_item_call label="Minimize All Windows" mouse_opaque="true" name="Minimize All Windows">

View File

@@ -0,0 +1,138 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater label="Lugares" name="voice_effects" title="TRANSFORMACIÓN DE VOZ">
<string name="no_voice_effect">
(Sin transformación de voz)
</string>
<string name="active_voice_effect">
(Activo)
</string>
<string name="unsubscribed_voice_effect">
(Suscripción cancelada)
</string>
<string name="new_voice_effect">
(¡Nuevo!)
</string>
<string name="effect_Arena">
Campo
</string>
<string name="effect_Beast">
Bestia
</string>
<string name="effect_Buff">
Musculoso
</string>
<string name="effect_Buzz">
Murmullo
</string>
<string name="effect_Camille">
Camila
</string>
<string name="effect_Creepy">
Aterrador
</string>
<string name="effect_CreepyBot">
Robot aterrador
</string>
<string name="effect_Cyber">
Cyber
</string>
<string name="effect_DeepBot">
Robot profundo
</string>
<string name="effect_Demon">
Diablo
</string>
<string name="effect_Flirty">
Coqueta
</string>
<string name="effect_Foxy">
Astuto
</string>
<string name="effect_Halloween_2010_Bonus">
Halloween_2010_Bonus
</string>
<string name="effect_Helium">
Helio
</string>
<string name="effect_Husky">
Corpulento
</string>
<string name="effect_Intercom">
Intercom
</string>
<string name="effect_Macho">
Macho
</string>
<string name="effect_Micro">
Micro
</string>
<string name="effect_Mini">
Mini
</string>
<string name="effect_Nano">
Nano
</string>
<string name="effect_Nightmare">
Pesadilla
</string>
<string name="effect_PopBot">
Robot pop
</string>
<string name="effect_Rachel">
Raquel
</string>
<string name="effect_Radio">
Radio
</string>
<string name="effect_Robot">
Robot
</string>
<string name="effect_Roxanne">
Roxana
</string>
<string name="effect_Sabrina">
Sabrina
</string>
<string name="effect_Samantha">
Samanta
</string>
<string name="effect_Sexy">
Sexy
</string>
<string name="effect_Shorty">
Bajito
</string>
<string name="effect_Sneaky">
Furtivo
</string>
<string name="effect_Stallion">
Mujeriego
</string>
<string name="effect_Sultry">
Sensual
</string>
<string name="effect_Thunder">
Trueno
</string>
<string name="effect_Vixen">
Tigresa
</string>
<string name="effect_WhinyBot">
Robot llorica
</string>
<text name="preview_text">
Para probarla
</text>
<text name="status_text">
Graba una muestra y pulsa en una voz para escuchar cómo suena.
</text>
<button label="Grabar" name="record_btn" tool_tip="Graba una muestra de tu voz."/>
<button label="Parar" name="record_stop_btn"/>
<text name="voice_morphing_link">
Suscríbete ahora
</text>
<scroll_list name="voice_effect_list" tool_tip="Graba una muestra de tu voz y pulsa en un efecto para ver cómo suena.">
<scroll_list.columns label="Nombre de la voz" name="name"/>
<scroll_list.columns label="Caduca" name="expires"/>
</scroll_list>
</floater>

View File

@@ -0,0 +1,159 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater label="Endroits" name="voice_effects" title="EFFET DE VOIX">
<string name="no_voice_effect">
(Aucun effet de voix)
</string>
<string name="active_voice_effect">
(Actif)
</string>
<string name="unsubscribed_voice_effect">
(Pas d&apos;abonnement)
</string>
<string name="new_voice_effect">
(Nouveau !)
</string>
<string name="effect_Arena">
Stade
</string>
<string name="effect_Beast">
Brute
</string>
<string name="effect_Buff">
Nasal
</string>
<string name="effect_Buzz">
Friture
</string>
<string name="effect_Camille">
Camille
</string>
<string name="effect_Creepy">
Effrayant
</string>
<string name="effect_CreepyBot">
BotEffrayant
</string>
<string name="effect_Cyber">
Cyber
</string>
<string name="effect_DeepBot">
BotGrave
</string>
<string name="effect_Demon">
Démon
</string>
<string name="effect_Female Elf">
Femme elfe
</string>
<string name="effect_Flirty">
Flirt
</string>
<string name="effect_Foxy">
Séduction
</string>
<string name="effect_Halloween 2010 Bonus">
Halloween_2010_Bonus
</string>
<string name="effect_Helium">
Hélium
</string>
<string name="effect_Husky">
Rauque
</string>
<string name="effect_Husky Whisper">
Murmure rauque
</string>
<string name="effect_Intercom">
Interphone
</string>
<string name="effect_Julia">
Julia
</string>
<string name="effect_Lo Lilt">
Mélodieux
</string>
<string name="effect_Macho">
Macho
</string>
<string name="effect_Micro">
Micro
</string>
<string name="effect_Mini">
Mini
</string>
<string name="effect_Model">
Modèle
</string>
<string name="effect_Nano">
Nano
</string>
<string name="effect_Nightmare">
Cauchemar
</string>
<string name="effect_PopBot">
BotPop
</string>
<string name="effect_Rachel">
Rachel
</string>
<string name="effect_Radio">
Radio
</string>
<string name="effect_Robot">
Robot
</string>
<string name="effect_Roxanne">
Roxanne
</string>
<string name="effect_Rumble">
Grondement
</string>
<string name="effect_Sabrina">
Sabrina
</string>
<string name="effect_Samantha">
Samantha
</string>
<string name="effect_Sexy">
Sexy
</string>
<string name="effect_Shorty">
Petite voix
</string>
<string name="effect_Smaller">
Plus faible
</string>
<string name="effect_Sneaky">
Sournois
</string>
<string name="effect_Stallion">
Étalon
</string>
<string name="effect_Sultry">
Sensuel
</string>
<string name="effect_Thunder">
Tonnerre
</string>
<string name="effect_Vixen">
Mégère
</string>
<string name="effect_WhinyBot">
BotPleurnichard
</string>
<text name="preview_text">
Aperçu
</text>
<text name="status_text">
Enregistrez un extrait et cliquez sur un effet pour obtenir un aperçu.
</text>
<button label="Enregistrer" name="record_btn" tool_tip="Enregistrez un extrait de votre voix."/>
<button label="Arrêter" name="record_stop_btn"/>
<text name="voice_morphing_link">
S'abonner
</text>
<scroll_list name="voice_effect_list" tool_tip="Enregistrez un extrait de votre voix, puis cliquez sur un effet pour obtenir un aperçu.">
<scroll_list.columns label="Nom de l&apos;effet" name="name"/>
<scroll_list.columns label="Date d&apos;expiration" name="expires"/>
</scroll_list>
</floater>

View File

@@ -0,0 +1,159 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater label="Lugares" name="voice_effects" title="EFEITOS DE VOZ">
<string name="no_voice_effect">
(Não distorcer voz)
</string>
<string name="active_voice_effect">
(Ativo)
</string>
<string name="unsubscribed_voice_effect">
(Cancelou)
</string>
<string name="new_voice_effect">
(Novo!)
</string>
<string name="effect_Arena">
Arena
</string>
<string name="effect_Beast">
Fera
</string>
<string name="effect_Buff">
Entusiasmado
</string>
<string name="effect_Buzz">
Zumbido
</string>
<string name="effect_Camille">
Camille
</string>
<string name="effect_Creepy">
Assustador
</string>
<string name="effect_CreepyBot">
RobôAssustador
</string>
<string name="effect_Cyber">
Cyber
</string>
<string name="effect_DeepBot">
RobôVozGrossa
</string>
<string name="effect_Demon">
Demônio
</string>
<string name="effect_Female Elf">
Elfa
</string>
<string name="effect_Flirty">
Paquerador
</string>
<string name="effect_Foxy">
Sensual
</string>
<string name="effect_Halloween 2010 Bonus">
Bônus_Halloween_2010
</string>
<string name="effect_Helium">
Hélio
</string>
<string name="effect_Husky">
Rouco
</string>
<string name="effect_Husky Whisper">
Sussurro rouco
</string>
<string name="effect_Intercom">
Interfone
</string>
<string name="effect_Julia">
Julia
</string>
<string name="effect_Lo Lilt">
Cantarolado baixo
</string>
<string name="effect_Macho">
Macho
</string>
<string name="effect_Micro">
Micro
</string>
<string name="effect_Mini">
Mini
</string>
<string name="effect_Model">
Modelo
</string>
<string name="effect_Nano">
Nano
</string>
<string name="effect_Nightmare">
Pesadelo
</string>
<string name="effect_PopBot">
RobôPop
</string>
<string name="effect_Rachel">
Rachel
</string>
<string name="effect_Radio">
Rádio
</string>
<string name="effect_Robot">
Robô
</string>
<string name="effect_Roxanne">
Roxanne
</string>
<string name="effect_Rumble">
Ronco
</string>
<string name="effect_Sabrina">
Sabrina
</string>
<string name="effect_Samantha">
Samantha
</string>
<string name="effect_Sexy">
Sexy
</string>
<string name="effect_Shorty">
Baixinho
</string>
<string name="effect_Smaller">
Menor
</string>
<string name="effect_Sneaky">
Sorrateiro
</string>
<string name="effect_Stallion">
Garanhão
</string>
<string name="effect_Sultry">
Ardente
</string>
<string name="effect_Thunder">
Trovão
</string>
<string name="effect_Vixen">
Maliciosa
</string>
<string name="effect_WhinyBot">
RobôReclamão
</string>
<text name="preview_text">
Visualizar
</text>
<text name="status_text">
Grave uma amostra da sua voz, depois clique em um efeito para ouvir o resultado.
</text>
<button label="Gravar" name="record_btn" tool_tip="Grave uma amostra da sua voz."/>
<button label="Parar" name="record_stop_btn"/>
<text name="voice_morphing_link">
Assine agora
</text>
<scroll_list name="voice_effect_list" tool_tip="Grave sua voz por alguns instantes, depois clique num efeito para ouvir a distorção.">
<scroll_list.columns label="Nome da voz" name="name"/>
<scroll_list.columns label="Vence em" name="expires"/>
</scroll_list>
</floater>