[CM] LTAS with snd?

andersvi at notam02.no andersvi at notam02.no
Mon Dec 3 05:58:37 PST 2012


>>>>> "a" == andersvi writes:

    a> Hi.  Has anyone some code for snd or clm doing a LTAS (average
    a> spectrum of whole sounds)?

actually, isnt LTAS just the same as taking one huge fft with
window-size = snd-frames?  (at least it looks like its making sense...)

ie, in snd:

(graph
 (list->vct (map (lambda (x) (expt x 0.5))
		 (snd-spectrum (channel->vct 0)
			       blackman2-window
			       (frames v)
			       #t))))

                               



More information about the Cmdist mailing list