The update_speakers function is now the sole method responsible for scanning the targets directory for speakers, eliminating redundant code. (Issue #2 is still present)
Additionally, the update_dropdown function has been modified to consistently return a dropdown with the label "Select Speaker". This function is now used for initializing the dropdown to reduce code repetition.
The .gitignore file has been updated to exclude all targets except 'Rogger.wav' and to ignore all files in the 'outputs' directory.
README.md includes information on language support, as well as setup instructions for Japanese (It's the only language that requires an extra step)
The
update_speakers
function is now the sole method responsible for scanning thetargets
directory for speakers, eliminating redundant code. (Issue #2 is still present)Additionally, the update_dropdown function has been modified to consistently return a dropdown with the label "Select Speaker". This function is now used for initializing the dropdown to reduce code repetition.
The .gitignore file has been updated to exclude all
targets
except 'Rogger.wav' and to ignore all files in the 'outputs' directory.README.md
includes information on language support, as well as setup instructions for Japanese (It's the only language that requires an extra step)