Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/yzdbg/spectrogram-threejs

A realtime 3d spectrogram visualization of the user's microphone audio. Made with threeJs using shaders.
https://github.com/yzdbg/spectrogram-threejs

audio-visualizer spectrogram threejs

Last synced: 6 days ago
JSON representation

A realtime 3d spectrogram visualization of the user's microphone audio. Made with threeJs using shaders.

Lists

README

        

# spectrogram-threejs
A realtime 3d [spectrogram](https://en.wikipedia.org/wiki/Spectrogram) visualization of the user's microphone audio.
Made with threeJs using shaders.

Play with it here [spectrogram-threejs.vercel.app ](https://spectrogram-threejs.vercel.app/)

![spectrogram gif](https://github.com/yzdbg/spectrogram-threejs/blob/master/assets/spectrogram-demo.gif?raw=true)

## Quick start

Install packages and run locally. (node 16+ req)

```bash
yarn #install packages

yarn dev #run local env
```