summaryrefslogtreecommitdiff
path: root/test/variable-resample.lsp
blob: 3dccf4cf4c5a788c3f4b277635a232d2c3e8f9ea (plain)
1
2
3
4
5
6
7
8
9
;; variable resample test

(set-sound-srate 200.0)

(defun test ()
  (sound-warp (pwl 10 10 10) (stretch 10 (hzosc 5)) 10.0))

(play (test))