forgot some things from prev commit
This commit is contained in:
parent
85c3799fca
commit
a63d5e6004
2 changed files with 2 additions and 4 deletions
|
|
@ -34,9 +34,7 @@
|
|||
<script lang="ts">
|
||||
import { defineComponent, onMounted, onUnmounted, ref } from "vue";
|
||||
import { IpcRendererEvent } from "electron";
|
||||
import { authRequest } from '@/modules/message';
|
||||
import { useIpc } from "@/modules/ipc";
|
||||
import { Profile } from "@/types/message";
|
||||
|
||||
import Splash from "@/components/splash.vue";
|
||||
import Messenger from "@/components/messenger.vue";
|
||||
|
|
|
|||
|
|
@ -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