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

Add option for passing AudioContext as WebAudioOptions #505

Merged
merged 3 commits into from
Nov 15, 2022

Conversation

lukasIO
Copy link
Contributor

@lukasIO lukasIO commented Nov 1, 2022

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Nov 1, 2022

🦋 Changeset detected

Latest commit: 090843f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
livekit-client Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@lukasIO lukasIO requested a review from davidzhao November 1, 2022 13:05
@@ -773,7 +773,7 @@ class Room extends (EventEmitter as new () => TypedEmitter<RoomEventCallbacks>)

this.participants.clear();
this.activeSpeakers = [];
if (this.audioContext) {
if (this.audioContext && typeof this.options.expWebAudioMix === 'boolean') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it be better to check for equality? this.audioContext !== this.options.expWebAudioMix

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, the type check is there to ensure typescript doesn't complain as the expWebAudioMix can be either boolean or an object. I'll think a bit more about how to make this nicer in general. Even though we use the same pattern for adaptive stream settings, it might make more sense to change the possible values for expWebAudioMix

@lukasIO lukasIO merged commit 1f264cc into main Nov 15, 2022
@lukasIO lukasIO deleted the lukas/pass-audio-context branch November 15, 2022 14:45
@github-actions github-actions bot mentioned this pull request Nov 15, 2022
max-b pushed a commit to Invisv-Privacy/client-sdk-js that referenced this pull request Dec 5, 2022
* add audiocontext as webaudioOptions

* create new audio ctxt if not provided

* changeset
max-b pushed a commit to Invisv-Privacy/client-sdk-js that referenced this pull request Dec 5, 2022
* add audiocontext as webaudioOptions

* create new audio ctxt if not provided

* changeset
max-b pushed a commit to Invisv-Privacy/client-sdk-js that referenced this pull request Dec 9, 2022
* add audiocontext as webaudioOptions

* create new audio ctxt if not provided

* changeset
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

Successfully merging this pull request may close these issues.

2 participants