added a link about the i16 to f32 conversion
This commit is contained in:
parent
908dc4292f
commit
b7f544f102
1 changed files with 1 additions and 0 deletions
|
@ -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?;
|
||||
|
|
Loading…
Reference in a new issue