bugbakery / bugbakery/transcribee
Only load needed audio into worker memory
Open
enhancement
performance
worker
- Dominant language
- TypeScript
- Stars
- 515
- Forks
- 39
- Avg merge
- 19h 36m
- Merged PRs (30d)
- 15
Description
We currently decode the entire audio into memory in the `load_audio` function. This OOMs the worker for longer documents. Instead only the relevant parts should be loaded into memory once they are needed
Contributor guide
Assessment
This issue has not been assessed yet.