Hi, all!

Anybody know if Godot's internal audio mixing engine works at 32-bit precision?

Thanks in advance!

  • xyz replied to this.

    mjpatey AudioFrame samples in audio_frame.h are declared as float which would suggest all the mixing is done in 32 bit floating point precision.