Skip to content

Sound crackles when using Sink #266

@Rua

Description

@Rua

When I play a sound using Sink, there is a slight crackling to be heard in the output, like very short interruptions in the sound. This crackling is not present if I play the same source directly via play_raw. In src/sink.rs:90, if instead of submitting the source to queue_tx, I call play_raw directly, the crackling goes away (but of course that makes appending no longer work). So it seems to be related to the use of queues in Sink, but I don't know enough to investigate further.

I'm running Linux Mint 19.3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions