diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-05 23:44:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-05 23:44:17 +0000 |
| commit | 5038cdd14bc7935e4d7ae4a56781247e75775bd3 (patch) | |
| tree | b4c2b3f70a831f19ea6c05ee7658aeea8a31614d | |
| parent | b27d8ce860ea95b26d71c0b001e6c3e2697963d1 (diff) | |
Tweak.
| -rw-r--r-- | doc/design/resampling.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/resampling.tex b/doc/design/resampling.tex index 65182411e..44aeee9b1 100644 --- a/doc/design/resampling.tex +++ b/doc/design/resampling.tex @@ -19,7 +19,7 @@ $C_V$ is a DCI rate, $C_A$ is not. e.g.\ if $C_V = 24$, $C_A = 44.1\times{}10^3 \section{Hard case 1} -$C_V$ is not a DCI rate, $C_A$ is. e.g.\ if $C_V = 25$, $C_A = +$C_V$ is not a DCI rate, $C_A$ is, e.g.\ if $C_V = 25$, $C_A = 48\times{}10^3$. We will run the video at a nearby DCI rate $F_V$, meaning that it will run faster or slower than it should. We resample the audio to $C_V C_A / F_V$ and mark it as $C_A$ so that it, too, |
