-
Notifications
You must be signed in to change notification settings - Fork 310
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
[project-s] 音声再生周りと音声の書き出しを行う機能の実装 #1041
Comments
issue作成ありがとうございます!! |
Merged
ループ機能を実装する前に、一旦リファクタリングを行います。 |
This was referenced Sep 3, 2023
こちらcloseします! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
内容
音声再生周りと音声の書き出しを行う機能を実装します。
実現方法
2つ方法があります。
HTMLAudioElementを使用する
WebAudioAPIを使用する
出力デバイスを変更できたほうが便利だと思いますが、一般的な環境・使用方法では、出力デバイスを既定のデバイスから変更することはほとんどないと思います。
また、再生と歌声の合成を同時に行ったり、伴奏と一緒に再生したりすることを考えると、WebAudioAPIを使用したほうが良さそうです。
ひとまず、WebAudioAPIを使用する方法で実装していきます。
音声再生周り
音声の書き出し
関連issue
VOICEVOX/voicevox_project#15
The text was updated successfully, but these errors were encountered: