We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc81907 commit b59768bCopy full SHA for b59768b
tests/test-vad.cpp
@@ -19,6 +19,8 @@ void assert_default_params(const struct whisper_vad_params & params) {
19
20
void assert_default_context_params(const struct whisper_vad_context_params & params) {
21
assert(params.n_threads == 4);
22
+ assert(params.use_gpu == true);
23
+ assert(params.gpu_device == 0);
24
}
25
26
struct whisper_vad_speech test_detect_speech(
0 commit comments