lucidrains / voicebox-pytorch

Implementation of Voicebox, new SOTA Text-to-speech network from MetaAI, in Pytorch
MIT License
589 stars 49 forks source link

integrate aligner for phoneme overampling #5

Closed manmay-nakhashi closed 1 year ago

manmay-nakhashi commented 1 year ago

quick aligner integration from naturalspech2 repo

lucidrains commented 1 year ago

@manmay-nakhashi nice! but also, we could just add naturalspeech2-pytorch and import the aligner net?

manmay-nakhashi commented 1 year ago

@lucidrains done

lucidrains commented 1 year ago

@manmay-nakhashi looking better! left a few comments!

lucidrains commented 1 year ago

@manmay-nakhashi thank you!