From 8e6c163119186671378d22ae7c8712b4a3a4c5f6 Mon Sep 17 00:00:00 2001 From: Tom Swartz Date: Mon, 19 Oct 2015 14:57:11 -0400 Subject: [PATCH 1/2] Fix a number of typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c07547..1e515a1 100644 --- a/README.md +++ b/README.md @@ -146,17 +146,17 @@ Advanced Goals and ideas: - Visual outputs? * Take control of additional devices and spawning new demodulators (i.e. trunkers) * Script manager / live editor - * Provide scriptable liquid-dsp modulation for trancievers? + * Provide scriptable liquid-dsp modulation for transceivers? * Allow scripts to launch/run headless (no UI) - "PVR" like mode with waterfall time shifting - L/R and surround-sound balance settings for separating and listening to mono streams - Add tool for converting decimated I/Q recording to video - - Select video features such as title/demodulation/scope/waterfall/etc + - Select video features such as title/demodulation/scope/waterfall/etc. - Render to video from GL frames->ffmpeg/mencoder /w demodulated audio - - Accessability / Control + - Accessibility / Control - USB/MIDI control surfaces - Joystick / gamepad input - - Vibration / force-feeback + - Vibration / force-feedback - Investigate compilation via emscripten using rtl_tcp for input - Create web server+rtl_tcp bundle for embedded devices - Use emscripten compiled CubicSDR via embedded web server From 6fa22147bc9825a8f6b6ca65f4185c339344943b Mon Sep 17 00:00:00 2001 From: Tom Swartz Date: Mon, 19 Oct 2015 15:07:15 -0400 Subject: [PATCH 2/2] Add brief instructions where to find build steps Upon initial visit, it's not immediately obvious where to find the build instructions and build requirements. Add a short line to direct new visitors to the wiki so that one may find the building instructions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e515a1..a46ff55 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ CubicSDR Cross-Platform Software-Defined Radio Application +Please see the [CubicSDR GitHub Wiki](https://github.com/cjcliffe/CubicSDR/wiki) for build instructions. + Utilizes: -------- - liquid-dsp (http://liquidsdr.org/ https://github.com/jgaeddert/liquid-dsp)