We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fb104 commit c235fa1Copy full SHA for c235fa1
README.md
@@ -3,6 +3,13 @@
3
4
**WARNING: This software project is pre-alpha! This repo is just a place to collect ideas and resources.**
5
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
+
13
## Primary Classes
14
* `Spectrogram` - the core class to turn time-series data (`double[]`) into a spectrogram (`Bitmap`)
15
* `AudioSpectrogram` - an extended `Spectrogram` which continuously gets incoming data from the sound card
0 commit comments