I'd like to try to use PyAV binding in the audio player. RIght now I'm mostly using a binding for VLC library. As VLC in turn is using ffmpeg libraries I thought that maybe it's possible to eliminate that VLC stuff and use ffmpeg directly?
Do you have any doc or example explaining how to use binding for audio playback purposes? I mean for playing audio files in different formats, streams, tracking time, detecting end of track etc.
Thank you!