mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 19:39:42 +00:00
tts cpp cli builds and runs fine.
This commit is contained in:
parent
bc04366a65
commit
cfc1a0d4ef
10 changed files with 10 additions and 33 deletions
7
otherarch/ttscpp/cli/playback.h
Normal file
7
otherarch/ttscpp/cli/playback.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#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);
|
Loading…
Add table
Add a link
Reference in a new issue