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
First of all, thank you for creating this package, it helped me a lot π
As I've been working on projects utilizing this package, I needed WHISPER to translate recorded speech in real-time. π£οΈ
So I thought about how we could pass the buffer data itself and handle it similarly to our existing logic.
export async function nodewhisper(audioSrc: FilePath | Buffer, options: IOptions) {}
I want you to think about it, and if there are gaps, we can fill them together.
Thank you ππ»
The text was updated successfully, but these errors were encountered:
Thanks for giving a start to the feature. It's a good start, but we still need to work on the underlying C++ interaction for real-time transcription. I will try to make some progress this weekend.
First of all, thank you for creating this package, it helped me a lot π
As I've been working on projects utilizing this package, I needed WHISPER to translate recorded speech in real-time. π£οΈ
So I thought about how we could pass the buffer data itself and handle it similarly to our existing logic.
export async function nodewhisper(audioSrc: FilePath | Buffer, options: IOptions) {}
I want you to think about it, and if there are gaps, we can fill them together.
Thank you ππ»
The text was updated successfully, but these errors were encountered: