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"});