forgot some things from prev commit
This commit is contained in:
parent
85c3799fca
commit
a63d5e6004
2 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue