summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-17 22:20:09 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-17 22:20:09 +0000
commit4d01ace73fdffca366211157b54418516b3a73b6 (patch)
tree8165a373967a826ba67826b60f55911ac344c028 /manual
parent4070f4f17b77a030049e146245fc9a399bb68204 (diff)
downloadrockbox-4d01ace73fdffca366211157b54418516b3a73b6.tar.gz
rockbox-4d01ace73fdffca366211157b54418516b3a73b6.zip
Submit a patch to the VGM codec by Mauricio Gama which saves some more RAM through changes of the buffer configuration and an update of the resampler code. Additionally enable VGM for low memory targets and update the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30327 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/file_formats.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index f75bd53786..8062694e32 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -227,13 +227,12 @@
227 & \fname{.sgc} 227 & \fname{.sgc}
228 & Supports Sega Master System and Game Gear Sound Format. 228 & Supports Sega Master System and Game Gear Sound Format.
229 Progress bar and seek use subtracks instead of seconds.\\ 229 Progress bar and seek use subtracks instead of seconds.\\
230 \nopt{clipv1,c200v2}{
231 Video Game Music Format 230 Video Game Music Format
232 & \fname{.vgm} 231 & \fname{.vgm}
233 & \\ 232 & \\
234 Gzipped Video Game Music Format 233 Gzipped Video Game Music Format
235 & \fname{.vgz} 234 & \fname{.vgz}
236 & \\} 235 & \\
237 MOD 236 MOD
238 & \fname{.mod} 237 & \fname{.mod}
239 & \\ 238 & \\
@@ -251,6 +250,9 @@
251 & \\ 250 & \\
252 \end{rbtabular} 251 \end{rbtabular}
253 252
253 \note{NSF and VGM might not play in realtime on all devices due to CPU
254 performance requirements.}
255
254 \subsection{Codec featureset} 256 \subsection{Codec featureset}
255 \begin{rbtabular}{.95\textwidth}{lXXX}% 257 \begin{rbtabular}{.95\textwidth}{lXXX}%
256 {\textbf{Format} & \textbf{Seek} & \textbf{Resume} & \textbf{Gapless}}{}{} 258 {\textbf{Format} & \textbf{Seek} & \textbf{Resume} & \textbf{Gapless}}{}{}