RustAudio / dasp

The fundamentals for Digital Audio Signal Processing. Formerly `sample`.
Other
883 stars 64 forks source link

Incorrect feature name for `window` in `dasp` #150

Closed linclelinkpart5 closed 3 years ago

linclelinkpart5 commented 3 years ago

It looks like the signal feature flag is being used accidentally instead of the correct window flag on this line: https://github.com/RustAudio/dasp/blob/39015e639118d281d660dfb5dd1bc26365318f46/dasp/src/lib.rs#L133-L135

jdanford commented 3 years ago

@mitchmindtree – looks like this can finally be closed

mitchmindtree commented 3 years ago

Closed via #142.