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/dsp_arm.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/dsp_arm.S') diff --git a/apps/dsp_arm.S b/apps/dsp_arm.S index 5b43c3bb5b..11b7ba7141 100644 --- a/apps/dsp_arm.S +++ b/apps/dsp_arm.S @@ -86,7 +86,7 @@ channels_process_sound_chan_karaoke: /**************************************************************************** * void sample_output_mono(int count, struct dsp_data *data, - int32_t *src[], int16_t *dst) + * const int32_t *src[], int16_t *dst) * NOTE: The following code processes two samples at once. When count is odd, * there is an additional obsolete sample processed, which will not be * used by the calling functions. @@ -136,7 +136,7 @@ sample_output_mono: /**************************************************************************** * void sample_output_stereo(int count, struct dsp_data *data, - int32_t *src[], int16_t *dst) + * const int32_t *src[], int16_t *dst) * NOTE: The following code processes two samples at once. When count is odd, * there is an additional obsolete sample processed, which will not be * used by the calling functions. -- cgit v1.2.3