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

Add a startup delay and a pace control to FileFragment. #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 14, 2015

  1. Add a startup delay and a pace control to FileFragment.

      Delay allows user to switch to Avare after starting playback.
      Pace control plays back recorded data at approximately
         2x the rate at which it was recorded,
         vs. as fast as possible.
    JonMcLin committed Nov 14, 2015
    Configuration menu
    Copy the full SHA
    3555c1c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2015

  1. Fixes an annoyance bug in the launch of the file reader thread - Star…

    …t delay placed in the file reader thread rather than in the start method which defined the thread.
    JonMcLin committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    4c85f60 View commit details
    Browse the repository at this point in the history