You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package does not seem to work for me for no apparent reason. I added a bunch of extra packages like @ffmpeg/ffmpeg, hark, openai, and recordrtc just to be absolutely sure.
I have a pretty simple setup just for demo purpose and when I start recording I do get the following logs in the console
These do suggest that everything seems to be working fine but when I log the transcript, I always get the following => {blob: undefined, text: undefined} as the output.
My recording status is also true when I am speaking but for some reason the output blob and text is always undefined.
Hi @chengsokdara
The package does not seem to work for me for no apparent reason. I added a bunch of extra packages like @ffmpeg/ffmpeg, hark, openai, and recordrtc just to be absolutely sure.
I have a pretty simple setup just for demo purpose and when I start recording I do get the following logs in the console
These do suggest that everything seems to be working fine but when I log the transcript, I always get the following => {blob: undefined, text: undefined} as the output.
My recording status is also true when I am speaking but for some reason the output blob and text is always undefined.
My env:
Following is a snippet of what I have done:
Thanks in advance
Cheers
The text was updated successfully, but these errors were encountered: