Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
9c8bccbc39e624e397be031782604d0690c4f4e5
/
apps
/
recorder
/
recording.h
c402519
Fix yellow
by Thomas Martitz
· 14 years ago
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
a352402
Accept FS #8994: add another recording filesplit option: stop recording and shutdown
by Peter D'Hoye
· 17 years ago
583f186
Implement FS #2976: Clip Counter for recording screen. If enabled in peak meter settings, it shows the number of times clipping occurred (clip indicator going on). Count is reset on recording start and only counts during actual recording. Stays on screen when stopping or pauzing. Also fix a drawing bug when peakmeters start at a non-zero x offset.
by Peter D'Hoye
· 17 years ago
a5278fa
Rearrange and cleanup settings code
by Jonathan Gordon
· 17 years ago
2d48d0f
Straighten out some audio path APIs and misc. audio stuff. Having recording is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first.
by Michael Sevakis
· 17 years ago
ce05add
Revert recording/repeat timer for now. It is useful as a feature, but didn't receive enough testing on multiple targets, and fixing it is non-trivial. Later reversal would be complicated because of .lng spreading. * The patch should probably redone in a different way, as it's huge for what it does... * Issues: (1) The repeat timer setting has NULL pointer hits. (2) The multi-int setting screen breaks with proportional fonts, and with somewhat larger fonts. (3) On some targets, all values except the leftmost one are unreachable. * Hint: The timer itself would be much simpler if it'd just store & compare ticks (497 days before it wraps).
by Jens Arnold
· 18 years ago
4995232
Recording countdown timer and repeat timer - see FS #6297 for more details
by Martin Scarratt
· 18 years ago
e900a90
Accept FS#6750, allow recording to start automatically (If alarm wakeup
by Jonathan Gordon
· 18 years ago
0f17532
Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had.
by Michael Sevakis
· 18 years ago
4718a1e
beginning of the new menu system. This commit shouldnt break anything,
by Jonathan Gordon
· 18 years ago
eed62f1
Change the radio screen and recording screen to use the global_status structure for state. I guess global_status had been added already and I missed it. :D
by Michael Sevakis
· 18 years ago
ff3bb3a
Don't save the in-out state of the recording screen as a setting. Fixes the statusbar icons if settings were saved while recording screen was on. Humbly may I suggest a global_state structure to do all this state checking more efficiently\? Ignore me if that's being worked on by someone.
by Michael Sevakis
· 18 years ago
ab1861a
iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API. Simplified plugin recording by target/-ing some audio functions. UDA1380 records with WSPLL as a result.
by Michael Sevakis
· 18 years ago
0f5cb94
Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs.
by Michael Sevakis
· 18 years ago
4fc717a
Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with additional FM Recording support and my modifications
by Michael Sevakis
· 18 years ago
3405d13
The /recordings directory is now automatically created in the radio screen as well.
by Linus Nielsen Feltzing
· 20 years ago
ef7293f
New feature: NOw you can store the recorded files in either /recordings (the directory will be created automatically) or in the current directory.
by Linus Nielsen Feltzing
· 21 years ago
ba9b433
Made the recording filename creation function global
by Linus Nielsen Feltzing
· 21 years ago
1325c9d
Added recording functionality
by Linus Nielsen Feltzing
· 22 years ago