Skip to content

Commit

Permalink
Merge pull request CjangCjengh#20 from uttne/master
Browse files Browse the repository at this point in the history
print the target speaker when in VC
  • Loading branch information
CjangCjengh authored Nov 6, 2022
2 parents 7ff26dd + bf4cab5 commit e9208bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MoeGoe.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def voice_conversion():
audio16000, sampling_rate = librosa.load(
audio_path, sr=16000, mono=True)

print_speakers(speakers, escape)
target_id = get_speaker_id('Target speaker ID: ')
out_path = input('Path to save: ')
length_scale, out_path = get_label_value(
Expand Down

0 comments on commit e9208bf

Please sign in to comment.