standardize tts linting and formatting

This commit is contained in:
Concedo 2025-08-17 14:11:30 +08:00
parent cfc1a0d4ef
commit 9935ac093f
24 changed files with 371 additions and 355 deletions

View file

@ -9,8 +9,8 @@ float energy(float * chunk, int count) {
}
void apply_energy_voice_inactivity_detection(
tts_response & data,
float sample_rate,
tts_response & data,
float sample_rate,
int ms_per_frame,
int frame_threshold,
float normalized_energy_threshold,