Can I add OPUS encoded data streams with each other and then decode the result?

Viewed 6

If I have multiple audio streams that are encoded with OPUS, can I simply add those encoded streams with each other and then decode the result? This way I would be able to use only one decoder instead of multiple decoders, which would save computation time.

Generally, if the codecis a linear function, this should theoretically work, but is this the case for OPUS?

By the way the OPUS multistream API is no alternative for my application.

0 Answers
Related