You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
188 B
Plaintext

s.reboot
(
b = Buffer.read(s,"/Users/owen/Desktop/denoise_stn/sources/01-mix.wav");
h = Buffer.new(s);
p = Buffer.new(s);
)
FDHPSS.process(s,b,0,1-1,0,-1,h,p,31,17)
p.play;
h.play;