Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifying incoming MediaStream #79

Open
FredericoCoelhoNunes opened this issue Mar 24, 2021 · 0 comments
Open

Modifying incoming MediaStream #79

FredericoCoelhoNunes opened this issue Mar 24, 2021 · 0 comments

Comments

@FredericoCoelhoNunes
Copy link

FredericoCoelhoNunes commented Mar 24, 2021

I am implementing a "relay" server using Node, that connects to several peers using WebRTC and then forwards each peer's audio stream to all other peers. I was following this architecture in order to remove the need for every single pair of users to maintain their own WebRTC connection, and also to be able to move the audio processing load to the back-end (instead of doing it on the client browsers).

However, since this library does not support MediaStreamSourceNode yet, I wanted to ask:

  • if there are plans to implement this in the near future;
  • if there is any alternative approach to change the gain of incoming streams (for example, in triggering some event, reduce the gain to 50%).

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant