static double sixteenBitAudioSampleToDouble(int s) { ret clamp(s/32767.0, -1.0, 1.0); }