We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b950a5 commit 228d8c5Copy full SHA for 228d8c5
README.md
@@ -105,6 +105,10 @@ to see if you get results in `test/` direcotry.
105
1. This wrapper is an updated version of sotelo's "world.py"<br/>
106
https://github.com/sotelo/world.py
107
108
-## TODO List
+## Acknowledgement
109
+Thank all contributors ([rikrd](https://github.com/rikrd), [wuaalb](https://github.com/wuaalb)) for making this repo better!
110
111
+## TODO List
112
+
113
- [ ] Realtime synthesizer
114
demo.py
@@ -5,8 +5,9 @@
5
import argparse
6
7
import numpy as np
8
-#import matplotlib
9
-#matplotlib.use('Agg')
+import matplotlib # Remove this line if you don't need them
10
+matplotlib.use('Agg') # Remove this line if you don't need them
11
import matplotlib.pyplot as plt
12
13
import soundfile as sf
0 commit comments