-
Notifications
You must be signed in to change notification settings - Fork 119
Add custom audio renderer for iPhone earpiece and only render joined participants #3249
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
Conversation
e719617
to
943c50b
Compare
src/mediapipe/imageSegmenter/audioNativeRenderer/MatrixAudioRenderer.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just had some questions. Implementation looks sane
src/mediapipe/imageSegmenter/audioNativeRenderer/MatrixAudioRenderer.tsx
Outdated
Show resolved
Hide resolved
src/mediapipe/imageSegmenter/audioNativeRenderer/MatrixAudioRenderer.tsx
Outdated
Show resolved
Hide resolved
src/mediapipe/imageSegmenter/audioNativeRenderer/MatrixAudioRenderer.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not fully through reviewing the last bits of the MediaDevicesContext changes but here's what I've got:
src/mediapipe/imageSegmenter/audioNativeRenderer/MatrixAudioRenderer.tsx
Outdated
Show resolved
Hide resolved
src/mediapipe/imageSegmenter/audioNativeRenderer/MatrixAudioRenderer.tsx
Outdated
Show resolved
Hide resolved
src/mediapipe/imageSegmenter/audioNativeRenderer/MatrixAudioRenderer.tsx
Outdated
Show resolved
Hide resolved
src/mediapipe/imageSegmenter/audioNativeRenderer/MatrixAudioRenderer.tsx
Outdated
Show resolved
Hide resolved
src/mediapipe/imageSegmenter/audioNativeRenderer/MatrixAudioRenderer.tsx
Outdated
Show resolved
Hide resolved
4783f12
to
0f40b44
Compare
@robintown This has changed a bit since we cannot do the fallback to HTML5 audio because HTML5 audio volume control is broken on safari... |
…s earpice workaround fix left right to match chromium + safari (firefox is swapped) earpice as setting Simpler code and documentation The doc explains, what this class actually does and why it is so complicated. Signed-off-by: Timo K <[email protected]> use only one audioContext, remove (non working) standby fallback
b5081c1
to
58d768f
Compare
58d768f
to
6b8c620
Compare
All changes have been applied and the PR changed a lot. Robin took over the final review process.
This does two things:
Fixes #2927