summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-11-01 22:51:31 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-11-01 22:51:31 +0000
commit9b4057bbd43dfeaf69785605407e4625f01be069 (patch)
tree5d37bbedfcef2527629b1aae0ed184187832aaab /manual
parent6cdb80d7df997d3220efe03ea6779ba2c81ddf79 (diff)
downloadrockbox-9b4057bbd43dfeaf69785605407e4625f01be069.tar.gz
rockbox-9b4057bbd43dfeaf69785605407e4625f01be069.zip
Sansa AMS recording support (Microphone and FM)
Still disabled on all targets: - Fuze and e200v2 see spurious interrupts with no source defined - Clip/m200v4 deadlock instantly when starting recording (perhaps due to low memory size) Having the code in SVN will make working on this feature easier Also add keymaps for Fuze, and correct Frequency section of recording options : the 22.05kHz limitation of e200v1 and c200v1 doesn't apply to Sansa AMS (different I2S hardware, unrelated to as3514) Flyspray: FS#10371 Authors: Fred Bauer and myself git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23476 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/configure_rockbox/recording_settings.tex10
-rw-r--r--manual/platform/keymap-fuze.tex16
2 files changed, 14 insertions, 12 deletions
diff --git a/manual/configure_rockbox/recording_settings.tex b/manual/configure_rockbox/recording_settings.tex
index 2c9847a7ae..036450accd 100644
--- a/manual/configure_rockbox/recording_settings.tex
+++ b/manual/configure_rockbox/recording_settings.tex
@@ -42,11 +42,13 @@
42} 42}
43 43
44 \section{Frequency} 44 \section{Frequency}
45 \nopt{sansa,sansaAMS}{ 45 \nopt{sansa}{
46 Choose the recording frequency (sample rate). 46 Choose the recording frequency (sample rate).
47 \opt{masf}{48kHz, 44.1kHz, 32kHz, 24kHz, 22.05kHz, 16kHz} 47 \opt{masf}{48kHz, 44.1kHz, 32kHz, 24kHz, 22.05kHz, 16kHz}
48 \opt{h100,h300}{44.1kHz, 22.05kHz and 11.025kHz} 48 \opt{h100,h300}{44.1kHz, 22.05kHz and 11.025kHz}
49 \opt{x5}{88.2kHz, 44.1kHz, 22.05kHz and 11.025kHz} 49 \opt{x5}{88.2kHz, 44.1kHz, 22.05kHz and 11.025kHz}
50 \opt{sansaAMS}{96kHz, 88.2kHz, 64kHz, 48kHz, 44.1kHz, 32kHz, 24kHz, %
51 22.05kHz, 16kHz, 12kHz, 11.025kHz and 8kHz}
50 are available. Higher sample rates use up more disk space, but give better 52 are available. Higher sample rates use up more disk space, but give better
51 sound quality. 53 sound quality.
52 \opt{swcodec}{\note{The 11.025kHz setting is not available when using% 54 \opt{swcodec}{\note{The 11.025kHz setting is not available when using%
@@ -61,11 +63,11 @@
61 \opt{recorder,recorderv2fm,h100} 63 \opt{recorder,recorderv2fm,h100}
62 {\note{You cannot change the sample rate for digital recordings.} 64 {\note{You cannot change the sample rate for digital recordings.}
63 } 65 }
64 } % nopt e200 66 } % nopt sansa
65 \opt{e200,e200v2}{ 67 \opt{sansa}{
66 Recordings can only be made at a 22.05kHz frequency (sample rate) 68 Recordings can only be made at a 22.05kHz frequency (sample rate)
67 on this \dap. 69 on this \dap.
68 } % opt e200 70 } % opt sansa
69 71
70\section{Source} 72\section{Source}
71 Choose the source of the recording. The options are: 73 Choose the source of the recording. The options are:
diff --git a/manual/platform/keymap-fuze.tex b/manual/platform/keymap-fuze.tex
index 351db621b0..46ddc8ba62 100644
--- a/manual/platform/keymap-fuze.tex
+++ b/manual/platform/keymap-fuze.tex
@@ -84,14 +84,14 @@
84\newcommand{\ActionPsExit}{Long \ButtonHome{} or \ButtonUp} 84\newcommand{\ActionPsExit}{Long \ButtonHome{} or \ButtonUp}
85 85
86%Button actions, Recording screen context 86%Button actions, Recording screen context
87%\newcommand{\ActionRecPause}{\ButtonUp} 87\newcommand{\ActionRecPause}{\ButtonUp}
88%\newcommand{\ActionRecExit}{\ButtonDown} 88\newcommand{\ActionRecExit}{\ButtonDown}
89%\newcommand{\ActionRecNewfile}{\ButtonHome} 89\newcommand{\ActionRecNewfile}{\ButtonHome}
90%\newcommand{\ActionRecMenu}{Long \ButtonSelect} 90\newcommand{\ActionRecMenu}{Long \ButtonSelect}
91%\newcommand{\ActionRecSettingsInc}{\ButtonRight} 91\newcommand{\ActionRecSettingsInc}{\ButtonRight}
92%\newcommand{\ActionRecSettingsDec}{\ButtonLeft} 92\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
93%\newcommand{\ActionRecPrev}{\ButtonScrollBack} 93\newcommand{\ActionRecPrev}{\ButtonScrollBack}
94%\newcommand{\ActionRecNext}{\ButtonScrollFwd} 94\newcommand{\ActionRecNext}{\ButtonScrollFwd}
95 95
96%Button actions, FM radio context 96%Button actions, FM radio context
97\newcommand{\ActionFMPreset}{\ButtonSelect} 97\newcommand{\ActionFMPreset}{\ButtonSelect}