Audio Compass #787
|
I develop gadgets for Visually Impaired (VI) people. A local charity takes VI people out on sailboats. It would be cool to have a repeating audio announcement of the current compass heading on a bluetooth speaker in the boat cockpit. I have already developed the electronic compass using an ESP32 (and an IMU module). I'm hoping to record a set of audio streams using Audacity and save these into the ESP32 flash. Then use BluetoothA2DPSource to transmit the appropriate stream(s) from flash. This would be repeated at a configurable interval e.g. every 10 seconds. Does all this sound feasible/sensible? Many thanks |
Replies: 2 comments 5 replies
|
Here is a simple exampe using the arduino-audio-tools, arudino-simple-tts and this A2DP library You will just need to build your own dictionary that includes the four cardinal directions... |
|
I don't think that the change of latency will be noticable... Please check the Wiki: Generation of Audio Files in the simple-tts project... |

Here is a simple exampe using the arduino-audio-tools, arudino-simple-tts and this A2DP library
You will just need to build your own dictionary that includes the four cardinal directions...