mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Minor tweak to default gain smoothing time for spatialization.
This commit is contained in:
@@ -9342,7 +9342,7 @@ MA_API ma_spatializer_config ma_spatializer_config_init(ma_uint32 channelsIn, ma
|
|||||||
config.coneOuterAngleInRadians = 6.283185f; /* 360 degress. */
|
config.coneOuterAngleInRadians = 6.283185f; /* 360 degress. */
|
||||||
config.coneOuterGain = 0.0f;
|
config.coneOuterGain = 0.0f;
|
||||||
config.dopplerFactor = 1;
|
config.dopplerFactor = 1;
|
||||||
config.gainSmoothTimeInFrames = 96; /* 2ms @ 48K. */
|
config.gainSmoothTimeInFrames = 360; /* 7.5ms @ 48K. */
|
||||||
|
|
||||||
if (config.channelsIn >= MA_MIN_CHANNELS && config.channelsOut <= MA_MAX_CHANNELS) {
|
if (config.channelsIn >= MA_MIN_CHANNELS && config.channelsOut <= MA_MAX_CHANNELS) {
|
||||||
ma_get_standard_channel_map(ma_standard_channel_map_default, config.channelsIn, config.channelMapIn);
|
ma_get_standard_channel_map(ma_standard_channel_map_default, config.channelsIn, config.channelMapIn);
|
||||||
|
|||||||
Reference in New Issue
Block a user