Spaces:
Sleeping
Sleeping
typedef struct { | |
struct whisper_context *context; | |
} ruby_whisper; | |
typedef struct { | |
struct whisper_full_params params; | |
bool diarize; | |
} ruby_whisper_params; | |