# FFT sound library for data stream from the Serial port

**URL:** https://discourse.processing.org/t/fft-sound-library-for-data-stream-from-the-serial-port/41670
**Category:** Summer of Code
**Created:** [April 10, 2023, 9:26am UTC](https://discourse.processing.org/t/fft-sound-library-for-data-stream-from-the-serial-port/41670 "2023-04-10T09:26:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![IHOR](https://avatars.discourse-cdn.com/v4/letter/i/977dab/32.png) [@IHOR](https://discourse.processing.org/u/IHOR)
#### Post date: [April 10, 2023, 9:26am UTC](https://discourse.processing.org/t/fft-sound-library-for-data-stream-from-the-serial-port/41670/1 "2023-04-10T09:26:29Z")

</div>

Is that possible to stream data from the Serial port to FFT sound library?

---

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [April 11, 2023, 9:57pm UTC](https://discourse.processing.org/t/fft-sound-library-for-data-stream-from-the-serial-port/41670/2 "2023-04-11T21:57:21Z")

</div>

The sound library does not work with serial input.

References:

> **[Sound / Libraries](https://processing.org/reference/libraries/sound/index.html)**
>
> Playback audio files, audio input, synthesize sound, and effects.

> **[GitHub - processing/processing-sound: Audio library for Processing built with...](https://github.com/processing/processing-sound)**
>
> Audio library for Processing built with JSyn. Contribute to processing/processing-sound development by creating an account on GitHub.

`:)`
