# Create visual from .wav

**URL:** https://discourse.processing.org/t/create-visual-from-wav/33720
**Category:** Libraries
**Created:** [November 24, 2021, 2:29pm UTC](https://discourse.processing.org/t/create-visual-from-wav/33720 "2021-11-24T14:29:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Pyo](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/pyo/32/15087_2.png) [@Pyo](https://discourse.processing.org/u/Pyo)
#### Post date: [November 24, 2021, 2:29pm UTC](https://discourse.processing.org/t/create-visual-from-wav/33720/1 "2021-11-24T14:29:14Z")

</div>

Hi, i’m new here and just using Processing a little bit. Started by “messing” with existing code. : ) Now, what i’d like to do is generate statics visuals form the data contained in sound files. For exemple amplitude and frequencies.

My wish is to :

- load a sound
- take its values
- transform it to forms in 2D
- export it at a PNG or SVG

That’s it !

I’m trying with the minim library but know if it’s a good way to realize it. Any tips are very welcome.  
Thanks,  
P.

---

<div class="post-metadata">

### Author: ![Pyo](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/pyo/32/15087_2.png) [@Pyo](https://discourse.processing.org/u/Pyo)
#### Post date: [December 9, 2021, 10:17am UTC](https://discourse.processing.org/t/create-visual-from-wav/33720/2 "2021-12-09T10:17:50Z")

</div>

I posted this topic [Create visuals from sound (wav file)](https://discourse.processing.org/t/create-visuals-from-sound-wav-file/33795/). Which seems to be a better place.
