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 --- apps/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 47f2465..a1ffa3a 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -448,6 +448,7 @@ static const struct plugin_api rockbox_api = { pcm_play_pause, pcm_get_bytes_waiting, pcm_calculate_peaks, + pcm_get_peak_buffer, pcm_play_lock, pcm_play_unlock, #ifdef HAVE_RECORDING -- cgit v1.1