Skip to content

Commit

Permalink
Merge pull request #666 from babinux/patch-1
Browse files Browse the repository at this point in the history
Update 40_Text_to_Speech_Generation.ipynb
  • Loading branch information
davidmezzetti authored Feb 14, 2024
2 parents e0f35d4 + f1dd332 commit 6f17f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/40_Text_to_Speech_Generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"\n",
"# Print waveplot\n",
"plt.figure(figsize=(15, 5))\n",
"plot = librosa.display.waveplot(speech, sr=rate)"
"plot = librosa.display.waveshow(speech, sr=rate)"
],
"execution_count": 61,
"outputs": [
Expand Down

0 comments on commit 6f17f29

Please sign in to comment.