Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(audio): initialize WriteFile before writing audio frames
- Add initialization check in WriteFile to ensure file is properly set up before writing - Call initFile with filename when first writing audio frames - Prevent potential errors from writing to an uninitialized file
- Loading branch information