Closed goatchurchprime closed 3 months ago
Keep a preceding buffer of WAV data (chunks) that can be reached back into and compressed after the Vox threshold has been triggered so we can remove clipping of the audio at the start. (Works in the opposite way to the hangtime.)
This is implemented using the undrop_chunk() function
undrop_chunk()
Keep a preceding buffer of WAV data (chunks) that can be reached back into and compressed after the Vox threshold has been triggered so we can remove clipping of the audio at the start. (Works in the opposite way to the hangtime.)