Skip to content

Commit

Permalink
Update src/sing/phraseRendering.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
  • Loading branch information
sigprogramming and Hiroshiba committed Sep 1, 2024
1 parent 5c1f143 commit c09eb5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sing/phraseRendering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,10 @@ const singingVoiceSynthesisStage: BaseStage = {

// フレーズレンダラー

/**
* フレーズレンダラー。
* 各フレーズごとに、ステージを進めながらレンダリング処理を行う。
*/
export type PhraseRenderer = Readonly<{
/**
* 一番最初のステージのIDを返す。
Expand Down

0 comments on commit c09eb5f

Please sign in to comment.