diff options
| author | Steve Bavin <pondlife@pondlife.me> | 2008-09-08 08:27:51 +0000 |
|---|---|---|
| committer | Steve Bavin <pondlife@pondlife.me> | 2008-09-08 08:27:51 +0000 |
| commit | f6982346a1bba518abbae93dd74ff922afae4cd5 (patch) | |
| tree | 0cad734bb438a59dff99c1dd3ae5a4d735112dce /apps/SOURCES | |
| parent | b82449a5131e49427c0604d4481cfedcc9a6ba63 (diff) | |
| download | rockbox-f6982346a1bba518abbae93dd74ff922afae4cd5.zip rockbox-f6982346a1bba518abbae93dd74ff922afae4cd5.tar.gz rockbox-f6982346a1bba518abbae93dd74ff922afae4cd5.tar.bz2 rockbox-f6982346a1bba518abbae93dd74ff922afae4cd5.tar.xz | |
Add timestretching from FS#8894, as written by Stephane Doyon based on work by Nicolas Pitre. Shouldn't affect playback unless it's explicitly enabled, but let me know if it does. Currently has a dedicated setting, but maybe inclusion of the code will inspire someone to integrate this with the pitch screen...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18446 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 419d24d..abf373e 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -201,3 +201,4 @@ keymaps/keymap-hdd1630.c #elif CONFIG_KEYPAD == IAUDIO67_PAD keymaps/keymap-iaudio67.c #endif +tdspeed.c |