File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ to see if you get results in `test/` direcotry.
105
105
1 . This wrapper is an updated version of sotelo's "world.py"<br />
106
106
https://github.com/sotelo/world.py
107
107
108
- ## TODO List
108
+ ## Acknowledgement
109
+ Thank all contributors ([ rikrd] ( https://github.com/rikrd ) , [ wuaalb] ( https://github.com/wuaalb ) ) for making this repo better!
109
110
111
+ ## TODO List
112
+
110
113
- [ ] Realtime synthesizer
114
+
Original file line number Diff line number Diff line change 5
5
import argparse
6
6
7
7
import numpy as np
8
- #import matplotlib
9
- #matplotlib.use('Agg')
8
+
9
+ import matplotlib # Remove this line if you don't need them
10
+ matplotlib .use ('Agg' ) # Remove this line if you don't need them
10
11
import matplotlib .pyplot as plt
11
12
12
13
import soundfile as sf
You can’t perform that action at this time.
0 commit comments