Skip to content

Commit 06c74ce

Browse files
authored
Update NeocortexAudioReceiver.cs
1 parent 308bd04 commit 06c74ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/NeocortexAudioReceiver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public override void StartMicrophone()
2222
{
2323
try
2424
{
25-
SelectedMicrophone = Microphone.devices[PlayerPrefs.GetInt(MIC_INDEX_KEY, 0)];
25+
SelectedMicrophone = NeocortexMicrophone.devices[PlayerPrefs.GetInt(MIC_INDEX_KEY, 0)];
2626
audioClip = NeocortexMicrophone.Start(SelectedMicrophone, true, 999, FREQUENCY);
2727
initialized = true;
2828
}

0 commit comments

Comments
 (0)