AudioEffectStereoEnhance

繼承: AudioEffect < Resource < RefCounted < Object

可用於調整立體聲聲像強度的音訊效果。

說明

可用於調整立體聲聲像強度的音訊效果。

教學

屬性

float

pan_pullout

1.0

float

surround

0.0

float

time_pullout_ms

0.0


屬性說明

float pan_pullout = 1.0 🔗

  • void set_pan_pullout(value: float)

  • float get_pan_pullout()

放大左右聲道差異以增強或減弱原有的聲像;0.0 會將立體聲下混為單聲道。對單聲道訊號無效。


float surround = 0.0 🔗

  • void set_surround(value: float)

  • float get_surround()

time_pullout_ms 搭配透過相位偏移擴展音場;若 time_pullout_ms 為 0,僅將聲音平移至左聲道。


float time_pullout_ms = 0.0 🔗

  • void set_time_pullout(value: float)

  • float get_time_pullout()

surround 搭配透過相位偏移擴展音場;若 surround 為 0,僅延遲右聲道。