mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 01:54:37 +00:00
builds but crashes
This commit is contained in:
parent
2bf128587d
commit
bc04366a65
43 changed files with 12183 additions and 2 deletions
7
otherarch/ttscpp/examples/cli/playback.h
Normal file
7
otherarch/ttscpp/examples/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