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.
1051051 . This wrapper is an updated version of sotelo's "world.py"<br />
106106 https://github.com/sotelo/world.py
107107
108- ## TODO List
108+ ## Acknowledgement
109+ Thank all contributors ([ rikrd] ( https://github.com/rikrd ) , [ wuaalb] ( https://github.com/wuaalb ) ) for making this repo better!
109110
111+ ## TODO List
112+
110113- [ ] Realtime synthesizer
114+
Original file line number Diff line number Diff line change 55import argparse
66
77import 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
1011import matplotlib .pyplot as plt
1112
1213import soundfile as sf
You can’t perform that action at this time.
0 commit comments