AudioEffectChorus
繼承: AudioEffect < Resource < RefCounted < Object
新增合唱音訊效果。
說明
新增合唱效果,透過多重聲部濾波器複製並處理音訊來源。
教學
屬性
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
方法
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) |
屬性說明
效果的原始訊號比例。
float voice/1/cutoff_hz = 8000.0 🔗
聲部的截止頻率。
float voice/1/delay_ms = 15.0 🔗
聲部的訊號延遲。
float voice/1/depth_ms = 2.0 🔗
聲部濾波深度。
float voice/1/level_db = 0.0 🔗
聲部音量。
聲部聲像。
聲部濾波速率。
float voice/2/cutoff_hz = 8000.0 🔗
聲部的截止頻率。
float voice/2/delay_ms = 20.0 🔗
聲部的訊號延遲。
float voice/2/depth_ms = 3.0 🔗
聲部濾波深度。
float voice/2/level_db = 0.0 🔗
聲部音量。
聲部聲像。
聲部濾波速率。
聲部的截止頻率。
聲部的訊號延遲。
聲部濾波深度。
聲部音量。
聲部聲像。
聲部濾波速率。
聲部的截止頻率。
聲部的訊號延遲。
聲部濾波深度。
聲部音量。
聲部聲像。
聲部濾波速率。
聲部數量。
效果的處理後訊號比例。
方法說明
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!