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
It seems that the recording process gradually slows down because all the recorded audio data is continuously stored in memory. To achieve stable recording, I think it will be necessary to improve memory handling, such as writing data to disk in fixed-sized chunks while recording.
In the meantime, please try the following:
There is a process at L.244 that backs up all audio data stored in memory every SETTINGS.recording.backup_interval (default: 60 secs). Try commenting out this line.
However, please be aware that disabling this backup means the data will be lost if the Python program encounters an issue or is forcibly terminated.
I apologize for the limitations of this simple implementation. Please note that recording for extended durations, such as over an hour, may result in degraded performance or quality.
Hello
After running ez-sound-capture, I got this problem after recording for 24 hours.
I played a YouTube video for 24 hours, but the recording time was only 6 hours.
I also checked the memory through the task manager and found that it was taking up a significant percentage.
I ran the source code as is to directly observe this phenomenon.
How can I solve this problem so that I can record for a long time without any problems?
The text was updated successfully, but these errors were encountered: