Skip to content

Commit

Permalink
better explanation on streaming synthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-ayf committed May 22, 2024
1 parent f577518 commit e3b9dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ const resource = createAudioResource(stream, { inputType: StreamType.Opus });
- `inputText`:合成するテキスト
- `option`:合成される音声を調整するオプション.詳しくは,`SynthesisOption`を参照してください.

返り値の`stream``Readable`で,`encoder`設定の通りにエンコードされた音声データが流れます.合成はメインスレッドとは別のスレッドで行われます.また,音声は合成された分から合成終了を待たずに取得できます
返り値の`stream``Readable`で,`encoder`設定の通りにエンコードされた音声データが流れます.合成はメインスレッドとは別のスレッドで行われます.音声は,全体の合成終了を待たず,合成された分から順次取得できます

0 comments on commit e3b9dc4

Please sign in to comment.