daisy / pipeline-ui

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

Add setting for sample rate for google and acapela voices #200

Closed marisademeglio closed 6 months ago

marisademeglio commented 7 months ago

Put in TTS settings dialog and use /admin/properties API to control the corresponding engine setting

Don’t expose properties for engines that are not supported on the current platform.

marisademeglio commented 7 months ago
Screenshot 2024-02-26 at 09 26 48 Screenshot 2024-02-26 at 09 27 30

examples of sample rate drop downs from audacity and ableton live

marisademeglio commented 7 months ago

Property is org.daisy.pipeline.tts.google.samplerate and default is 22050 Hz

marisademeglio commented 7 months ago

Sample rates between 8000 Hz and 48000 Hz are supported for google voice. We want to incorporate setting the sample rate for google voice and eventually SAPI legacy voices.

marisademeglio commented 7 months ago

WIP see 01a91e2246165dd1fd212aba4cb068e038865ff7

marisademeglio commented 6 months ago

This appears to be working and the value is set correctly via the API endpoint.