Skip to content

v1.0.1

Choose a tag to compare

@EvanBoyar EvanBoyar released this 07 Mar 00:16

Talk Spotter is now considered stable and out of beta. This is a quick patch release fixing one specific issue discovered after 1.0.0.

Fix

NATO phonetic X-ray was never detected. Vosk transcribes "x-ray" as two separate tokens (x and ray) rather than the hyphenated form. The grammar constraint also couldn't include "x-ray" due to the hyphen being invalid in Vosk grammar tokens. As a result, any callsign containing the letter X was silently dropped.

The fix adds "x ray" as a recognized two-word phrase in the Vosk grammar and merges x + ray bigrams into xray before the NATO alphabet lookup in the parser.