Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/k3it/qsorder
Browse files Browse the repository at this point in the history
  • Loading branch information
k3it committed Nov 7, 2017
2 parents aea4211 + bddd2cf commit 0981403
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v2.10
- add radio_nr flag. records qso's only from a specified Radio NR

v2.9
- minor bug fixes
- restructured code in prep for the qtgui version
- xml parsing exception handling

v2.8
- uninterrupted recording mode (with the -C or "--continuous" flag), parrallel to recording of individual QSOs
hourly audio files are saved in the AUDIO_YEAR directory, a new mp3 file is created at the top of each hour.
Expand Down Expand Up @@ -46,4 +54,4 @@ add ReplayGain indicator to the output
save audio files into a <contest-year> directory

v2.1a
initial version (tnx n4zr,dk8nt,n2ic and others)
initial version (tnx n4zr,dk8nt,n2ic and others)
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ v3.0 GUI version is work in progress

qsorder.exe - a console app for audio recordig of N1MM contest QSOs.

v2.9 - Sept 7, 2016
v2.10

this is an external "plug-in" for N1MM which adds a QSO audio recording function. qsorder maintains a buffer in memory and listens for "Contact" UDP broadcasts sent by the logging program. The broadcasts trigger a dump of the audio buffer to a file after a specified delay time (default is 20 secs). The delay helps with capturing a tail-end after a QSO was entered into the log.

Expand Down Expand Up @@ -132,6 +132,9 @@ WB0TEV:
# Change history

v2.10
- add radio_nr flag. records qso's only from a specified Radio NR

v2.9
- minor bug fixes
- restructured code in prep for the qtgui version
Expand Down

0 comments on commit 0981403

Please sign in to comment.