hrtf icon indicating copy to clipboard operation
hrtf copied to clipboard

Head-Related Transfer Function (HRTF) audio signal processor.

Results 2 hrtf issues
Sort by recently updated
recently updated
newest added

I'm currently working on wrapping `hrtf` crate in the GStreamer plugin. I was wondering if you could help me to clarify some of the API constraints? Those are the questions:...

The following snippet panics with `Input FFT buffer must be a multiple of FFT length. Expected multiple of 639, got len = 702` ``` #[cfg(test)] mod tests { use super::*;...