we try to enable codec "opus" in isTypeSupported() to stream opus data.
but Youtube will raise an error message.
after we trace cobalt source code, cobalt didn't deliver data by AudioRenderer::WriteSample().
and we found cobalt did not compile "opus_audio_decoder.cc".
so, we are confuse about cobalt can parse opus data now.
Asked
Active
Viewed 134 times
1

user7160805
- 91
- 7
1 Answers
0
Cobalt platform-independent code doesn't currently support Opus out of the box. I think it might not be too hard to get it working. If so, you could submit a patch to the OSS project.

David Ghandehari
- 534
- 3
- 12