Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To handle buffer data, not just file paths ✨ #140

Open
kw0n0 opened this issue Dec 19, 2024 · 2 comments
Open

To handle buffer data, not just file paths ✨ #140

kw0n0 opened this issue Dec 19, 2024 · 2 comments

Comments

@kw0n0
Copy link

kw0n0 commented Dec 19, 2024

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 πŸ™πŸ»

@ChetanXpro
Copy link
Owner

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.

@kw0n0
Copy link
Author

kw0n0 commented Dec 20, 2024

@ChetanXpro If there's any direction you have or reference to the underlying work, I'll look into it 🀝🏻

I've also sent you PR #141.
Please let me know if you need to do anything further πŸ™πŸ»

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants