From d8cb703b1e86c9f910211a976d8bed0c7a99379a Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 26 Jun 2005 19:41:29 +0000 Subject: Initial DSP implementation. DSP supports resampling audio stream from codecs (currently works corrently only with mp3's, somebody should fix that). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6877 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/codecs.h') diff --git a/apps/codecs.h b/apps/codecs.h index e322d758e1..c373bdb8ba 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -143,6 +143,7 @@ struct codec_api { /* Insert PCM data into audio buffer for playback. Playback will start automatically. */ bool (*audiobuffer_insert)(char *data, size_t length); + bool (*audiobuffer_insert_split)(void *ch1, void *ch2, size_t length); /* Set song position in WPS (value in ms). */ void (*set_elapsed)(unsigned int value); -- cgit v1.2.3