We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb22b1 commit 886fe48Copy full SHA for 886fe48
aux_modules/speechProcessing/sileroVAD/VoiceActivationDetectionModule.h
@@ -5,7 +5,7 @@
5
#define VAD_MODULE_H
6
7
#include <yarp/os/RFModule.h>
8
-#include <yarp/dev/AudioRecorderStatus.h>
+#include <yarp/sig/AudioRecorderStatus.h>
9
#include "Detector.h"
10
11
#include "SileroVADServer.h"
@@ -20,7 +20,7 @@ class VoiceActivationDetectionModule : public yarp::os::RFModule
20
static constexpr int VAD_GAP_ALLOWANCE_DEFAULT = 18; // In packets of 32 ms
21
static constexpr int VAD_SAVE_PRIOR_TO_DETECTION = 15; // In packets of 32 ms
22
const std::string MODEL_PATH = "/usr/local/src/robot/silero-vad/src/silero_vad/data/silero_vad.onnx";
23
-
+
24
std::unique_ptr<SileroVADServer> m_rpcServer;
25
yarp::os::RpcServer m_rpcPort;
26
0 commit comments