Resolved JSDoc issue with IOStreamRead

This commit is contained in:
Logan Cusano
2022-12-11 20:12:26 -05:00
parent ca9463856b
commit 560ddcbfc6

View File

@@ -43,7 +43,7 @@ export function getAudioDevices(){
* Create and return the audio instance from the saved settings * Create and return the audio instance from the saved settings
* TODO Allow the client to save and load these settings dynamically * TODO Allow the client to save and load these settings dynamically
* *
* @returns {IoStreamRead} * @returns new portAudio.AudioIO
*/ */
export function createAudioInstance() { export function createAudioInstance() {
const selectedDevice = confirmAudioDevice({deviceId: getDeviceID()});//{deviceName: "VoiceMeeter VAIO3 Output (VB-Au"}); const selectedDevice = confirmAudioDevice({deviceId: getDeviceID()});//{deviceName: "VoiceMeeter VAIO3 Output (VB-Au"});