# P5.sound.js with p5.svg.js

**URL:** https://discourse.processing.org/t/p5-sound-js-with-p5-svg-js/18382
**Category:** Libraries
**Created:** [March 4, 2020, 12:36pm UTC](https://discourse.processing.org/t/p5-sound-js-with-p5-svg-js/18382 "2020-03-04T12:36:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![everyman](https://avatars.discourse-cdn.com/v4/letter/e/3ab097/32.png) [@everyman](https://discourse.processing.org/u/everyman)
#### Post date: [March 4, 2020, 12:36pm UTC](https://discourse.processing.org/t/p5-sound-js-with-p5-svg-js/18382/1 "2020-03-04T12:36:20Z")

</div>

Hello. I’ve been using the _p5.svg.js_ library that I downloaded from here: [https://github.com/zenozeng/p5.js-svg/releases](https://github.com/zenozeng/p5.js-svg/releases) with a compatible version of _p5.js_ that was supplied.

I’d like to now use the _p5.sound.js_ library in conjunction with _p5.svg.js_, however, the latest version seems to not work with _p5.js_ that is compatible with _p5.svg.js._

Any work-around? Thanks!

---

<div class="post-metadata">

### Author: ![Sven](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/sven/32/8293_2.png) [@Sven](https://discourse.processing.org/u/Sven)
#### Post date: [March 5, 2020, 9:29am UTC](https://discourse.processing.org/t/p5-sound-js-with-p5-svg-js/18382/2 "2020-03-05T09:29:36Z")

</div>

Hello,

The p5.js-svg seems to require and comes bundled with p5.js version 0.4.13. You could try using the p5.sound.js version that came with that version of p5.js.

[https://github.com/processing/p5.js/releases/download/0.4.13/p5.sound.js](https://github.com/processing/p5.js/releases/download/0.4.13/p5.sound.js)

---

<div class="post-metadata">

### Author: ![everyman](https://avatars.discourse-cdn.com/v4/letter/e/3ab097/32.png) [@everyman](https://discourse.processing.org/u/everyman)
#### Post date: [March 5, 2020, 2:48pm UTC](https://discourse.processing.org/t/p5-sound-js-with-p5-svg-js/18382/3 "2020-03-05T14:48:48Z")

</div>

Thanks. This didn’t work because I suspect the older version of p5js misses some of the later functions that p5.sound.js requires.

I’ll just keep working with pixels for now and hope someone takes up the p5.svg.js project! 🙂
