user2039789
user2039789

Reputation: 97

Capture microphone using GetUserMedia

I am using GetUserMedia to capture user input(audio) through microphone on Chrome, but the problem is that now I want to capture the input from independent microphone (not local one built-in pc). Does anyone know how can I do that?

Upvotes: 1

Views: 761

Answers (2)

user2039789
user2039789

Reputation: 97

I guess currently Chrome allows audio input capture only through built-in microphone.

Upvotes: 0

Kevin Ennis
Kevin Ennis

Reputation: 14456

Try changing the default input in your system settings.

Upvotes: 1

Related Questions