Skip to content

Commit 09caef9

Browse files
committed
change
1 parent 4360412 commit 09caef9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

speech/src/transcribe_sync.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
102102
$client->close();
103103
}
104104
// print_r($results);
105-
$json = json_encode($results, JSON_UNESCAPED_UNICODE);
105+
$resultsx[] = $results;
106+
$json = json_encode($resultsx, JSON_UNESCAPED_UNICODE);
106107
echo $json;
107108
// echo html_entity_decode($json);
108109
// echo html_entity_decode((string)$json);

0 commit comments

Comments
 (0)