HulaLoop
Simple cross-platform audio loopback and recording.
HulaAudioError.h
Go to the documentation of this file.
1 #ifndef HL_AUDIO_ERROR_H
2 #define HL_AUDIO_ERROR_H
3 
20 /******************************************************************************
21  *
22  * Collection of global information for HulaLoop
23  *
24 ******************************************************************************/
25 #define HL_PRINT_PREFIX "[HulaLoop] "
26 #define HL_ERROR_PREFIX "[HulaLoop] "
27 
28 /******************************************************************************
29  *
30  * Collection of exceptions for hlaudio
31  *
32 ******************************************************************************/
33 namespace hula
34 {
35 
36 }
37 
38 #endif // END HL_AUDIO_ERROR_H
Definition: Controller.h:11