koboldcpp/otherarch/ttscpp/examples/cli/write_file.h
2025-08-17 00:09:03 +08:00

5 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);