-
-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
C-codecscategory: Audio and FEC codecscategory: Audio and FEC codecseasy hacksSolution requires minimal project contextSolution requires minimal project contexthelp wantedLooking for contributorsLooking for contributorsmost wantedNeeded most among other help-wanted issuesNeeded most among other help-wanted issues
Description
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: VorbisEncoder and VorbisDecoder, that will use libvorbis 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.
Metadata
Metadata
Assignees
Labels
C-codecscategory: Audio and FEC codecscategory: Audio and FEC codecseasy hacksSolution requires minimal project contextSolution requires minimal project contexthelp wantedLooking for contributorsLooking for contributorsmost wantedNeeded most among other help-wanted issuesNeeded most among other help-wanted issues
Type
Projects
Status
Help wanted