bshall / UniversalVocoding

A PyTorch implementation of "Robust Universal Neural Vocoding"
https://bshall.github.io/UniversalVocoding/
MIT License
237 stars 41 forks source link

audio_slice_frames deprecation in v0.2 #23

Open tarepan opened 3 years ago

tarepan commented 3 years ago

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?

tarepan commented 3 years ago

(Sorry, mistakenly make two same issue... #22)