sillsdev / SpeechAnalyzer

SIL Speech Analyzer is a Windows program for acoustic analysis of speech sounds.
https://software.sil.org/speech-analyzer/
7 stars 3 forks source link

chore: Change auto-save from 60 seconds to 10/30 seconds #26

Open darcywong00 opened 3 years ago

darcywong00 commented 3 years ago

From @terrygibbs

Speech Analyzer has an "AutoSave" feature that saves data every 60 seconds

image

When a GPF occurs, then the next time Speech Analyzer is run, it will put up a dialog box asking if you want to recover the previous file.

image

If "Yes" is selected, then SA shows the filename and opens the saved file.

image

Based on comments from 2 students, my request is to change the 60 second delay setting to 10 seconds.


Developer note: I wonder if every 10 seconds is excessive. Maybe can do 30 seconds?

darcywong00 commented 3 years ago

The debug build already uses 10 seconds auto-save, while release uses 60 seconds. @terrygibbs just needed a debug build to investigate an issue some students were having.

megahirt commented 3 years ago

@darcywong00 are you suggesting that we close this issue as wont-fix or will we still change auto-save on Release to 10 seconds?

darcywong00 commented 3 years ago

I think we can leave this open until we hear more from @terrygibbs