Daftar Isi:
  • The tool created in this final report uses a mini system Raspberry Pi computer that serves as a controller to convert the sound into text. The operating system used on Raspberry Pi is linux debian or commonly called Raspbian. As input to convert into text form that is using voice recognition system (Speech Recognition) by microphone which then will be translated by Raspberry Pi. The software system used is FLAC and Google Speech API. Voice input captured by microphone, then converted into word or text using Google Speech API. Raspberry Pi responds to user commands via speech. The output of this tool is the text that will appear on the screen as feedback from speech recognition. The programming language used to run the voice-to-text command is a bash programming language.