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

00_Rec_Voice.ipynbで録音終了時にエラー #126

Open
kasugaiasuka opened this issue May 13, 2023 · 2 comments
Open

00_Rec_Voice.ipynbで録音終了時にエラー #126

kasugaiasuka opened this issue May 13, 2023 · 2 comments

Comments

@kasugaiasuka
Copy link

READMEの「Open in Colab」を押下して00_Clone_Repo.ipynbを実行後、00_Rec_Voice.ipynbを実行して録音作業を行ったところ、録音終了時に下記のエラーが発生しました。
librosa.displayのwaveplotはlibrosa 0.9で削除されたメソッドのようですが、意図せず想定よりも新しすぎるバージョンがインストールされてしまっているということでしょうか?

※ waveplotをwaveshowに書き換えれば一応動くようです。これが意図した表示かはわからないですが…

えっ嘘でしょ。
えっうそでしょ。
---終了---
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-12-65ce3032714f> in <cell line: 1>()
----> 1 rec(3, "emotion001", "えっ嘘でしょ。", "えっうそでしょ。")

<ipython-input-10-0d9a847134a7> in rec(sec, filename, text, hira)
     72   with open(mytext_dir + filename + ".txt", 'w') as mytext:
     73     mytext.write(hira)
---> 74   librosa.display.waveplot(speecht, sr=rate)
     75   plt.show()
     76   display(Audio(speecht, rate=rate))

AttributeError: module 'librosa.display' has no attribute 'waveplot'
@amazongodman
Copy link
Contributor

librosa.displayのwaveplotはversion 0.9で削除されているようです。
20230521の時点でコードを動かすと
librosaは「0.10.0.post2」がインストールされます。
00_Rec_Voiceの「3録音準備」のrec関数をwaveplotからwaveshowに書き直せば動作しました。

(インストール時のバージョン指定とwaveshowの変更が理想です)

@isletennos
Copy link
Owner

こちらの不具合は本日のパッチで修正しました!

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

No branches or pull requests

3 participants