|
|
@ -18,6 +18,8 @@ |
|
|
|
(var audio-input-write-head int 0) |
|
|
|
(var audio-input-read-head int 0) |
|
|
|
|
|
|
|
;; Outputs to a format that can be plotted with gnuplot: |
|
|
|
;; gnuplot> plot 'out.dat' with lines |
|
|
|
(defun-local audio-dump-recorded-buffer () |
|
|
|
(var i int 0) |
|
|
|
(var dest-file (* FILE) (fopen "out.dat" "w")) |
|
|
|