bshall/UniversalVocoding

audio_slice_frames in v0.2

Closed this issue · 0 comments

Summary

audio_slice_frames seems to be deprecated in v0.2.
Is 10-bit model trained with this version?

Context

Conditioning network (rrn1) and auto-regressive network (rrn2) used different sample frames (#12).
It was controlled in VocoderDataset by sample_frames and audio_slice_frames.

Question

In v0.2, there seems to be no audio_slice_frames.
Is it deprecated?

And, is 10-bit model (LJ-speech model) trained without this different frame usage?