forgot some things from prev commit

This commit is contained in:
Andrew Gundersen 2021-03-29 10:16:50 -05:00
commit a63d5e6004
2 changed files with 2 additions and 4 deletions

View file

@ -8,8 +8,8 @@ import { backgroundMitt } from '@/modules/emitter';
const portAudio = require('naudiodon');
// Audio in and out stream objects.
let ai: typeof portAudio.AudioIO | Boolean = false;
let ao: typeof portAudio.AudioIO | Boolean = false;
let ai: typeof portAudio.AudioIO | boolean = false;
let ao: typeof portAudio.AudioIO | boolean = false;
// Whether activly recording.
let record = false;