Browse Source

Add guiding comment

main
Luke Murphy 4 years ago
parent
commit
97179dfff8
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      vocoder/static/vocoder.js

2
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(){

Loading…
Cancel
Save