daisy / pipeline-ui

A user interface for the DAISY Pipeline 2
MIT License
6 stars 2 forks source link

Add TTS voice ranking #169

Closed marisademeglio closed 4 months ago

marisademeglio commented 10 months ago

Among the user's preferred voices, they should be able to rank them as high, medium, or low priority.

See https://daisy-dev.slack.com/archives/C064GB8U9/p1700500152643859

marisademeglio commented 10 months ago

High = prio 4, Medium = prio 3, Low = prio 2

And derived voices (see #170) get prio 1

bertfrees commented 10 months ago

Two levels should be enough, shouldn't it?

marisademeglio commented 10 months ago

Yeah true

marisademeglio commented 4 months ago

It sounds like, due to #170, we're going to have 2 prio levels:

Is the first one priority "1" and the second priority "2"? Or the opposite?

From user's point of view, they aren't called "priorities" but rather "preferred" and "default".

Does all this sound ok?

prashantverma2014 commented 4 months ago

I think the first one is priority "1" and the second one is priority "2

bertfrees commented 4 months ago

@marisademeglio Yes, default voice will need a higher priority so it is chosen over possible other preferred voices.

All sounds OK.