-
Notifications
You must be signed in to change notification settings - Fork 312
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
サンプリングレートに「エンジンのデフォルト」を追加 #925
Comments
のengine manifest取得がないと進められないことに気づいたので、マージまで待機します |
進めようとしてみました。 エンジンごとにデフォルトサンプリングレートを使えるよう、エディタ側のAudioQueryのoutputSamplingRateの型をnumber | "default"にしようかなと思っています。 ・エンジン←→エディタのAudioQuery変換 などが必要になりそうでした。 |
electron-storeが どちらにせよ、electron-storeとvuexで型を変換する必要があるので、こちらもアダプターが必要になりそうでした。 electron←→vuexでsattingsを変換し、vuex←→APIでAudioQueryを変換する大掛かりな作業が必要なので、実装にちょっと時間がかかっています。。 |
内容
のタスクの1つです。
エンジン側が持っているデフォルトのサンプリングレートを取得し、それがデフォルトであることがわかるようにします。
Pros 良くなる点
わかりやすい
Cons 悪くなる点
実装を変えないといけない
その他
The text was updated successfully, but these errors were encountered: