Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo_part3.ipynb 'target_se' is not defined #223

Open
IdoWSC opened this issue May 6, 2024 · 1 comment
Open

demo_part3.ipynb 'target_se' is not defined #223

IdoWSC opened this issue May 6, 2024 · 1 comment

Comments

@IdoWSC
Copy link

IdoWSC commented May 6, 2024


NameError Traceback (most recent call last)
Cell In[11], line 36
31 # Run the tone color converter
32 encode_message = "@MYsheLL"
33 tone_color_converter.convert(
34 audio_src_path=src_path,
35 src_se=source_se,
---> 36 tgt_se=target_se,
37 output_path=save_path,
38 message=encode_message)

NameError: name 'target_se' is not defined

@vEduardovich
Copy link

vEduardovich commented May 7, 2024

@IdoWSC 'target_se' was already defined.
reference_speaker = 'resources/example_reference.mp3' # This is the voice you want to clone
target_se, audio_name = se_extractor.get_se(reference_speaker, tone_color_converter, vad=False)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants