Files
veejay/veejay-current/libgoom/sound_tester.h
Niels Elburg 20ba7effd7 added xmms visualization plugin Goom, libgoom, added 2 new effects , color map and goom fx to veejay-current
git-svn-id: svn://code.dyne.org/veejay/trunk@686 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2006-11-14 00:59:48 +00:00

12 lines
215 B
C

#ifndef _SOUND_TESTER_H
#define _SOUND_TESTER_H
#include "goom_plugin_info.h"
#include "goom_config.h"
/** change les donnees du SoundInfo */
void evaluate_sound(gint16 data[2][512], SoundInfo *sndInfo);
#endif