Skip to content

Commit fbed604

Browse files
committed
vad : remove unused struct
1 parent c60509d commit fbed604

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/whisper.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4458,11 +4458,6 @@ struct whisper_vad_params whisper_vad_default_params(void) {
44584458
return result;
44594459
}
44604460

4461-
struct whisper_vad_result {
4462-
float probability; // Speech probability (0-1)
4463-
};
4464-
4465-
44664461
static bool weight_buft_supported(const whisper_vad_hparams & hparams, ggml_tensor * w, ggml_op op, ggml_backend_buffer_type_t buft, ggml_backend_dev_t dev) {
44674462
bool op_supported = true;
44684463
return op_supported;

0 commit comments

Comments
 (0)