major improvements to audio transcription

This commit is contained in:
riqo 2021-03-04 10:56:08 -06:00
commit 47f55138b9
2 changed files with 7 additions and 3 deletions

View file

@ -80,7 +80,7 @@ const ao = new portAudio.AudioIO({
ao.start();
let counter = 0;
let tests = [];
const tests = [];
function testCallback() {
tests.forEach(t => console.log(t))