2 new features #34

Closed
opened 2023-02-14 17:18:47 +00:00 by cplays · 1 comment

1 add "Defaults" it resets back to default configuration. incase if you messed up the Experimental Settings

2 add "Add New Voice" button. when you add a voice. it will also use Voicefixer to clean the reference audio

1 add "Defaults" it resets back to default configuration. incase if you messed up the Experimental Settings 2 add "Add New Voice" button. when you add a voice. it will also use Voicefixer to clean the reference audio
Owner

Added in commit c12ada600b.

  • Reset to Default is just an over-glorified button to erase ./config/generation.json or whatever it's called.
  • Utilities tab now doubles up as a voice importer. Just specify the name in the text box above Import Voice, and it'll make a new folder, copy the file there, and if requested and available, run it through voicefixer (despite it literally making zero difference if you already have decent samples). All you need is a WAV file, because the entire time it literally 100% unequivocally does not matter what sampling rate you use, as it just gets resampled for latents computing (which might also be done incorrectly).
Added in commit c12ada600bbfccaac27594a6af78ca72b55b1969. * `Reset to Default` is just an over-glorified button to erase `./config/generation.json` or whatever it's called. * `Utilities` tab now doubles up as a voice importer. Just specify the name in the text box above `Import Voice`, and it'll make a new folder, copy the file there, and if requested and available, run it through voicefixer (despite it literally making zero difference if you already have decent samples). All you need is a WAV file, because the entire time it literally 100% unequivocally does not matter what sampling rate you use, as it just gets resampled for latents computing (which might also be done incorrectly).
mrq closed this issue 2023-02-14 21:24:08 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/tortoise-tts#34
No description provided.