Skip to content

Investigate using libsamplerate for resampling #143

@matthias-wende-frequenz

Description

What's needed?

libsamplerate is an optimized library, written in C, for resampling audio data. It supports up and downsampling and is one of the best resamplers around. At the time when luca started writing the resampler we simply didn't think of using this library until I stumbled upon the python bindings recently.

Proposed solution

Try the samplerate python bindings and see what advantages we can get from using this library.

Use cases

Better accuracy, faster resampling and more resampling functions.

Alternatives and workarounds

As an alternative we can indeed stick to our current implementation.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:enhancementNew feature or enhancement visitble to users

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions