10 [Tooltip(
"Assign key to quickly test the microphone helper code")]
11 public KeyCode checkMicrophoneKey = KeyCode.M;
12 #if ENABLE_WINMD_SUPPORT 13 private async
void Update()
18 if(Input.GetKeyDown(checkMicrophoneKey))
20 #if ENABLE_WINMD_SUPPORT 25 Debug.LogFormat(
"Microphone status: {0}", status);