Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

整理: CoreAdapter.speakers 出力をモデル化 #1260

Merged
merged 7 commits into from
May 29, 2024

Conversation

tarepan
Copy link
Contributor

@tarepan tarepan commented May 18, 2024

内容

概要: CoreAdapter.speakers 出力を list[CoreSpeaker] モデル化してリファクタリング

CoreAdapter の文字列出力が問題視されており、これは list[CoreSpeaker] でモデル化できる。
また VVAPI とコアを分離する観点では、VVAPI models とは分離されている CoreSpeaker に基づくモデル化が望ましい。

このような背景から、CoreAdapter.speakers 出力を list[CoreSpeaker] モデル化し CoreSpeaker の定義箇所を移動するリファクタリングを提案します。

関連 Issue

ref #1224 (review)
ref #1249

@tarepan tarepan requested a review from a team as a code owner May 18, 2024 05:59
@tarepan tarepan requested review from Hiroshiba and removed request for a team May 18, 2024 05:59
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

あるべき姿へ近づいてきた感じしますね!!

@Hiroshiba Hiroshiba merged commit 9f0d403 into VOICEVOX:master May 29, 2024
4 checks passed
@tarepan tarepan deleted the refactor/core_metas_sep branch May 29, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants