Skip to content

Commit c235fa1

Browse files
authored
Update README.md
1 parent b9fb104 commit c235fa1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
**WARNING: This software project is pre-alpha! This repo is just a place to collect ideas and resources.**
55

6+
## Feature Ideas
7+
* ability to display vertical (waterfall) or horizontal
8+
* optional display of scalebars
9+
* ability to suck in a WAV and output a bitmap
10+
* ability to create bitmaps in realtime from audio data
11+
* advanced color (LUT) and data scaling options (e.g., nonlinear brightness transformation)
12+
613
## Primary Classes
714
* `Spectrogram` - the core class to turn time-series data (`double[]`) into a spectrogram (`Bitmap`)
815
* `AudioSpectrogram` - an extended `Spectrogram` which continuously gets incoming data from the sound card

0 commit comments

Comments
 (0)