From 560ddcbfc6447851578d6d8f7cbeaea9123719f1 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 11 Dec 2022 20:12:26 -0500 Subject: [PATCH] Resolved JSDoc issue with IOStreamRead --- Client/discord-bot/controllers/audioController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/discord-bot/controllers/audioController.js b/Client/discord-bot/controllers/audioController.js index 91dc75e..aa642f3 100644 --- a/Client/discord-bot/controllers/audioController.js +++ b/Client/discord-bot/controllers/audioController.js @@ -43,7 +43,7 @@ export function getAudioDevices(){ * Create and return the audio instance from the saved settings * TODO Allow the client to save and load these settings dynamically * - * @returns {IoStreamRead} + * @returns new portAudio.AudioIO */ export function createAudioInstance() { const selectedDevice = confirmAudioDevice({deviceId: getDeviceID()});//{deviceName: "VoiceMeeter VAIO3 Output (VB-Au"});