mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-25 22:21:14 +02:00
6 lines
152 B
C++
6 lines
152 B
C++
#pragma once
|
|
|
|
#include "ttscommon.h"
|
|
|
|
void write_audio_file(const tts_response & data, std::string path = "TTS.cpp.wav", float sample_rate = 44100.0f);
|