From 0ac16eff526bb1ea2d5ed3db86f2ec874c9f8d6c Mon Sep 17 00:00:00 2001 From: Christophe Jacquet Date: Sun, 4 May 2014 18:20:49 +0200 Subject: [PATCH] Documentation fixes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d89778e..04c5371 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ sox -t mp3 http://www.linuxvoice.com/episodes/lv_s02e01.mp3 -t wav - | sudo ./p ``` -### Setting PS and RT dynamically at run-time +### Changing PS and RT run-time You can control PS and RT at run-time using a named pipe (FIFO). For this run Pi-FM-RDS with the `-ctl` argument. @@ -99,6 +99,7 @@ PS OtherTxt ... ``` +Every line must start with either `PS` or `RT`, followed by one space character, and the desired value. Any other line format is silently ignored. ## Warning and Diclaimer @@ -163,6 +164,7 @@ The samples are played by `pi_fm_rds.c` that is adapted from Richard Hirst's [Pi ## History +* 2014-05-04: possibility to change PS and RT at run-time * 2014-04-28: support piping audio file data to Pi-FM-RDS' standard input * 2014-04-14: new release that supports any sample rate for the audio input, and that can generate a proper FM-Stereo signal if a stereophonic input file is provided * 2014-04-06: initial release, which only supported 228 kHz monophonic audio input files