diff options
Diffstat (limited to 'apps/codecs.h')
-rw-r--r-- | apps/codecs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |