mychang — project 1 — talk to me!

My project displays a face and when you talk to it, its eyes, ears, and nose will move in response to your voice. After contemplating for a second, its mouth will move (accomplished by delaying the signal). This face is also rather shy and feels uncomfortable in environments with a large amount of noise, and the size of its blush depends on the amount of high frequency sound present (accomplished by Fast Fourier Transform).

There are a few sources from which I took materials from:

  1. https://www.youtube.com/watch?v=PuHvNxyOULQ I took some code from the project that is being demonstrated in this video, which is published by Sem Shimla.
  2. https://www.turbosquid.com/FullPreview/Index.cfm/ID/614232 The ear model is taken from a website called TurboSquid. The model is published by a user under the name turbosetro.
  3. I also took some snippets of code from the patchers that Jesse made in class for fft.

Update: link to Google Drive