func SpeedOfSound(value float32) { C.alSpeedOfSound(C.ALfloat(value)) }
func alSpeedOfSound(v float32) { C.alSpeedOfSound(C.ALfloat(v)) }