ESE-Peasy / NarrateMyWay

DST 5 project, creating a audio navigation tool for the visually impaired
https://ese-peasy.github.io/NarrateMyWay/
GNU General Public License v3.0
4 stars 4 forks source link

Text to speech for location codes #9

Closed miklasr closed 3 years ago

miklasr commented 3 years ago

Goal

Start working on converting a location code to a textual description of the location. This should act as a minimum working example of triggering audio for passing a beacon.

Plan

  1. Format for associating speech text with location codes
  2. Retrieve speech text for a code from storage
  3. Speak the retrieved text out load

Additional information

This uses work from work for #10

Completion of this issue is not reliant on speech being triggered by an actual Bluetooth beacon. Triggering based on a button push is acceptable.