Closed
Bug 786750
Opened 13 years ago
Closed 13 years ago
upstream opus support at webrtc.org
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: rillian, Assigned: rillian)
References
Details
(Whiteboard: [WebRTC] [blocking-webrtc-] webrtc-upstream-needed [qa-])
Attachments
(1 file, 2 obsolete files)
59.33 KB,
patch
|
Details | Diff | Splinter Review |
Bug 694810 was getting long, and opus webrtc support has landed on the alder project branch. I opened this bug to separately track preparation of an upstream patch against the webrtc.org codebase.
Assignee | ||
Comment 1•13 years ago
|
||
Updated patch.
- set the bitrate from the CodecInst params when the encoder is created.
- roundtrip data through Opus as part of audio_codec_module_test
Attachment #656526 -
Attachment is obsolete: true
Assignee | ||
Comment 2•13 years ago
|
||
Updated patch against webrtc.org svn r2712.
- Fixes an && vs || typo
- Run the Encoder at native 48 kHz, only the receive side needs resampling
- Gyp fixes to build under xcode.
I've verified this version round-trips audio with the opus codec selected using voe_cmd_test on MacOS X. The test doesn't work for me on Linux, including with G.711 and an unpatched build, so I think there's something wrong with the audio_device support on linux.
Attachment #657480 -
Attachment is obsolete: true
Assignee | ||
Updated•13 years ago
|
Whiteboard: [WebRTC] [blocking-webrtc-] → [WebRTC] [blocking-webrtc-] webrtc-upstream-needed
Assignee | ||
Comment 3•13 years ago
|
||
A heavily modified version of this patch landed upstream.
Initial support, disabled at compile time:
https://code.google.com/p/webrtc/source/detail?r=2945
Subsequent integration and build enable for chrome:
https://code.google.com/p/webrtc/source/detail?r=2953
https://code.google.com/p/webrtc/source/detail?r=2964
https://code.google.com/p/webrtc/source/detail?r=2982
https://code.google.com/p/webrtc/source/detail?r=2984
https://code.google.com/p/webrtc/source/detail?r=2990
https://code.google.com/p/webrtc/source/detail?r=2993
https://code.google.com/p/webrtc/source/detail?r=2997
https://code.google.com/p/webrtc/source/detail?r=3012
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
![]() |
||
Updated•13 years ago
|
Whiteboard: [WebRTC] [blocking-webrtc-] webrtc-upstream-needed → [WebRTC] [blocking-webrtc-] webrtc-upstream-needed [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•