aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2022-07-16 18:43:58 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2022-07-23 08:26:48 +0200
commit8fd8205a6e56754f7e7b68dae0f6c02624adcec3 (patch)
tree189e55fd6848cce277809855a5e4034312a85d29 /src
parentb94443e57a9926bf9b08e4ada7c447a6b46781c0 (diff)
C-Netz: Changed voice diversion back to 2.4 KHz
Most phones use this deviation. C5 does not for some unknown reason.
Diffstat (limited to 'src')
-rw-r--r--src/cnetz/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cnetz/main.c b/src/cnetz/main.c
index cd8fbe2..27c2a02 100644
--- a/src/cnetz/main.c
+++ b/src/cnetz/main.c
@@ -77,7 +77,7 @@ int meldeinterval = 120; /* when to ask the phone about beeing alive */
int meldeaufrufe = 3; /* how many times to ask phone about beeing alive */
enum demod_type demod = FSK_DEMOD_AUTO;
int metering = 20;
-double speech_deviation = 4000.0; /* best results with all my equipment */
+double speech_deviation = 2400.0; /* best results with older equipment (not C5) */
void print_help(const char *arg0)
{
@@ -125,8 +125,8 @@ void print_help(const char *arg0)
printf(" Increment metering counter every given number of seconds.\n");
printf(" To turn off, use 0. (default = %d)\n", metering);
printf(" -V --voice-deviation <2400..4000 Hz>\n");
- printf(" It is unclear what the actual voice deviation is. Please decrease, if\n");
- printf(" mobile's microphone is too loud and speaker is too quiet.\n");
+ printf(" It is unclear what the actual voice deviation is. Please increase, if\n");
+ printf(" mobile's earpiece is too quiet and the microphone is too loud.\n");
printf(" (default = %.0f)\n", speech_deviation);
printf(" -S --sysinfo timeslots=1|2|4|8\n");
printf(" Set number of timeslots of OgK broadcast. There are 32 time slots per\n");