# Library or method to obtain audio playback data? Hz, Amp, etc

**URL:** https://discourse.processing.org/t/library-or-method-to-obtain-audio-playback-data-hz-amp-etc/10735
**Category:** Libraries
**Created:** [April 29, 2019, 4:55am UTC](https://discourse.processing.org/t/library-or-method-to-obtain-audio-playback-data-hz-amp-etc/10735 "2019-04-29T04:55:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![DerekCresswell](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/derekcresswell/32/4868_2.png) [@DerekCresswell](https://discourse.processing.org/u/DerekCresswell)
#### Post date: [April 29, 2019, 4:55am UTC](https://discourse.processing.org/t/library-or-method-to-obtain-audio-playback-data-hz-amp-etc/10735/1 "2019-04-29T04:55:36Z")

</div>

I’m looking to create a project to visual audio. I obviously need audio to do that.  
I’d prefer to have it work with the system audio. But being able to input a mp3 or even a YT link.  
Any starting points?  
Thanks!

---

<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: [April 29, 2019, 5:22am UTC](https://discourse.processing.org/t/library-or-method-to-obtain-audio-playback-data-hz-amp-etc/10735/2 "2019-04-29T05:22:53Z")

</div>

check on MINIM lib  
and its FFT examples.

example how my current projects looks like

- signal graph
- FFT graph (with mouse over bar / frequency show )
- mixing and volume sliders ( handmade )

![SNAG-0093](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/2X/5/5ed9678eb74c51c7c1cde458675faa0390a347a8.jpeg)
