AudioEffectChorus
Hereda: AudioEffect < Resource < RefCounted < Object
Añade un efecto de audio de coro.
Descripción
Añade un efecto de audio de coro. El efecto aplica un filtro con voces para duplicar la fuente de audio y manipularlo a traves del filtro.
Tutoriales
Propiedades
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Métodos
get_voice_cutoff_hz(voice_idx: int) const |
|
get_voice_delay_ms(voice_idx: int) const |
|
get_voice_depth_ms(voice_idx: int) const |
|
get_voice_level_db(voice_idx: int) const |
|
get_voice_pan(voice_idx: int) const |
|
get_voice_rate_hz(voice_idx: int) const |
|
void |
set_voice_cutoff_hz(voice_idx: int, cutoff_hz: float) |
void |
set_voice_delay_ms(voice_idx: int, delay_ms: float) |
void |
set_voice_depth_ms(voice_idx: int, depth_ms: float) |
void |
set_voice_level_db(voice_idx: int, level_db: float) |
void |
set_voice_pan(voice_idx: int, pan: float) |
void |
set_voice_rate_hz(voice_idx: int, rate_hz: float) |
Descripciones de Propiedades
La señal en bruto del efecto.
float voice/1/cutoff_hz = 8000.0 🔗
La frecuencia de corte de la voz.
float voice/1/delay_ms = 15.0 🔗
El retraso de la señal de voz.
float voice/1/depth_ms = 2.0 🔗
El filtro de profundidad de voz.
float voice/1/level_db = 0.0 🔗
El volumen de la voz.
El nivel de distribucion de la voz.
El ratio del filtro de voz.
float voice/2/cutoff_hz = 8000.0 🔗
La frecuencia de corte de la voz.
float voice/2/delay_ms = 20.0 🔗
El retraso de la señal de voz.
float voice/2/depth_ms = 3.0 🔗
El filtro de profundidad de voz.
float voice/2/level_db = 0.0 🔗
El volumen de la voz.
El nivel de distribucion de la voz.
El ratio del filtro de voz.
La frecuencia de corte de la voz.
El retraso de la señal de voz.
El filtro de profundidad de voz.
El volumen de la voz.
El nivel de distribucion de la voz.
El ratio del filtro de voz.
La frecuencia de corte de la voz.
El retraso de la señal de voz.
El filtro de profundidad de voz.
El volumen de la voz.
El nivel de distribucion de la voz.
El ratio del filtro de voz.
El número de voces en el efecto.
La señal procesada del efecto.
Descripciones de Métodos
float get_voice_cutoff_hz(voice_idx: int) const 🔗
There is currently no description for this method. Please help us by contributing one!
float get_voice_delay_ms(voice_idx: int) const 🔗
There is currently no description for this method. Please help us by contributing one!
float get_voice_depth_ms(voice_idx: int) const 🔗
There is currently no description for this method. Please help us by contributing one!
float get_voice_level_db(voice_idx: int) const 🔗
There is currently no description for this method. Please help us by contributing one!
float get_voice_pan(voice_idx: int) const 🔗
There is currently no description for this method. Please help us by contributing one!
float get_voice_rate_hz(voice_idx: int) const 🔗
There is currently no description for this method. Please help us by contributing one!
void set_voice_cutoff_hz(voice_idx: int, cutoff_hz: float) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_voice_delay_ms(voice_idx: int, delay_ms: float) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_voice_depth_ms(voice_idx: int, depth_ms: float) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_voice_level_db(voice_idx: int, level_db: float) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_voice_pan(voice_idx: int, pan: float) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_voice_rate_hz(voice_idx: int, rate_hz: float) 🔗
There is currently no description for this method. Please help us by contributing one!