added a link about the i16 to f32 conversion

This commit is contained in:
Weird Constructor 2021-07-29 22:38:46 +02:00
parent 908dc4292f
commit b7f544f102

View file

@ -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::<i16>().step_by(channels) {
let s = s?;