Is OPUS 1.5.2 Deep PLC applicable for decoding 48kHz stereo audio data?
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 3.3k
- Forks
- 808
- PR merge metrics
- No merged PRs in 30d
Description
Hi Team,
I recently tested OPUS 1.5.2 Deep PLC using opus_demo. Based on both MOS values (calculated with the ViSQOL tool) and subjective listening, I found that Deep PLC does not show noticeable improvement over legacy PLC in Opus 1.3 when decoding 48kHz stereo audio. For 16kHz mono audio, the MOS value is slightly higher with Deep PLC, but the difference is not perceptible by listening.
I have a few questions:
- Is Deep PLC applicable for decoding 48kHz stereo audio data?
- For 16kHz mono audio, should there be a significant improvement in audio quality by listening?
- Are there any issues with my testing steps below?
My testing steps:
-
48kHz, stereo
Encode:
./opus_demo -e audio 48000 2 64000 -framesize 10 speech_48k_stereo.pcm output.opus
Decode:
./opus_demo -d 48000 2 -loss 20 -dec_complexity 10 output.opus output.pcm -
16kHz, mono
Encode:
./opus_demo -e voip 16000 1 24000 -cbr -framesize 20 -complexity 3 -loss 0 speech_16k_mono.pcm output.opus
Decode:
./opus_demo -d 16000 1 -loss 20 -dec_complexity 10 output.opus output.pcm
Thank you for your help!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the two opus_demo command sequences in the issue and review the Deep PLC and legacy PLC documentation or relevant codec tests. Reproduce the 48 kHz stereo and 16 kHz mono comparisons with ViSQOL and listening checks. Done means documenting whether Deep PLC applies, what improvement is expected, and whether the testing steps are valid.
Written by the indexing model from the issue text.
Assessment
- Domain
- audio-video-rtc
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100