You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpusEncoder is currently the base class for OpusBufferedEncoder.
Naturally, they should both have an encode() method. However the two classes return different results. OpusEncoder returns a single encoded frame, while OpusBufferedEncoder may return multiple encoded frames.
Their interfaces need to be tidied up. Perhaps the direct-inheritance should be replaced with a common base class.
The text was updated successfully, but these errors were encountered:
OpusEncoder is currently the base class for OpusBufferedEncoder.
Naturally, they should both have an
encode()
method. However the two classes return different results. OpusEncoder returns a single encoded frame, while OpusBufferedEncoder may return multiple encoded frames.Their interfaces need to be tidied up. Perhaps the direct-inheritance should be replaced with a common base class.
The text was updated successfully, but these errors were encountered: