mt1006 / ConPlayer

Plays videos in console
GNU General Public License v3.0
9 stars 0 forks source link

Why not use libavcodec instead of libao or portaudio? #1

Closed MilkFlavor closed 2 years ago

MilkFlavor commented 2 years ago

Both Libao and Portaudio haven't been updated in over 8 years. So why not use FFmpeg's audio library?

mt1006 commented 2 years ago

Libavcodec is for decoding audio, not for playing. As for libao, I want to move to PortAudio not because it's outdated, but because it's very limited and I have problems with a/v synchronization on it.