1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 14:56:46 +02:00

Fixed some build errors

This commit is contained in:
mannol
2014-07-21 23:48:39 +02:00
parent bc94e08970
commit f0f1138c54
6 changed files with 59 additions and 33 deletions

View File

@ -27,8 +27,6 @@
#include "device.h"
#define VAD_THRESHOLD_DEFAULT 40.0
typedef enum _AudioError {
ae_None = 0,
ae_StartingCaptureDevice = 1 << 0,