RichardM1337 / 2024-Music-Hackathon

0 stars 0 forks source link

Ability to pick up Microphone #1

Open RichardM1337 opened 2 days ago

RichardM1337 commented 2 days ago

This issue should use navigator.getUserMedia to be able to pick up a user's microphone.

RichardM1337 commented 2 days ago

https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API

+

https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia

RichardM1337 commented 2 days ago

Seems like just having headphones should be enough for mic use even on school computers

RichardM1337 commented 2 days ago

Most recent commit is using mediaRecorder -- which is more for audio storage than realtime use, so it might change