(load "/usr/ccrma/lisp/src/snd/index.scm")
(use-modules (ice-9 debug))
(use-modules (ice-9 optargs))
(load "220/2000/utilities.scm")

;;; Snd 4.3 (21-Jun-00) options saved Mon 02-Oct-2000 20:59 PDT
(set-fft-style sonogram)
(set-channel-style channels-combined)
(set-colormap 2)
(set-recorder-srate 44100)
(set-recorder-file "/zap/xxx.snd")
(set-save-state-file "saved-snd.scm")
;;; end of snd options