Open
Bug 1042051
Opened 10 years ago
Updated 2 years ago
Check OpenSLES engine parameters in OpenSLESEngineProvider
Categories
(Core :: Audio/Video: cubeb, defect, P3)
Core
Audio/Video: cubeb
Tracking
()
NEW
People
(Reporter: gcp, Unassigned)
References
Details
Bug 1015932 adds a shared provider for getting OpenSLES engine handles, used by WebRTC and libcubeb. Currently it doesn't check any OpenSLES engine flags, because the ones used by libcubeb and WebRTC are the same anyway.
It might be a good idea to extend it to do this, and see if requests are not compatible, in case webrtc or libcubeb ever changes in this regard.
Comment 1•10 years ago
|
||
We are changing the flags over in bug 1027713, to add the possibility to change the volume directly in the audio server to minimize latency and glitches on pause/play.
Reporter | ||
Comment 2•10 years ago
|
||
As clarified on IRC, the slCreateEngine flags aren't the ones being changed in that bug, so this bug doesn't really block that one.
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: MSG/cubeb/GMP
Updated•9 years ago
|
Component: Audio/Video: MediaStreamGraph → Audio/Video: cubeb
Comment 4•7 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•