-
Notifications
You must be signed in to change notification settings - Fork 0
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/#51 #52
Conversation
var ms = new MemoryStream(); | ||
ms.Write(wavData); | ||
ms.Position = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
usingつけておいてください。
また、コンストラクタでbyte[]が指定できたと思います。
レビューが遅れてしまいすみません。簡単に修正できるポイントだけコメントしました。結合した音声がうまく再生できていることは確認できましたか? |
統合した音声を使って作られたepubがdiscordに上がっています。その音声を聞く限り音声統合はうまく行っていると思います |
了解しました。修正はできそうですか?忙しいならこちらで修正します |
今から修正します |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
大体OKだと思います。
TaPetさんのパソコンで作業していたのでコミットがTaPetさんになっていますが、作業者は自分です