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

fix - prevent premature recording movements #4

Merged
merged 1 commit into from
Apr 13, 2018

Commits on Apr 12, 2018

  1. raar-record-handler: Increase minimum recording size

    Increase the minimum recording file size from 1 to 20 MiB. This should
    prevent sporadic, premature recording movements, especially on busy
    systems in combination with the default FLAC codec (which produces
    files that grow between 0.05 and 0.14 MiB/s).
    
    The size of 20 MiB shouldn't be too small for lossless files (FLAC and
    WAV) but also not too high for lossy codecs such as MP3 with 96 Kbit/s
    paraenggu committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    bb2f5fd View commit details
    Browse the repository at this point in the history