Implement IFrameEncoder / IFrameDecoder using libopus #757
Labels
codecs
Audio and FEC codecs
easy hacks
The solution is expected to be straightforward even if you are new to the project
enhancement
help wanted
An important and awaited task but we have no human resources for it yet
We have two interfaces IFrameEncoder and IFrameDecoder that are used to encode audio samples into packet payload and decode it back. Currently they're implemented using PcmEncoder and PcmDecoder (for uncompressed PCM).
Now we need to add two more implementations: OpusEncoder and OpusDecoder, that will use libopus library to do the job.
We also need to add new encoder & decoder to the list of tested codecs in test_frame_encoder_decoder.cpp.
The text was updated successfully, but these errors were encountered: