# Early builds of the new Processing Sound library available for testing

**URL:** https://discourse.processing.org/t/early-builds-of-the-new-processing-sound-library-available-for-testing/1796
**Category:** Libraries
**Created:** [July 15, 2018, 7:01pm UTC](https://discourse.processing.org/t/early-builds-of-the-new-processing-sound-library-available-for-testing/1796 "2018-07-15T19:01:53Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![kevinstadler](https://avatars.discourse-cdn.com/v4/letter/k/bc79bd/32.png) [@kevinstadler](https://discourse.processing.org/u/kevinstadler)
#### Post date: [July 24, 2018, 11:31am UTC](https://discourse.processing.org/t/early-builds-of-the-new-processing-sound-library-available-for-testing/1796/2 "2018-07-24T11:31:37Z")

</div>

The latest beta release of the library is from **2018-08-07** , available here: [https://github.com/kevinstadler/processing-sound/releases/tag/20180807](https://github.com/kevinstadler/processing-sound/releases/tag/20180807) installation instructions can also be found over there.

## What’s new?

- the FFT artefact bug is finally fixed

- improved documentation and added examples for allocating, reading, setting and manipulating of audio sample buffers using the new `AudioSample` class (see the [corresponding JavaDoc](https://kevinstadler.github.io/processing-sound/docs/index.html?processing/sound/AudioSample.html)). The pre-existing [`SoundFile` class](https://kevinstadler.github.io/processing-sound/docs/index.html?processing/sound/SoundFile.html) for loading+playing sound files from disk is a subclass of `AudioSample`.

- controls for setting of hardware parameters such as the input or output device to use for capture and playback have been moved to a dedicated new class called `Sound` (see the [corresponding JavaDoc](https://kevinstadler.github.io/processing-sound/docs/index.html?processing/sound/Sound.html)).

---

_[View the full topic](https://discourse.processing.org/t/early-builds-of-the-new-processing-sound-library-available-for-testing/1796)._
