diff options
author | Andy <andy@rockbox.org> | 2005-12-02 01:04:03 +0000 |
---|---|---|
committer | Andy <andy@rockbox.org> | 2005-12-02 01:04:03 +0000 |
commit | 1e4d1f8de7a523d34c064f7f4a6e7f001d55bb7f (patch) | |
tree | 3488e91c68d693513bf42a4e5ffb5b75a4a7b8d9 /firmware/export/pcm_record.h | |
parent | 9758911be0c63de3dc5e42e9720f933effe5ad87 (diff) |
iRiver recording changes:
- Added Peakmeter in recording screen
- Fix for stop bug
- Fix for playback peakmeter not working after recording
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8120 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/pcm_record.h')
-rw-r--r-- | firmware/export/pcm_record.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/pcm_record.h b/firmware/export/pcm_record.h index 304a67f577..5e2d7b7929 100644 --- a/firmware/export/pcm_record.h +++ b/firmware/export/pcm_record.h @@ -24,6 +24,8 @@ unsigned long pcm_rec_status(void); void pcm_rec_init(void); void pcm_rec_mux(int source); +void pcm_rec_get_peaks(int *left, int *right); + /* audio.h contains audio recording functions */ #endif |