Hello,
I don't know how to use it.Mixed Reality Toolkit Microphone Stream Selector. I want to set the microphone setting to "room capture"
Please check out this Unity sample script: LINK. It shows how to use the raw data from the microphone and also how to record wav files. You can change the MicStream.StreamCategory
to MicStream.StreamCategory.ROOM_CAPTURE
at line 14.
Please also double check this README doc: Microphone Stream Selector