This article introduces how to use FFplay, a tool from the FFmpeg project, to read and play audio bytestream produced by a Python script. The PCM 16 LE, single channel audio data can be processed through a pipeline, and FFplay handles the case when no data is available by continuing and seeking instead of stopping.
Read More