diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2008-12-13 06:01:08 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2008-12-13 06:01:08 +0000 |
| commit | 93572e2a9e651b7d0bffae491da3d2ece2f0c2d2 (patch) | |
| tree | ec4f1b6c6634b4e6d70aee6165e60d91b6201b7e /apps/filetree.c | |
| parent | bdcdf8b5e463a581f67639db9d0bd6735ac218e0 (diff) | |
| download | rockbox-93572e2a9e651b7d0bffae491da3d2ece2f0c2d2.zip rockbox-93572e2a9e651b7d0bffae491da3d2ece2f0c2d2.tar.gz rockbox-93572e2a9e651b7d0bffae491da3d2ece2f0c2d2.tar.bz2 rockbox-93572e2a9e651b7d0bffae491da3d2ece2f0c2d2.tar.xz | |
Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small static buffer around for beeps less than or equal to keyclick duration. This way it operates no matter the buffer state and still won't interfere with alternate PCM operations like recording or plugin playback.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19415 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetree.c')
| -rw-r--r-- | apps/filetree.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/filetree.c b/apps/filetree.c index 03a4d7c..fc5e4d3 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -509,9 +509,6 @@ int ft_enter(struct tree_context* c) MAX_FILENAME); talk_init(); /* use voice of same language */ splash(HZ, ID2P(LANG_LANGUAGE_LOADED)); -#if CONFIG_CODEC == SWCODEC && !defined(HAVE_HARDWARE_BEEP) - audio_buffer_reset(); -#endif } break; |