major improvements to audio transcription
This commit is contained in:
parent
c7f91d3e6b
commit
47f55138b9
2 changed files with 7 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue