From 43264a946f0222e49ac2c10da7d00b36efc3f40e Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 10 Feb 2010 19:44:11 +0000 Subject: New plugin: FFT, A frequency analyzer plugin There is some more work needed: - Keymaps are definitely not perfect, touchscreen targets are disabled due to no keymap - There is no manual yet Author: Delyan Kratunov Flyspray: FS#10065 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24587 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pcm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/pcm.h') diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h index 444e0c9c09..b9ad913100 100644 --- a/firmware/export/pcm.h +++ b/firmware/export/pcm.h @@ -75,6 +75,7 @@ void pcm_play_data(pcm_more_callback_type get_more, unsigned char* start, size_t size); void pcm_calculate_peaks(int *left, int *right); +const void* pcm_get_peak_buffer(int* count); size_t pcm_get_bytes_waiting(void); void pcm_play_stop(void); -- cgit v1.2.3