forked from len0rd/rockbox
different kind of recording beep: more faint, but not disturbing prerecording, can beep while we already record (no latency due to beep)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5511 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
35c69283d4
commit
dfa95c334b
3 changed files with 13 additions and 13 deletions
|
|
@ -99,7 +99,7 @@ unsigned int mpeg_error(void);
|
|||
void mpeg_error_clear(void);
|
||||
int mpeg_get_file_pos(void);
|
||||
unsigned long mpeg_get_last_header(void);
|
||||
void mpeg_beep(int freq, int duration);
|
||||
void mpeg_beep(int duration);
|
||||
|
||||
/* in order to keep the recording here, I have to expose this */
|
||||
void rec_tick(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue