
Definition in file psycho-still-audio.C.
#include "Component/ModelManager.H"
#include "Audio/AudioWavFile.H"
#include "Devices/AudioGrabber.H"
#include "Devices/AudioMixer.H"
#include "Devices/DeviceOpts.H"
#include "Image/Image.H"
#include "Psycho/PsychoDisplay.H"
#include "Psycho/EyeTrackerConfigurator.H"
#include "Psycho/EyeTracker.H"
#include "Psycho/PsychoOpts.H"
#include "Component/EventLog.H"
#include "Component/ComponentOpts.H"
#include "Raster/Raster.H"
#include "Util/MathFunctions.H"
#include "Util/Types.H"
#include <vector>
#include <pthread.h>
#include <string>
#include <math.h>
Include dependency graph for psycho-still-audio.C:

Go to the source code of this file.
Functions | |
| static void * | audiorecorder (void *agbv) |
| int | submain (const int argc, char **argv) |
| int | main (const int argc, char **argv) |
Variables | |
| volatile bool | recordaudio = false |
| volatile bool | keepgoing = true |
| volatile int | recnb = 0 |
| std::string | subName = "empty" |
| std::string | stimName = "empty" |
| int | repNum = 0 |
| static pthread_mutex_t | fileName = PTHREAD_MUTEX_INITIALIZER |
1.4.4