@@ -167,6 +167,69 @@ HUBERT_ASR_XLARGE
167167.. container :: py attribute
168168
169169 .. autodata :: HUBERT_ASR_XLARGE
170+
171+
172+ Tacotron2 Text-To-Speech
173+ ------------------------
174+
175+ Tacotron2TTSBundle
176+ ~~~~~~~~~~~~~~~~~~
177+
178+ .. autoclass :: Tacotron2TTSBundle
179+
180+ .. automethod :: get_text_processor
181+
182+ .. automethod :: get_tacotron2
183+
184+ .. automethod :: get_vocoder
185+
186+ Tacotron2TTSBundle - TextProcessor
187+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
188+
189+ .. autoclass :: torchaudio.pipelines::Tacotron2TTSBundle.TextProcessor
190+ :members: tokens
191+ :special-members: __call__
192+
193+
194+ Tacotron2TTSBundle - Vocoder
195+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196+
197+ .. autoclass :: torchaudio.pipelines::Tacotron2TTSBundle.Vocoder
198+ :members: sample_rate
199+ :special-members: __call__
200+
201+
202+ TACOTRON2_WAVERNN_PHONE_LJSPEECH
203+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
204+
205+ .. container :: py attribute
206+
207+ .. autodata :: TACOTRON2_WAVERNN_PHONE_LJSPEECH
208+ :no-value:
209+
210+
211+ TACOTRON2_WAVERNN_CHAR_LJSPEECH
212+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
213+
214+ .. container :: py attribute
215+
216+ .. autodata :: TACOTRON2_WAVERNN_CHAR_LJSPEECH
217+ :no-value:
218+
219+ TACOTRON2_GRIFFINLIM_PHONE_LJSPEECH
220+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
221+
222+ .. container :: py attribute
223+
224+ .. autodata :: TACOTRON2_GRIFFINLIM_PHONE_LJSPEECH
225+ :no-value:
226+
227+ TACOTRON2_GRIFFINLIM_CHAR_LJSPEECH
228+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
229+
230+ .. container :: py attribute
231+
232+ .. autodata :: TACOTRON2_GRIFFINLIM_CHAR_LJSPEECH
170233 :no-value:
171234
172235References
0 commit comments