mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-25 22:21:14 +02:00
8 lines
201 B
C
8 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);
|