mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
bc5a638594
commit
c1f1d91404
5 changed files with 183 additions and 10 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue