c-frame / sponsorship

Link to issues outside the c-frame organization that need sponsors
https://github.com/orgs/c-frame/projects/2/views/1
6 stars 0 forks source link

[networked-audio-analyser] create a separate repo #13

Open vincentfretin opened 11 months ago

vincentfretin commented 11 months ago

networked-audio-analyser and local-audio-analyser hubs components (see audio-feedback.js) working with networked-aframe projects to know when someone is talking. The local-audio-analyser component is using a local-media-stream-created event that need to be emitted when you select a mic. Calculating a volume is not done if player-info component has a muted property set to true. Add an optimization similar to the frame-scheduler system to calculate only one participant volume per frame instead of all participants volume in a frame. (That one I didn't implement yet)

Licensed under MPL 2.0