el Sat, 29 May 2004 02:02:30 -0400
lee <lee(a)fallingforward.net> escribió:
I'd like to extract spectral information from a
short sound recording
and write it to a text file in the form of bin -> value for each frame.
This data will eventually make it's way into a Maya plugin to be used as
a function for a 3D object. I can't seem to find a program that will
spit out this kind of FFT data as just a text file. Csound's pvanal gets
real close but the format is binary.
have you tried pv_export? it comes with csound, and converts pvanal binary
files into text.
--