Before I start completely reimplementing this feature for my plugin, is there a way to let TeamSpeak 3 handle the Push-To-Talk delay? Or if that's not possible, can I at least query the current PTT delay setting so I don't have to implement a separate control panel for this?
I can query VAD, AGC, Denoise and PTT settings from the preprocessor, but there doesn't seem to be any documented way to query the PTT delay. Trying to query "delay_ptt" and "delay_ptt_msec", the names of these settings in the config file, also fails. I'd like to request that these preprocessor settings be made available in the next API version.