projects
/
platform
/
upstream
/
gst-plugins-good.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new...
[platform/upstream/gst-plugins-good.git]
/
gst
/
goom
/
sound_tester.h
1
#ifndef _SOUND_TESTER_H
2
#define _SOUND_TESTER_H
3
4
#include "goom_plugin_info.h"
5
#include "goom_config.h"
6
7
/** change les donnees du SoundInfo */
8
void evaluate_sound(gint16 data[2][512], SoundInfo *sndInfo);
9
10
#endif
11