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

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

Open
vincentfretin opened this issue Jul 18, 2023 · 0 comments
Open

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

vincentfretin opened this issue Jul 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request sponsors needed

Comments

@vincentfretin
Copy link
Member

vincentfretin commented Jul 18, 2023

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

@vincentfretin vincentfretin added enhancement New feature or request sponsors needed labels Jul 18, 2023
@vincentfretin vincentfretin self-assigned this Jul 18, 2023
@vincentfretin vincentfretin changed the title [audio-analyzer] create separate repo [audio-analyzer] create a separate repo Jul 18, 2023
@vincentfretin vincentfretin changed the title [audio-analyzer] create a separate repo [networked-audio-analyser] create a separate repo Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sponsors needed
Projects
Status: Planned
Development

No branches or pull requests

1 participant