mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Set the transcribe output_type
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
$transcribe->audio_filename = $email_attachment_name;
|
||||
$transcribe->audio_mime_type = $email_attachment_mime_type;
|
||||
$transcribe->audio_string = (!empty($field['email_attachment_base64'])) ? base64_decode($field['email_attachment_base64']) : '';
|
||||
$transcribe_message = $transcribe->transcribe();
|
||||
$transcribe_message = $transcribe->transcribe('text');
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user