This was a project created by Mark and I for the module "Machine Learning for Interactive Systems".
We were given a list of topics to choose from and had to make a project based on one of them. We chose "Voice Recognition".
We decided to build a game where you control Scooby Doo trying to catch Scooby Snacks that are falling from the sky using your voice.
It was trained on Mark's voice to recognize "Left" and "Right", as well as recognize his tone of voice, like if it was more frantic or calm sounding. That influences the speed at which the character moves.
Install Max MSP, Wekinator and Processing 4.
Visit https://github.com/CNMAT/CNMAT-Externs/releases:
- Look at Win64 v1.0.4e PRERELEASE.
- Check its assets.
- Download "CNMAT_Externals-Max-Win64-v1.0.5-0-g2626bdfb-main.zip".
- Unzip that file and put what's inside into /Documents/Max 8/Packages.
Run in order:
- "AudioAnalyzer.maxpat" contained in the "AudioAnalyzer" folder.
- "GestureReader.wekproj" contained in the "GestureReader" folder.
- "UrgencyReader.wekproj" contained in the "UrgencyReader" folder.
- "Buffer.maxpat" contained in the "Buffer" folder.
- "PhysicsEngine.pde" in the "PhysicsEngine" folder.
- MarkH03
- Chris-B33