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

Audio recording fails if storage exceeded #801

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

Audio recording fails if storage exceeded #801

riban-bw opened this issue Oct 27, 2022 · 0 comments
Labels
Bug Something isn't working

Comments

@riban-bw
Copy link

Describe the bug
If an audio recording exceeds the available storage space (internal or USB) it will create an invalid wav file.

To Reproduce
Steps to reproduce the behaviour:

  1. Insert a small capacity USB memory stick
  2. Start audio recording
  3. Wait for wav file to exceed available storage space

Expected behaviour
wav file is saved with truncated audio recording.

Actual behaviour
Invalid wav file is saved, occupying all available disk space but unable to be played.

Setup:

Additional context
This is an issue with jack_capture, reported upstream on ticket kmatheussen/jack_capture#50.
Ideally the recording should be truncated and RIFF header written to allow the file to be played.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Status: Accepted
Development

No branches or pull requests

1 participant