Resolved JSDoc issue with IOStreamRead
This commit is contained in:
@@ -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"});
|
||||||
|
|||||||
Reference in New Issue
Block a user