threejs-spectrum icon indicating copy to clipboard operation
threejs-spectrum copied to clipboard

Spectrum Display using three.js

This project contains real time 3D Spectrum display demo using three.js.

Two options of signal source, audio and radio.

Audio Spectrum Display

Requirement

  • Browser supporting WebGL (tested with Chrome)

Run

Just open following link https://ttrftech.github.io/threejs-spectrum/audio.html. If permission to access microphone required, click allow button.

===

Radio Spectrum Display

Requirement

  • RTL2832U USB Dongle
  • Chrome Web Browser

Setup

$ git clone https://github.com/ttrftech/threejs-spectrum.git
$ cd threejs-spectrum
$ git submodule update --init

Run

On Chrome Web Browser,

  1. Open Window>Extensions menu,
  2. Check developer mode,
  3. Click "Load unpacked extension..." button,
  4. Select threejs-spectrum folder on file dialog,
  5. Click "Launch" link in Radio Spectrum extension item.
  6. Extension window will appear, then click Start button.
  7. To change frequency, hit Tab key twice to move focus and enter frequency in MHz.

===

Acknowledgment