A desk accessory for the Apple IIgs which connects to an iOS device for doing speech dictation.
Go to file
Jeremy Rand 4de42bf26e Attempting to fix the issue that Kelvin has raised with improper memory handling in NDAInit(). I am simplifying NDAInit() and deferring all memory allocation and cleanup to NDAOpen() and NDAClose(). 2023-08-22 20:17:56 -04:00
Listener Attempting to fix the issue that Kelvin has raised with improper memory handling in NDAInit(). I am simplifying NDAInit() and deferring all memory allocation and cleanup to NDAOpen() and NDAClose(). 2023-08-22 20:17:56 -04:00
Listener.xcodeproj Attempting to fix the issue that Kelvin has raised with improper memory handling in NDAInit(). I am simplifying NDAInit() and deferring all memory allocation and cleanup to NDAOpen() and NDAClose(). 2023-08-22 20:17:56 -04:00
LICENSE Update the year in the license file. 2021-07-16 12:53:27 -04:00
README.md Update the project readme a bit. Add a distribution readme file but I need to fill it out. Increase the frequency the action routine is called to try to improve the typing rate on the GS. 2021-07-21 17:31:24 -04:00

README.md

Listener

This is a new desk accessory for the Apple IIgs that allows an iOS device to connect to the GS over a network and stream text to it from voice dicatation. It must be paired with the ListenerApp running on your iOS device. See that project for details about obtaining the app.

This code was written during KansasFest 2021 as part of the HackFest project. For information about how to use the application and do voice dictation to your Apple IIgs, read the distribution Readme file.