# Preciso de ajuda processing audio desenho

**URL:** https://discourse.processing.org/t/preciso-de-ajuda-processing-audio-desenho/14468
**Category:** Libraries
**Created:** [October 6, 2019, 2:44pm UTC](https://discourse.processing.org/t/preciso-de-ajuda-processing-audio-desenho/14468 "2019-10-06T14:44:45Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![delucasouz](https://avatars.discourse-cdn.com/v4/letter/d/bc8723/32.png) [@delucasouz](https://discourse.processing.org/u/delucasouz)
#### Post date: [October 6, 2019, 2:44pm UTC](https://discourse.processing.org/t/preciso-de-ajuda-processing-audio-desenho/14468/1 "2019-10-06T14:44:45Z")

</div>

I need to develop a processing.js code that allows anyone to speak through the microphone to draw anything on the screen in a random, colorful way. Here’s an example: [https://www.openprocessing.org/sketch/579128](https://www.openprocessing.org/sketch/579128)

Please someone help me, how to develop it? Can I pay symbolically if someone sends me the code  
Thankss

---

<div class="post-metadata">

### Author: ![kll](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kll/32/964_2.png) [@kll](https://discourse.processing.org/u/kll)
#### Post date: [October 6, 2019, 3:04pm UTC](https://discourse.processing.org/t/preciso-de-ajuda-processing-audio-desenho/14468/2 "2019-10-06T15:04:39Z")

</div>

you have the example, it is in old version p5.js ( 0.5.11 )  
but here copy to  
[https://editor.p5js.org/kll/sketches/LN-x1Go8r](https://editor.p5js.org/kll/sketches/LN-x1Go8r)  
it runs also under newest 0.9.0

* * *

so what was your question?  
you understand the concept?  
-a- sound input from mic  
-b- FFT getEnergy  
-c- curveVertex

---

<div class="post-metadata">

### Author: ![delucasouz](https://avatars.discourse-cdn.com/v4/letter/d/bc8723/32.png) [@delucasouz](https://discourse.processing.org/u/delucasouz)
#### Post date: [October 8, 2019, 1:28am UTC](https://discourse.processing.org/t/preciso-de-ajuda-processing-audio-desenho/14468/3 "2019-10-08T01:28:17Z")

</div>

Hey kll, thank you so much!  
But I can’t run the project in the browser when I play Processing. And I would need that.  
Do you have any suggestion?

In the first image, it’s me running the project in processing:

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/2X/4/4860f6eb2d671135a78ddcc424dc08878e4159c9.png)

In the second image, this is what appears when I click on “run”, it does not load the project, the whole page is blank:

> **[Screenshot](https://prnt.sc/pg85ns)**
>
> Captured with Lightshot

  
Please help me!!!

---

<div class="post-metadata">

### Author: ![kll](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kll/32/964_2.png) [@kll](https://discourse.processing.org/u/kll)
#### Post date: [October 8, 2019, 1:52am UTC](https://discourse.processing.org/t/preciso-de-ajuda-processing-audio-desenho/14468/4 "2019-10-08T01:52:53Z")

</div>

> [@delucasouz](#):
>
> I play Processing. And I would need that

?you need to work OFFLINE? ok

* * *

well showing a empty browser page ??  
you could however call inspect / console / to see the error msg.

* * *

yes, needed also some changes after download from online editor.  
but [this](http://kll.engineering-news.org/kllfusion01/downloads/sound_fft_mic_draw_butterfly.zip) works here in PDE ( 3.5.3 ) p5.js Mode and Win 10 and using firefox browser,  
asks for use mic ok

 ![PDE_p5jsmode_mic_sound_fft_butterfly](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/2X/4/41b16a783cecd8b673d626ad82ecb3e117d73f63.jpeg)
