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

Long Recording Memory Issue #1311

Open
LeonG68 opened this issue Sep 20, 2023 · 0 comments
Open

Long Recording Memory Issue #1311

LeonG68 opened this issue Sep 20, 2023 · 0 comments

Comments

@LeonG68
Copy link

LeonG68 commented Sep 20, 2023

I’m trying to record meetings (1 hour and 30 minutes) using a desktop app with electron.js and node.js. We are recording a clip, saving it to a file, and then transcribing it with whisper.cpp.

The issue we have is that when the clip is too long:

1- Node.js fs (FileSystem) Module can't handle to write a big Buffer to save into file (crashes)

2- MediaRecorder class saves on Memory which causes memory being full and causing crashes.

We are thinking that for both issues, we need to stream the data of recorder realtime to the file to be saved. Or have it live transcribed like issue #185.

What are your thoughts on how to tackle this problem.

@LeonG68 LeonG68 changed the title How to Long Recording Memory Issue Sep 20, 2023
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

1 participant