r9y9 / ttslearn

ttslearn: Library for Pythonで学ぶ音声合成 (Text-to-speech with Python)
https://r9y9.github.io/ttslearn/
MIT License
249 stars 37 forks source link

書籍 p.82 code4.9 関数stftの誤植 #10

Closed kjun1 closed 3 years ago

kjun1 commented 3 years ago

M = (len(x) - N) // frame_shift + 1

M = (len(x) - N) // S + 1

だと思われます。

r9y9 commented 3 years ago

ご連絡ありがとうございます。おっしゃるとおりです。ソースコードを修正し、誤植リストにも加えます。対応が完了しましたら、このissueでご報告します。

r9y9 commented 3 years ago

こちら、対応完了しました。

ご指摘ありがとうございました。