Skip to content
#

nyucds

Here are 27 public repositories matching this topic...

librosa
bmcfee
bmcfee commented Apr 29, 2019

Description

STFT allocates an output buffer, but sometimes you might want to have it compute directly into an existing buffer. For example, in griffin-lim, the method alternates stft/istft for each iterate, which is then discarded. It would be better if we could give it an out= variable, which it would use instead of allocating a new buffer; this way, we could cut down on redundant mem

Improve this page

Add a description, image, and links to the nyucds topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nyucds topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.