Skip to content

Commit fb28cd6

Browse files
committed
add note
1 parent 40c021f commit fb28cd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/simple-tts/simple-tts.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,10 @@ static void print_usage(int, char ** argv) {
490490
}
491491

492492
int main(int argc, char ** argv) {
493+
// NOTE: parallel processing is incomplete. We can either remove it to make the example simpler,
494+
// or we can extend the example to support it. The latter is relatively easy to do - just store
495+
// multiple sets of codes - one for each parallel sequence. And after that, generate multiple audio
496+
// files - one for each set of codes.
493497
const int n_parallel = 1;
494498
const int n_predict = 4096;
495499

0 commit comments

Comments
 (0)