There certainly are morphs that respond to sound. Checkout SpectrumAnalyzerMorph, specifically the initialize method and how it gets soundInput

On Wed, Jan 28, 2009 at 2:55 PM, Martin Bleichner <bleichner.martin@gmail.com> wrote:
Hello everybody,

some years ago I spend some time with learning squeak. But I forgot most of it and now I wondered whether squeak would be of help with a specific problem.

Would it possible to control elements by sound? Some basic form of voice control.
(it would be sufficient to decide between sound and no sound, with some kind of threshold)

E.g. I have an ellipse
and I would like to have a construction like

Test Ellipse hears sound
  Yes  Ellipse turn by 90
  No  Ellipse forward 5


Is there a straight forward solution, or does this requires some deeper digging ?

Thanks a lot
Martin


_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners