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

WIP:音量編集機能の追加 #2369

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

rokujyushi
Copy link
Contributor

内容

音量をピッチと同様にカーブを描いて編集できるようにする。

関連 Issue

#2263

@rokujyushi rokujyushi requested a review from a team as a code owner November 19, 2024 16:47
@rokujyushi rokujyushi requested review from Hiroshiba and removed request for a team November 19, 2024 16:47
@rokujyushi rokujyushi marked this pull request as draft November 19, 2024 16:49
@voicevox-preview-pages
Copy link

voicevox-preview-pages bot commented Nov 19, 2024

🚀 プレビュー用ページを作成しました 🚀

更新時点でのコミットハッシュ:ed3afe5

@rokujyushi rokujyushi marked this pull request as ready for review November 20, 2024 15: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.

もう実はかなりできてそう・・・??
(動かしてみてかなり良い感じだったので)

@rokujyushi
Copy link
Contributor Author

動くようになったので
UIがpitchと違って分かりづらいところを治したいです。

イメージ画像かUIを作ってからレビューの続きをお願いしたいと思ってます。

@Hiroshiba
Copy link
Member

テストが落ちてるの、e2eの方はスクショの更新すれば通ると思います!
https://github.com/VOICEVOX/voicevox#%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%E3%81%AE%E6%9B%B4%E6%96%B0

unit-testの方はプロジェクトファイルのマイグレーションっぽみです(音量データをプロジェクトファイルに保存する感じ)。
ピッチ編集値の追加じのマイグレーションと同じ感じでやればできるかも?

if (semver.satisfies(projectAppVersion, "<0.19.0", semverSatisfiesOptions)) {
// ピッチ編集値の追加
for (const track of projectData.song.tracks) {
track.pitchEditData = [];
}
}

参考になれば!!

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