Animation

Programming, Interaction design, Accessibility

Tools Used : p5.js

The p5.js Web Editor is an in-browser interactive development environment for writing p5.js sketches. It aims to lower the bar for creative coding. Users can start writing p5.js by simply opening a browser window, without the need to download software or do any configuration. It is free to use and it is an open source project, which is led by Cassie Tarakajian.


Why am I dooing this?

This project is the very simple and basic stuffs with mic. However that we give the object visualized the sound of you will become to be a trigger that makes your voice accessible to every device. We can be avalable for a value that is gathered from your voice or sound around you.


Now, to actually create a mic and start recording into a file we need to create 3 p5 objects p5.AudioIn for the mic component, p5.SoundRecorder to record the input and p5.SoundFile to hold the recorded file. And we have to add functionalities into startRecord() stopRecord() and play() and voila!

Souce code


← Back to Home