summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-03-07 01:10:22 -0500
committersfan5 <sfan5@live.de>2024-03-11 21:01:01 +0100
commit656c2e33d4db92e281365146f0bd6bb83ce3956b (patch)
treeaa1e83292429865c55ba205e2053201593a3b83e
parent2ea12464be6fdf0566eb9af0368fcb751f70b83a (diff)
downloadmpv-656c2e33d4db92e281365146f0bd6bb83ce3956b.tar.bz2
mpv-656c2e33d4db92e281365146f0bd6bb83ce3956b.tar.xz
DOCS/tech-overview.txt: update for merged pull/push glue code
b83bdd1d17cc90b4d8cd2a32321cd7c5cc306422 merged the glue code for the two types of audio APIs.
-rw-r--r--DOCS/tech-overview.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt
index 33067a65a5..6a4f43fff2 100644
--- a/DOCS/tech-overview.txt
+++ b/DOCS/tech-overview.txt
@@ -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.