ROS2 Speech to Text
A speech to text solution using whisper.cpp and ROS2 jazzy.
The speech to text ROS2 node in this solution includes a /stt
ROS2 service that accepts an uint8
array with audio data and returns a transcribed text
and detected language
if the audio data was valid.