issues
search
ebadawy
/
voice_conversion
MIT License
129
stars
36
forks
source link
Inference wav directory support
#7
Closed
RussellSB
closed
3 years ago
RussellSB
commented
3 years ago
Added wav directory support in inference.py
Chooses whether to infer on one audio file or whole dir based on whether --wav or --wavdir is used
Reformed output structure to mirror out_train better
All output is now localised in a directory "[model_name]_[epoch]_[generator]"
Each out_infer dir has three dirs: plots, ref, gen (this makes sending generated audio to WaveNet for processing more straightforward)
ebadawy
commented
3 years ago
LGTM