@speakableio/core 0.1.42 → 0.1.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.native.mjs +5 -1
- package/dist/index.native.mjs.map +1 -1
- package/dist/index.web.js +5 -1
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
package/dist/index.web.js
CHANGED
|
@@ -2727,7 +2727,11 @@ var useBaseOpenAI = ({
|
|
|
2727
2727
|
audioUrl,
|
|
2728
2728
|
language
|
|
2729
2729
|
}));
|
|
2730
|
-
console.log("response (getTranscript) from getAssemblyAITranscript",
|
|
2730
|
+
console.log("response (getTranscript) from getAssemblyAITranscript", {
|
|
2731
|
+
response,
|
|
2732
|
+
audioUrl,
|
|
2733
|
+
language
|
|
2734
|
+
});
|
|
2731
2735
|
const transcript = response == null ? void 0 : response.data;
|
|
2732
2736
|
onTranscriptSuccess(transcript);
|
|
2733
2737
|
return transcript;
|