4 lines
130 B
MySQL
4 lines
130 B
MySQL
|
|
UPDATE tts_voices
|
||
|
|
SET supported_parameters = '{"format":["wav"],"speed":{"fixed":1}}'::jsonb
|
||
|
|
WHERE provider_voice_id = 'default';
|