ffmpeg: add audio playback through avdevice

This commit is contained in:
Stephan Vedder
2022-08-04 10:49:44 +00:00
committed by Matthias Clasen
parent f7b3a214f3
commit 83ff85d227
2 changed files with 611 additions and 203 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,9 @@ ffmpeg_versions = {
'libavfilter': '>= 6.47.100',
'libavformat': '>= 57.41.100',
'libavcodec': '>= 57.48.101',
'libavdevice': '>= 57.48.101',
'libavutil': '>= 55.28.100',
'libswresample': '>= 3.9.100',
'libswscale': '>= 4.6.100',
}
ffmpeg_deps = []