Skip to content
Compare
Choose a tag to compare
@macoustics macoustics released this 16 Apr 08:06
· 3 commits to main since this release
8d95f42

Changed the API for the inverse Rfft. Before we would overwrite the input half-spectrum for the performRfftBackward function. This is now changed such that performRfftBackward requires two scratch spaces, but avoids changing the input half-spectrum. The overwriting version of the function is still available under the name performRfftBackwardWithInputAsScratch.