Skip to content

Commit 886fe48

Browse files
committed
Yarp 3.10+ compatibility fixed
Signed-off-by: Ettore Landini <ettore.landini@iit.it>
1 parent 3fb22b1 commit 886fe48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aux_modules/speechProcessing/sileroVAD/VoiceActivationDetectionModule.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define VAD_MODULE_H
66

77
#include <yarp/os/RFModule.h>
8-
#include <yarp/dev/AudioRecorderStatus.h>
8+
#include <yarp/sig/AudioRecorderStatus.h>
99
#include "Detector.h"
1010

1111
#include "SileroVADServer.h"
@@ -20,7 +20,7 @@ class VoiceActivationDetectionModule : public yarp::os::RFModule
2020
static constexpr int VAD_GAP_ALLOWANCE_DEFAULT = 18; // In packets of 32 ms
2121
static constexpr int VAD_SAVE_PRIOR_TO_DETECTION = 15; // In packets of 32 ms
2222
const std::string MODEL_PATH = "/usr/local/src/robot/silero-vad/src/silero_vad/data/silero_vad.onnx";
23-
23+
2424
std::unique_ptr<SileroVADServer> m_rpcServer;
2525
yarp::os::RpcServer m_rpcPort;
2626

0 commit comments

Comments
 (0)