mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 02:23:48 +00:00
Remove the default recording voice
Update the recording if a voice has been selected.
This commit is contained in:
@@ -149,11 +149,6 @@
|
||||
$recording_uuid = uuid();
|
||||
}
|
||||
|
||||
//set the default voice
|
||||
if (empty($recording_voice)) {
|
||||
$recording_voice = 'alloy';
|
||||
}
|
||||
|
||||
//set the default value
|
||||
if (empty($recording_model)) {
|
||||
$recording_model = $settings->get('ai', 'speech_model', '');
|
||||
|
||||
Reference in New Issue
Block a user