Closed linclelinkpart5 closed 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
signal
window
@mitchmindtree – looks like this can finally be closed
Closed via #142.
It looks like the
signal
feature flag is being used accidentally instead of the correctwindow
flag on this line: https://github.com/RustAudio/dasp/blob/39015e639118d281d660dfb5dd1bc26365318f46/dasp/src/lib.rs#L133-L135