beetbox / audioread

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

no need to use os.devnull directly since python3.3 #117

Closed Bomme closed 2 years ago

Bomme commented 2 years ago

Here is small PR that simplifies ffdec.py a bit since we are on Python 3 now (https://docs.python.org/3/library/subprocess.html#subprocess.DEVNULL)

sampsyo commented 2 years ago

Excellent. Nice find.