Skip to content

OpusDecoder produces degraded audio quality #4

@appujet

Description

@appujet

Bug

OpusDecoder produces unclear/muffled audio when decoding real-world Opus
packets encoded by the reference C libopus (e.g. WebM/Opus).

Reproduce

let mut decoder = OpusDecoder::new(48000, 2).unwrap();
let mut pcm = vec![0.0f32; 960 * 2]; // 20ms stereo @ 48kHz
decoder.decode(&libopus_packet, 960, &mut pcm).unwrap();
// → audio plays but sounds unclear/distorted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions