DOCS/tech-overview.txt: update for merged pull/push glue code

b83bdd1d17 merged the glue code for the
two types of audio APIs.
This commit is contained in:
nanahi 2024-03-07 01:10:22 -05:00 committed by sfan5
parent 2ea12464be
commit 656c2e33d4
1 changed files with 3 additions and 3 deletions

View File

@ -242,9 +242,9 @@ audio/out/:
Unlike VOs, AOs can't be reconfigured on a format change. On audio format
changes, the AO will simply be closed and re-opened.
There are wrappers to support for two types of audio APIs: push.c and
pull.c. ao.c calls into one of these. They contain generic code to deal
with the data flow these APIs impose.
buffer.c is the wrapper to support for two types of audio APIs: push and
pull. ao.c calls into that. It contains generic code to deal with the data
flow these APIs impose.
Note that mpv synchronizes the video to the audio. That's the reason
why buggy audio drivers can have a bad influence on playback quality.