quellus / GDTuber

A dynamic PNGTuber program made in Godot
MIT License
21 stars 12 forks source link

Normalize mic volume #2

Closed quellus closed 2 months ago

quellus commented 2 months ago

We're not doing any normalization on mic volume except for averaging the last 10 volume samples. This can the microphone threshold hard to set.

Normalizing the mic volume can make things a lot more predictable so that the threshold doesn't require adjustment when the users speaking volume or proximity to the microphone changes.

quellus commented 2 months ago

spaghetticodefactory said they were working on this