From fb2380790edbdb2176a21fe28739a41fb978ce6e Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Fri, 12 Jun 2009 07:20:50 +0000 Subject: FS#8894 - Add time stretching feature to all SWCODEC targets - the current algorithm is best for spoken word. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21258 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/action.h') diff --git a/apps/action.h b/apps/action.h index 61c214c609..3e53b6d7a8 100644 --- a/apps/action.h +++ b/apps/action.h @@ -211,6 +211,8 @@ enum { ACTION_PS_TOGGLE_MODE, ACTION_PS_RESET, ACTION_PS_EXIT, /* _STD_* isnt going to work here */ + ACTION_PS_SLOWER, + ACTION_PS_FASTER, /* yesno screen */ ACTION_YESNO_ACCEPT, -- cgit v1.2.3