porres / pd-else

ELSE - EL Locus Solus' Externals for Pure Data
Do What The F*ck You Want To Public License
276 stars 36 forks source link

[play.file~] #2118

Open porres opened 2 weeks ago

porres commented 2 weeks ago
porres commented 2 weeks ago

see also https://github.com/porres/pd-else/issues/624

timothyschoen commented 2 weeks ago

64 bit audio should be trivial to: audio files will probably never have that much accuracy, it will be 24 or 32 bits at best. So simply casting the float to a double is as good as it's gonna get.