Update README.md

This commit is contained in:
Charles J. Cliffe 2015-03-05 23:40:29 -05:00
parent 54b10b232e
commit dfed4e80a1

View File

@ -41,11 +41,11 @@ Features and Status:
- [x] Waterfall - [x] Waterfall
- [ ] Audio Spectrum - [ ] Audio Spectrum
- [ ] More 2D visuals - [ ] More 2D visuals
- [ ] Add faint grid for sense of scale - [x] Add faint grid for sense of scale
- [ ] Indicate outer spectrum edges when zoomed - [ ] Indicate outer spectrum edges when zoomed
- [ ] 3D visuals - [ ] 3D visuals
- Demodulation: - Demodulation:
- [ ] Design a proper architecture for modular expansion :) - [ ] Basic modular expansion
- [x] Multiple demodulators per IQ stream - [x] Multiple demodulators per IQ stream
- [x] Audio device selection - [x] Audio device selection
- [x] Modes - [x] Modes
@ -95,6 +95,7 @@ Features and Status:
Advanced Goals: Advanced Goals:
--------------- ---------------
- Design a plan for expansion via modules (dylib/dll/lua)
- Support shell-based stdin/stdout tools for direct output/playback to/from CLI audio processing apps (i.e. DSD on OSX) - Support shell-based stdin/stdout tools for direct output/playback to/from CLI audio processing apps (i.e. DSD on OSX)
- Update visuals to support OpenGL ES - Update visuals to support OpenGL ES
- Basic demodulator filter(s) that can be enabled and tweaked visually - Basic demodulator filter(s) that can be enabled and tweaked visually
@ -122,7 +123,9 @@ Advanced Goals:
- USB/MIDI control surfaces - USB/MIDI control surfaces
- Joystick / gamepad input - Joystick / gamepad input
- Vibration / force-feeback - Vibration / force-feeback
- Investigate compilation via emscripten using rtl_tcp for input
- Create self-contained web server+rtl_tcp bundle for embedded devices
- Use emscripten compiled CubicSDR via embedded web browser
Target Platforms: Target Platforms:
---------------- ----------------