Subject:FFT in Soundforge script
Posted by: bejj
Date:11/12/2013 11:49:56 AM
Hello, Is there some easy method to do FFT (Fast Fourier Transform) inside a Soundforge .cs script ? Would this require link to external thing ? Do you have an idea how ? Thank you in advance. |
Subject:RE: FFT in Soundforge script
Reply by: roblesinge
Date:11/12/2013 1:06:25 PM
Not directly in the SF API. You'd either have to roll your own, or access a 3rd party plug-in, although I've never tried that myself. Rob. |
Subject:RE: FFT in Soundforge script
Reply by: bejj
Date:11/13/2013 5:12:32 AM
Do you know how to access a 3rd party library (dll?) from Soundforge C# script ? |