From 47c43f9c9ca48de65656acbce7d3975057e6e6cc Mon Sep 17 00:00:00 2001 From: lwvmobile <59371473+lwvmobile@users.noreply.github.com> Date: Thu, 10 Feb 2022 19:30:05 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 70d7938..b366426 100644 --- a/README.md +++ b/README.md @@ -27,21 +27,21 @@ This version of DSD is a flavor blend of [szechyjs](https://github.com/szechyjs/ -Y 8 set rtl VFO bandwidth in kHz, (default = 48)(6, 8, 12, 16, 24, 48) --W Monitor Source Audio (WIP!) (may or may not decode audio if this is on, depending on selected decode type and luck) -(Also, should be noted that depending on modulation, may sound extremely terrible) -(Currently causing Pulse Audio server to restart on Mint, but works in Arch) +-W Monitor Source Audio (WIP!) (Currently disabled on PulseAudio branch) ``` ## Example Pulse Audio Input and Pulse Audio Output, Autodetect Frame Type `./dsd` ``` Yes, it really is this simple now + -fa Auto-detect frame type + sans NXDN or Provoice, need to specify -fp, -fi, or -fn pulse audio are set as default input and output methods ``` ## Example STDIN UDP from GQRX or SDR++, output to Pulse Audio, and save wav files -`socat stdio udp-listen:7355 | ./dsd -fi -i - -o pulse -w nxdn.wa` +`socat stdio udp-listen:7355 | ./dsd -fi -i - -o pulse -w nxdn.wav` ## Roadmap The Current list of objectives include: @@ -56,7 +56,7 @@ The Current list of objectives include: 5. ~~Improve Monitor Source Audio (if #2 on list is up and working)~~ Not currently playing well with Pulse Audio, need to re-evaluate -6. Make simple to use installer script. +6. ~~Make simple to use installer script.~~ Working on script now, also have full build and install guide down below ## How to clone, and check out this branch