# Is it possible for me to use the 'aubio' library for processing?

**URL:** https://discourse.processing.org/t/is-it-possible-for-me-to-use-the-aubio-library-for-processing/22963
**Category:** Libraries
**Created:** [August 1, 2020, 7:35am UTC](https://discourse.processing.org/t/is-it-possible-for-me-to-use-the-aubio-library-for-processing/22963 "2020-08-01T07:35:00Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![anon76195010](https://avatars.discourse-cdn.com/v4/letter/a/c67d28/32.png) [@anon76195010](https://discourse.processing.org/u/anon76195010)
#### Post date: [August 1, 2020, 7:35am UTC](https://discourse.processing.org/t/is-it-possible-for-me-to-use-the-aubio-library-for-processing/22963/1 "2020-08-01T07:35:00Z")

</div>

Is it possible for me to use the [`aubio`](https://aubio.org/doc/latest/) library for processing?

---

<div class="post-metadata">

### Author: ![Chrisir](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/chrisir/32/45_2.png) [@Chrisir](https://discourse.processing.org/u/Chrisir)
#### Post date: [August 1, 2020, 9:05am UTC](https://discourse.processing.org/t/is-it-possible-for-me-to-use-the-aubio-library-for-processing/22963/2 "2020-08-01T09:05:55Z")

</div>

Yes, processing is java so you can use any java library

---

<div class="post-metadata">

### Author: ![anon76195010](https://avatars.discourse-cdn.com/v4/letter/a/c67d28/32.png) [@anon76195010](https://discourse.processing.org/u/anon76195010)
#### Post date: [August 1, 2020, 9:58am UTC](https://discourse.processing.org/t/is-it-possible-for-me-to-use-the-aubio-library-for-processing/22963/3 "2020-08-01T09:58:51Z")

</div>

It doesn’t seem to be in the main repository, how can I import `aubio` to processing specifically on Windows if you happen to know?

---

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [August 1, 2020, 12:50pm UTC](https://discourse.processing.org/t/is-it-possible-for-me-to-use-the-aubio-library-for-processing/22963/4 "2020-08-01T12:50:34Z")

</div>

If you’ve got its “.jar” file you can simply drag it to the PDE w/ your project open, so it goes straight to the subfolder “/code”.

---

<div class="post-metadata">

### Author: ![anon76195010](https://avatars.discourse-cdn.com/v4/letter/a/c67d28/32.png) [@anon76195010](https://discourse.processing.org/u/anon76195010)
#### Post date: [August 1, 2020, 12:52pm UTC](https://discourse.processing.org/t/is-it-possible-for-me-to-use-the-aubio-library-for-processing/22963/5 "2020-08-01T12:52:13Z")

</div>

Hi, where can I find the jar file?

I believe this is their repo [https://github.com/aubio/aubio](https://github.com/aubio/aubio) so I am not too sure if they have a jar file or not?

I am kinda a noob to all of this so I lack basic understanding.

---

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [August 1, 2020, 1:06pm UTC](https://discourse.processing.org/t/is-it-possible-for-me-to-use-the-aubio-library-for-processing/22963/6 "2020-08-01T13:06:49Z")

</div>

That [Aubio.org](http://Aubio.org) library is implemented in C w/ a [Python.org](http://Python.org) + [NumPy.org](http://NumPy.org) wrapper interface. 🐍

Unless they make a wrapper for [Java](https://www.oracle.com/java/) too you’re stuck w/ Python or C. 😑

---

<div class="post-metadata">

### Author: ![anon76195010](https://avatars.discourse-cdn.com/v4/letter/a/c67d28/32.png) [@anon76195010](https://discourse.processing.org/u/anon76195010)
#### Post date: [August 1, 2020, 1:10pm UTC](https://discourse.processing.org/t/is-it-possible-for-me-to-use-the-aubio-library-for-processing/22963/7 "2020-08-01T13:10:42Z")

</div>

Thanks anyways mate 🙂

One other thing, what part of my title did you edit?

---

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [August 1, 2020, 1:17pm UTC](https://discourse.processing.org/t/is-it-possible-for-me-to-use-the-aubio-library-for-processing/22963/8 "2020-08-01T13:17:23Z")

</div>

I never change thread titles. Merely its category. 😉

---

<div class="post-metadata">

### Author: ![anon76195010](https://avatars.discourse-cdn.com/v4/letter/a/c67d28/32.png) [@anon76195010](https://discourse.processing.org/u/anon76195010)
#### Post date: [August 1, 2020, 1:18pm UTC](https://discourse.processing.org/t/is-it-possible-for-me-to-use-the-aubio-library-for-processing/22963/9 "2020-08-01T13:18:21Z")

</div>

Ah lol I see mate 🙂
