Module Audio.Sample

module Sample: sig .. end
Operations on samples.

type t = float 
A sample.
val clip : t -> t
Clip a sample (ie ensure that it is between -1. and 1..