xiph / xiph/opus

Voice will be not clear using opus_demo to encode and decode one pcm file.

Open
#246 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
3.3k
Forks
808
PR merge metrics
No merged PRs in 30d

Description

reproduce step:

  1. compile the newest opus.
  2. opus_demo.exe -e audio 16000 1 16000 -inbandfec -loss 30 ./near_16000_1_after_ap.pcm ./out
    3.opus_demo.exe -d 16000 1 ./out ./decoded_16000_1.pcm

compare these two file, decoded file will listen worse than before.

I use 1.1.5 opus_demo to test in these steps, everything will be well. Please help me to check.

near_16000_1_after_ap.zip

decoded_16000_1_from_opus_newest.zip

decoded_16000_1_from_opus_1.1.5.zip

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the two opus_demo.exe commands with near_16000_1_after_ap.pcm and compare the decoded output with the supplied 1.1.5 and newest-version files. Trace the encoding and decoding behavior for 16 kHz mono audio with in-band FEC and 30% loss; done means the newer version no longer produces audibly worse output than the 1.1.5 result.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
audio-video-rtc
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.