lowFreqVolumeAtom
This content is not available in your language yet.
const lowFreqVolumeAtom: PrimitiveAtom<number>;Defined in: packages/react-full/src/states/dataAtoms.ts:161
设置低频的音量大小,范围在 80hz-120hz 之间为宜,取值范围在 0.0-1.0 之间。
部分渲染器会根据音量大小调整背景效果(例如根据鼓点跳动)。如果无法获取到类似的数据,请传入 1.0 作为默认值,或不做任何处理。