Browse Source

Explain output format in code

pitch-detection
Macoy Madson 3 years ago
parent
commit
e1e1ec67b2
  1. 2
      test/src/VocalGame.cake

2
test/src/VocalGame.cake

@ -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"))

Loading…
Cancel
Save