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

feat!: ストリーミングAPIを封印する #972

Merged
merged 3 commits into from
Feb 6, 2025

Conversation

qryxip
Copy link
Member

@qryxip qryxip commented Feb 5, 2025

内容

以下のRust APIのアイテムと、それらに対応するPython APIのものを封印する。

  • voicevox_core::wav_from_file
  • voicevox_core::blocking::Synthesizer::{,precompute_}render
  • voicevox_core::blocking::synthesizer::PrecomputeRender

関連 Issue

Resolves: #970

その他

CC: @Yosshi999

@qryxip qryxip requested a review from Hiroshiba February 5, 2025 17:58
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です!!

TODOコメント良いですね!

Comment on lines 66 to 70
# argparser.add_argument(
# "--streaming",
# action="store_true",
# help="ストリーミング生成",
# )
Copy link
Member

Choose a reason for hiding this comment

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

コメントアウトではなく削除が良さそう・・・!
機能を使おうと頑張ろうとする方が出てきてしまうかもしれないので。。
(VVMがないので必ず使えない)

Copy link
Member Author

Choose a reason for hiding this comment

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

0bdae75 (#972)
削除にしました。またコメントは「#972をリバートする」としました。

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!!

リンター君が怒ってるかもです!

@qryxip qryxip merged commit 057f836 into VOICEVOX:main Feb 6, 2025
30 checks passed
@qryxip qryxip deleted the pr/feat-seal-streaming branch February 6, 2025 16:58
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.

[0.16] streaming API系を一旦表に出ないようにする
2 participants