ChrisDuffley / stationPlaylist

StationPlaylist Studio add-on for NVDA screen reader
GNU General Public License v2.0
8 stars 5 forks source link

Encoder connection tone: play connection tone based on time interval rather than connection attempts #123

Closed josephsl closed 4 years ago

josephsl commented 4 years ago

Hi,

This concerns encoder connection tone:

For some reason, depending on system power settings nad activity, encoder connection reporter thread takes variable amount of time to perform connection attempt reporting, making connection tone playback unpredictable due to use of attempts. Thus change this to time interval to make this more predictable.

Thanks.