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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: