Skip to main content

Posts

Showing posts from November, 2021

Paratek AI Speech Generator

Today I focused on a popular a paranormal hunting application called ParaTek . It uses random AI status bars, and magnetic field readings to show any fluctuations.  Dictionary Type:     -> Hard coded word list. ( View here ) Dictionary Source Used:     -> Ovilus Word List. ( https://www.digitaldowsing.com/word-list/ ) Developed with:     -> App Inventor. ( https://appinventor.mit.edu/ ) To keep this short, I'll refer to AppInventors main website, displaying examples of how you can use a list of words to be randomly selected from, then have it speak to you out loud. Here is the example:  https://appinventor.mit.edu/explore/ai2/magic-8-ball . In this example tutorial, they demonstrate creating a "list" of words, and having it select random items from it and speak out the results to the users using a text to speech engine. Now, to the actual code that is decompiled. For the r...