Pre Compute FFT Analysis

Hey again!

I am working on a program that requires several components performing phase vocoder processes simultaneously. I understand the csound opcodes are built to run in realtime, but I am using audio files as my input so I do not need pvsanal to run constantly.

To optimize the program, I would like to perform the analysis once, store the values and then stop pvsanal to free up computing power.

Is this possibly/any recommendations on how to go about this?

Best,
Mitch

SOLVED:

Using pvswrite to generate pvx files in advance – any other suggestions or methods would be helpful though!

Thanks! :slight_smile: