grz0zrg / fas

C Pixels-based graphical audio synthesizer implemented as a WebSocket server
https://www.fsynth.com
BSD 2-Clause "Simplified" License
131 stars 10 forks source link

Audio computation should be float by default #2

Closed grz0zrg closed 7 years ago

grz0zrg commented 7 years ago

Double was the default initially but it was changed back to float, "double" is still used in the audio callback for computations... all should be of float type.

grz0zrg commented 7 years ago

Done.