pma-voice resources\[voice]\pma-voice\shared.lua
if GetConvar('voice_useNativeAudio', 'false') == 'true' then
-- native audio distance seems to be larger then regular gta units
Cfg.voiceModes = {
{ 1.5, "小声" }, -- Whisper speech distance in gta distance units
{ 3.0, "正常"...