Ask HN: How to isolate a single voice in JavaScript?

https://news.ycombinator.com/item?id=44599747
by pas256 • 1 year ago
1 4 1 year ago

I am making a 2 player game where each player uses their phone as a microphone. It works well when players don't talk at the same time, but there is a big problem when players are talking simultaneously. It turns out the iPhone microphone is really good at picking up everyone's voice who is in the same room.

My AudioConstraints has echoCancellation: true and noiseSuppression: true, but I think those are built for a different purpose.

Any ideas on how to solve this?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com