./format.sh (clang-format)
This commit is contained in:
@@ -220,7 +220,8 @@ int main(int argc, char ** argv) {
|
||||
// the same name and injects the pre-extracted reference latents. A
|
||||
// name matching neither is rejected instead of silently generating
|
||||
// voiceless.
|
||||
be.synthesize = [q, &lang, codec_chunk_dur, codec_left_dur](const tts_request & req, const tts_sink & sink, std::string & err) -> int {
|
||||
be.synthesize = [q, &lang, codec_chunk_dur, codec_left_dur](const tts_request & req, const tts_sink & sink,
|
||||
std::string & err) -> int {
|
||||
struct qt_tts_params p;
|
||||
qt_tts_default_params(&p);
|
||||
p.text = req.input.c_str();
|
||||
|
||||
Reference in New Issue
Block a user