mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 12:47:52 +00:00
4 lines
134 B
C++
4 lines
134 B
C++
|
#include "whisper-mel.hpp"
|
||
|
|
||
|
whisper_mel_calc * whisper_mel_calc_create_cuda(ggml_backend_t backend, const whisper_filters & filters);
|