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

File corrupted when filesystem capacity exceeded #50

Open
riban-bw opened this issue Sep 27, 2022 · 0 comments
Open

File corrupted when filesystem capacity exceeded #50

riban-bw opened this issue Sep 27, 2022 · 0 comments

Comments

@riban-bw
Copy link

if the filesystem to which jack_capture is recording fills up, jack_capture reports an error (continually) but does not close the file which results in the file being unusable. This is at least true of wav files where the chunk size needs to be written hence the file is there and large but corrupted.

It would be advantageous if the detection of file system capacity exceeded was handled gracefully, ideally with the file being fixed up. Of course this may be challenging if another process is writing to file system in that the filesystem may become unwritable but it would be good for jack_capture to try to handle this situation. That way your recording becomes truncated but still usable.

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