From b7f544f1022f773a9b850ff3bd6db7d063eacf5d Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Thu, 29 Jul 2021 22:38:46 +0200 Subject: [PATCH] added a link about the i16 to f32 conversion --- src/sample_lib.rs | 1 + 1 file changed, 1 insertion(+) 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?;