diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2011-07-02 11:55:38 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2011-07-02 11:55:38 +0000 |
| commit | 22b6def065ab7c2ca030f405577e34104ad20011 (patch) | |
| tree | 6be548bf591d2365077b74679048737fe51792a2 /apps/plugin.c | |
| parent | 8c954e28b75b47543f69abe2c169d83ad38c26ae (diff) | |
| download | rockbox-22b6def065ab7c2ca030f405577e34104ad20011.zip rockbox-22b6def065ab7c2ca030f405577e34104ad20011.tar.gz rockbox-22b6def065ab7c2ca030f405577e34104ad20011.tar.bz2 rockbox-22b6def065ab7c2ca030f405577e34104ad20011.tar.xz | |
Use playback channel directly for peakmeters and plugins using peak calculation. Also, for now, don't allow mixer playback to overlap recording, even if full duplex works.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30119 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index bfb7f0e..6b3d399 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -781,6 +781,7 @@ static const struct plugin_api rockbox_api = { #if CONFIG_CODEC == SWCODEC mixer_channel_status, mixer_channel_get_buffer, + mixer_channel_calculate_peaks, #endif }; |