Created by: cdce8p
Currently AudioStream
needs to be imported from av.audio.stream
since it's missing from av.audio.__init__
.
I noticed that av.video.__init__
exports VideoStream
, so doing the same for AudioStream
seems logical.
https://github.com/PyAV-Org/PyAV/blob/main/av/video/__init__.py