Files
kippykip-2009/audacity_bitcrush_v4.ny.txt
2025-11-23 14:45:35 -03:00

10 lines
351 B
Plaintext

;version 4
;(setq factor 11.025) ;4000hz -> 44100hz
;(setq factor 5.5125) ;8000hz -> 44100hz
;(setq factor 4) ;11025hz -> 44100hz
;(setq factor 2) ;22050hz -> 44100hz
(control-srate-abs *sound-srate*
(let ((sig2 (mult (/ *sound-srate*)
(quantize (pwl factor len factor) 1))))
(multichan-expand #'snd-compose *track* sig2)))