oss-slu / Mouser

GNU General Public License v3.0
1 stars 7 forks source link

Sound causes RFID mapping to sometimes lag #228

Closed jackbelyeu closed 3 weeks ago

jackbelyeu commented 1 month ago

Describe the bug + expected behavior

Given mapping RFID produces an audio alert When a user is mapping several RFID in succession Then the 'ding' audio alert happens instantly and does not interfere with future mappings.

Developer Notes When simulating (or theoretically actually mapping) RFID to animals, there is a 'ding' sound that plays so the user knows the mapping was successful. However, it appears the sound must play before another animal can be mapped. Sometimes the sound is delayed, which causes user errors when trying to map the next animal. These sounds can also 'stack up' with each other if many animals are mapped quickly, resulting in an unpleasant sound.

Steps to reproduce Simulate many RFID mappings in quick succession.

Acceptance Criteria

Device information

Additional context image

jackbelyeu commented 3 weeks ago

Fixed with #237