zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

[class ConcentrateTimer] application window launch AFTER the voice_message finishes, which takes a few seconds #7

Closed zztin closed 3 years ago

zztin commented 4 years ago

Description

Describe the bug The timer is not 100% precise because the timer always start after the voice message is finished. For example, when the program launch, it says "Welcome" and then the GUI window shows up afterwards. Also, when starting a clock, the program says "ready? go", which takes approximately 2 seconds.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Install ctimer
  2. launch ctimer by typing ctimer at the command line
  3. You will hear "Welcome"
  4. The Tk window will show up afterwards.
    ctimer

Expected Behavior

  1. The window shows up simultaneously with the sound "Welcome"
  2. The timer starts simultaneously when it says "Ready? Start"
  3. The display should show "Done!" simultaneously when the ctimer start to say "Beebeebee..."

Screenshots none.

Actual Behavior

  1. The application window show up after the welcome message finishes.
  2. The clock starts ticking after the voice finishes
  3. The display shows "00:01" until the voice finishes, then shows "Done!"

More Information

Additional context

None

zztin commented 3 years ago

Does not influence functionality. Ignore for now.