Skip to content

Commit

Permalink
Sort Baratinoo engine higher
Browse files Browse the repository at this point in the history
It was missing from the module order list, leading to have it at the
very bottom of the list.  Sort it higher so it can be selected by
default in more situations.

Sorting position is somewhat arbitrary, I merely listened to samples
for Pico, RHVoice and IVONA and deemed Baratinoo better.  I didn't
check all other voices because I didn't easily find relevant samples to
listen to, but it's unlikely a user has several of these engines that
usually either need specific setup or require buying the corresponding
non-free software.
  • Loading branch information
cwendling authored and sthibaul committed Aug 2, 2024
1 parent 0e802dc commit 1e89e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/speechd.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ static gint modules_compare (gconstpointer a, gconstpointer b)
/* This gives the prioritization order of modules, to automatically select the best quality */
static const char *modules_order[] = {
"voxin",
"baratinoo",
"ivona",
"pico",
"pico-generic",
Expand Down

0 comments on commit 1e89e4e

Please sign in to comment.