DimonSE / open9x

Automatically exported from code.google.com/p/open9x
0 stars 0 forks source link

Sound Alerts in function options #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sound alerts when triggered by the function system need to have a limit on the 
rate at which they are triggered.

Issue as follows:

Alert triggers for low battery - to do a 'siren'.  Siren takes 3 seconds to run.

If we keep firing an alert to the queue every 1 seconds.. then the audio will 
go absolutely crazy!

The solution I believe is to trigger the audio alerts in response to the 
'trigger' once every 4 or so seconds.  The exact figure does not need to be 
configurable - but should be long enough to allow all alerts to play... then 
pause.. then play.

Original issue reported on code.google.com by r...@marotori.com on 10 May 2012 at 9:13

GoogleCodeExporter commented 9 years ago
Why not a pause as you did for FrSky sounds?

Original comment by bson...@gmail.com on 11 May 2012 at 1:27

GoogleCodeExporter commented 9 years ago

Original comment by r...@marotori.com on 11 May 2012 at 6:54