diff --git a/src/sample_lib.rs b/src/sample_lib.rs index 34c96dc..ff03c3b 100644 --- a/src/sample_lib.rs +++ b/src/sample_lib.rs @@ -58,6 +58,7 @@ impl SampleLibrary { v.push(s?); } }, + // http://blog.bjornroche.com/2009/12/int-float-int-its-jungle-out-there.html hound::SampleFormat::Int => { for s in rd.samples::().step_by(channels) { let s = s?;