From 97179dfff86414c7d94029af7bb66bde2d26e237 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 16 Dec 2019 21:34:21 +0700 Subject: [PATCH] Add guiding comment --- vocoder/static/vocoder.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vocoder/static/vocoder.js b/vocoder/static/vocoder.js index dc72fb8..a1db23e 100644 --- a/vocoder/static/vocoder.js +++ b/vocoder/static/vocoder.js @@ -31,6 +31,8 @@ function setupRecording(){ // TODO: only stop if playing/recording otherwise: // "NotSupportedError: Operation is not supported" recorder.stop(); + + // TODO: handle the generation of shapes from here }; function doPlaying(){