Skip to content

Attempt to use iOS's voice recognition software as virtual keyboard in linux

Notifications You must be signed in to change notification settings

Bystroushaak/voice_keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Voice keyboard

Just my toy project / attempt to use speech recognition on the iOS as a keyboard for my linux PC.

Use Shelly SSH client (yes, you have to use this, others use different buffering techniques so text can't be transported in realtime) on the phone to connect to your server and run

stty -icanon && nc -l 10000 -k

Then run from your PC:

./voicekeyboard.py server.address 10000

Then just use voice recognition on the phone / SSH session and talk to the opened netcat.

Dependencies

  • xdotool
  • python2.7

About

Attempt to use iOS's voice recognition software as virtual keyboard in linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages