On MediaDevices: getUserMedia() method it's possible to add a constraints parameter:
getUserMedia(constraints)
Is it possible to do the same with Tone.js UserMedia?, if so, how?
const mic = new Tone.UserMedia().connect(recorder);
Where would I add the constraints parameter?