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

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

    a> ie, in snd:

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

plus this one: (define v (channel->vct 0))

_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to