mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
7 lines
201 B
C
7 lines
201 B
C
#pragma once
|
|
|
|
#include "ttsargs.h"
|
|
#include "ttscommon.h"
|
|
|
|
void register_play_tts_response_args(arg_list & args);
|
|
bool play_tts_response(arg_list & args, const tts_response & data, float sample_rate);
|