Skip to content

Reason for coupling file reading and algorithm? #12

@nils-werner

Description

@nils-werner

Currently, the algorithm is coupled to reading audio files, while I actually see no reason for that.

In my mind, swipe() should accept an array of floats and process them, and reading files should be placed into main().

That way, the Python wrapper would be more useful when used with NumPy, where you very often already have read the audio file into memory.

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