Commit Graph

23 Commits

Author SHA1 Message Date
Jeremy Rand
ada7984d32 Rename to ListenerGS 2021-09-15 22:42:53 -04:00
Jeremy Rand
81385a4b8e Enable a MacOS target. 2021-09-15 22:36:32 -04:00
Jeremy Rand
e7445c21d3 Update the readme file. 2021-07-21 17:24:34 -04:00
Jeremy Rand
c4c1f1d58d Update the build number. 2021-07-20 20:02:19 -04:00
Jeremy Rand
52855a1e01 Add a missing privacy message to the plist. Map new line to carriage return for the GS. 2021-07-20 19:59:33 -04:00
Jeremy Rand
083c938e0d Some UI improvements but it is still really rough. Also, a bunch of debug visible in the UI which is nice. 2021-07-20 19:42:47 -04:00
Jeremy Rand
07d3bb88c7 Update listening state when the recognizer times out. 2021-07-20 19:14:08 -04:00
Jeremy Rand
b389139826 Fix the backspace character. 2021-07-20 19:04:38 -04:00
Jeremy Rand
2a7361afa8 Send the text heard on the TCP connection. 2021-07-18 16:13:07 -04:00
Jeremy Rand
8178ba4aaf Open a TCP connection to the GS. Send a message indicating when listening starts and stops. Need to actually send the text next. 2021-07-18 15:39:56 -04:00
Jeremy Rand
1c691cdc05 Also mention the use of the Speech Framework from iOS in the readme. 2021-07-17 16:13:34 -04:00
Jeremy Rand
bb911cc125 Add info about the use of BinUtils in the readme. 2021-07-17 16:11:39 -04:00
Jeremy Rand
111312e2f6 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
Jeremy Rand
f84cf7cd18 Add a link in the README to SwiftSocket. 2021-07-17 15:56:29 -04:00
Jeremy Rand
cb83bb85ae Include the license of the SwiftSocket code. 2021-07-17 15:49:32 -04:00
Jeremy Rand
be95708466 Add SwiftSocket to the project. I fought with cocoapods for a while but opted to just directly include the code because I was tired of fighting. 2021-07-17 15:48:24 -04:00
Jeremy Rand
b7c020be62 Some very minor UI changes. 2021-07-16 23:20:52 -04:00
Jeremy Rand
65ffb20ac7 Add an IP address textfield and conditionally enable the listen button on validating the IP address (not implemented yet). 2021-07-16 23:12:01 -04:00
Jeremy Rand
7f8328cc9b Some basic code to turn on the speech recognizer on iOS and update the UI based on the text heard. This code is based on the SpokenWord demo app from Apple. 2021-07-16 22:58:41 -04:00
Jeremy Rand
da478782d4 Add a build phase to increment the build number with every build. 2021-07-16 14:53:17 -04:00
Jeremy Rand
9f3dc2c7c2 Add a readme file. 2021-07-16 12:57:01 -04:00
Jeremy Rand
f6f489e1ab Add a license file. 2021-07-16 12:53:59 -04:00
Jeremy Rand
c9e72aea6a Initial Commit 2021-07-16 12:46:54 -04:00