You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sound device index is not passed into the RawInputStream device parameter here:
This renders custom audio devices passed into the MicrophoneInterface.start method's device param unusable. The device falls back to the default system device.
The text was updated successfully, but these errors were encountered:
The sound device index is not passed into the
![Image](https://private-user-images.githubusercontent.com/89884624/410746331-411f162e-8b69-4cbc-a287-ba10a479ce43.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNzY1MDcsIm5iZiI6MTczOTM3NjIwNywicGF0aCI6Ii84OTg4NDYyNC80MTA3NDYzMzEtNDExZjE2MmUtOGI2OS00Y2JjLWEyODctYmExMGE0NzljZTQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE2MDMyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRkNWQ3ODc0MWJlYTAzODI4MmJhNzVhMDlmMzM5NmVjNGRkODhiMDdlMDEyOTA4YzQ5YThlYjYzYWIyNmY3NmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._u50a8oKNvPosqv8QxlGitVoK_ORtk9YcTPspByPmEk)
RawInputStream
device parameter here:This renders custom audio devices passed into the
MicrophoneInterface.start
method'sdevice
param unusable. The device falls back to the default system device.The text was updated successfully, but these errors were encountered: