FiiO M3K: audio recording

Recording works now, although I'm sure there will be a few
things that need fine-tuning. A major issue is that writing
to the SD card creates noticable interference, which happens
on the original firmware too but seems worse under Rockbox.

(Since Rockbox waits until RAM fills up before writing data,
the interference will only be heard on >50 MiB recordings.)

Change-Id: I5561dd9668c3bdd34e92f34ef50848aef8c0b7eb
This commit is contained in:
Aidan MacDonald 2022-01-11 13:58:41 +00:00
parent bc5a638594
commit c1f1d91404
5 changed files with 183 additions and 10 deletions

View file

@ -45,6 +45,18 @@
\newcommand{\ActionWpsAbSetBNextDir}{Long \ButtonDown}
\newcommand{\ActionWpsAbReset}{Long \ButtonSelect}
%Button actions, recording context
\newcommand{\ActionRecPause}{\ButtonSelect{} or \ButtonPlay}
\newcommand{\ActionRecExit}{\ButtonBack{} or \ButtonPower}
\newcommand{\ActionRecNewfile}{Long \ButtonSelect{} or Long \ButtonPlay}
\newcommand{\ActionRecMenu}{\ButtonMenu}
\newcommand{\ActionRecPrev}{\ActionStdPrev}
\newcommand{\ActionRecPrevRepeat}{\ActionStdPrevRepeat}
\newcommand{\ActionRecNext}{\ActionStdNext}
\newcommand{\ActionRecNextRepeat}{\ActionStdNextRepeat}
\newcommand{\ActionRecSettingsInc}{\ButtonVolUp{} or \ButtonRight}
\newcommand{\ActionRecSettingsDec}{\ButtonVolDown{} or \ButtonLeft}
%Button actions, tree context
\newcommand{\ActionTreeWps}{Long \ButtonBack}
\newcommand{\ActionTreeStop}{Long \ButtonPlay}