speex voice: Detect the end of a clip the right way.
[Rockbox.git] / manual / platform / ipod1g2g.tex
bloba0f4c42b22c05f84e47cce32a17e4b5ce774f039
1 % $Id: ipod3g.tex 13422 2007-05-19 19:21:52Z christi $ %
2 \def\UseOption{ipod1g2g}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5 \edef\UseOption{\UseOption,HAVE_LCD_INVERT}
6 \edef\UseOption{\UseOption,HAVE_LCD_FLIP}
7 \edef\UseOption{\UseOption,CONFIG_RTC}
8 \edef\UseOption{\UseOption,HAVE_RTC_ALARM}
9 \edef\UseOption{\UseOption,SWCODEC}
10 \edef\UseOption{\UseOption,IPOD_3G_PAD}
11 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
12 \edef\UseOption{\UseOption,ipod}
14 \newcommand{\playerman}{Ipod}
15 \newcommand{\playertype}{1G / 2G}
16 \newcommand{\playerlongtype}{\playertype}
17 \newcommand{\genericimg}{160x128x2}
18 \newcommand{\specimg}{ipod1g2g}
19 %Used to name the player, e.g. ...to the \dap
20 \newcommand{\dap}{player}
21 %For use when referring to the player. E.g. the \daps\ capacity ...
22 \newcommand{\daps}{player's}
23 \newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
24 \newcommand{\screenshotsize}{4cm}
25 \newcommand{\disk}{hard disk}
27 \newcommand{\ButtonLeft}{\btnfnt{Prev}}
28 \newcommand{\ButtonRight}{\btnfnt{Next}}
29 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
30 \newcommand{\ButtonPlay}{\btnfnt{Play}}
31 \newcommand{\ButtonSelect}{\btnfnt{Select}}
32 \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}}
33 \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}}
34 \newcommand{\ButtonHold}{\btnfnt{Hold}}
36 %Button actions, standard context
37 \newcommand{\ActionStdPrev}{\ButtonScrollBack}
38 \newcommand{\ActionStdPrevRepeat}{Long \ButtonScrollBack}
39 \newcommand{\ActionStdNext}{\ButtonScrollFwd}
40 \newcommand{\ActionStdNextRepeat}{Long \ButtonScrollFwd}
41 \newcommand{\ActionStdCancel}{\ButtonLeft or Long \ButtonPlay}
42 \newcommand{\ActionStdContext}{Long \ButtonSelect}
43 \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
44 \newcommand{\ActionStdMenu}{\ButtonMenu}
45 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
47 %Button actions, wps context
48 \newcommand{\ActionWpsPlay}{\ButtonPlay}
49 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
50 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
51 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
52 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
54 \newcommand{\ActionWpsStop}{Long \ButtonPlay}
55 \newcommand{\ActionWpsVolDown}{\ButtonScrollBack}
56 \newcommand{\ActionWpsVolUp}{\ButtonScrollFwd}
58 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
59 \newcommand{\ActionWpsMenu}{\ButtonMenu}
60 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
61 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
63 %Button actions, tree context
64 \newcommand{\ActionTreeWps}{\ButtonPlay}
65 \newcommand{\ActionTreeStop}{Long \ButtonPlay}
66 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
67 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
69 %Button actions, YesNo context
70 \newcommand{\ActionYesNoAccept}{\ButtonPlay}
72 %Button actions, Setting context
73 \newcommand{\ActionSettingInc}{\ButtonScrollFwd}
74 \newcommand{\ActionSettingDec}{\ButtonScrollBack}
76 %Button actions, Alarm screen
77 \newcommand{\ActionAlarmSet}{\ButtonSelect}
78 \newcommand{\ActionAlarmCancel}{\ButtonMenu}
79 \newcommand{\ActionAlarmHoursInc}{\ButtonRight}
80 \newcommand{\ActionAlarmHoursDec}{\ButtonLeft}
82 %Button actions, Virtual Keyboard Context
83 \newcommand{\ActionKbdLeft}{\ButtonLeft}
84 \newcommand{\ActionKbdRight}{\ButtonRight}
85 \newcommand{\ActionKbdSelect}{\ButtonSelect}
86 \newcommand{\ActionKbdDone}{\ButtonPlay}
87 \newcommand{\ActionKbdAbort}{\ButtonMenu}
88 \newcommand{\ActionKbdUp}{\ButtonScrollBack}
89 \newcommand{\ActionKbdDown}{\ButtonScrollFwd}
90 \newcommand{\ActionKbdMorseInput}{Long \ButtonMenu}
91 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
93 %Button actions, Pitch Screen context
94 \newcommand{\ActionPsToggleMode}{\ButtonPlay}
95 \newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
96 \newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
97 \newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
98 \newcommand{\ActionPsDecBig}{Long \ButtonScrollBack}
99 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
100 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
101 \newcommand{\ActionPsReset}{\ButtonMenu}
102 \newcommand{\ActionPsExit}{\ButtonSelect}