Skip to content

audioop removed in python 3.13 #14

@kcsapp

Description

@kcsapp

This requirement of sf2utils was removed in python 3.13; see docs.python.org, and PEP 594 for details.
The fix for me was to simply manually install audioop-lts: https://pypi.org/project/audioop-lts/
PEP 594 also mentions that there is an equivalent function in the wave module; it's a private function (wave._byteswap) with a pure python implementation, whereas the audioop implementation is written in C. The implementation in audioop-lts appears to be a copy of the original C implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions