The iOS app which connects to the Listener desk accessory on an Apple IIgs for doing speech dictation.
Go to file
2021-07-20 20:02:19 -04:00
ListenerApp Update the build number. 2021-07-20 20:02:19 -04:00
ListenerApp.xcodeproj Add BinUtils also to provide a way to do packing of the structures for the message. Again, running into problems with the packaging so resorting to directly copying the code. In this case, it is Swift Package Manager which isn't working for some reason. It looks like the package is just too old to be supported in the latest. 2021-07-17 16:10:33 -04:00
ListenerAppTests Initial Commit 2021-07-16 12:46:54 -04:00
ListenerAppUITests Initial Commit 2021-07-16 12:46:54 -04:00
LICENSE Add a license file. 2021-07-16 12:53:59 -04:00
README.md Also mention the use of the Speech Framework from iOS in the readme. 2021-07-17 16:13:34 -04:00

ListenerApp

This is an iOS app that connects to an Apple IIgs over a network and streams text to it from voice dicatation.

It relies on the Speech Framework built into recent versions of iOS.

This app uses SwiftSocket v2.1.0 for opening the TCP connection to the Apple IIgs. It also uses BinUtils for packing/unpacking structures on the TCP connection.