mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 09:02:04 +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);
|