beetbox / audioread

cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python
MIT License
483 stars 108 forks source link

add support for os.PathLike filenames in macca.py #139

Closed Bomme closed 10 months ago

Bomme commented 10 months ago

Closes #138

This PR makes use of the fact that os.path.expanduser & os.path.abspath call os.fspath(path) to resolve PathLike objects.