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