diff options
author | db <db@FreeBSD.org> | 2015-04-30 00:50:30 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2015-04-30 00:50:30 +0800 |
commit | 7c75784731f1a95fe3bff455aaf4b2f019f3916e (patch) | |
tree | 378ee002c28eaa912f5d2e85c291c0ba4b3b1333 /comms | |
parent | 91a04464de9491bc34ab9bc264baee781863629b (diff) | |
download | freebsd-ports-gnome-7c75784731f1a95fe3bff455aaf4b2f019f3916e.tar.gz freebsd-ports-gnome-7c75784731f1a95fe3bff455aaf4b2f019f3916e.tar.zst freebsd-ports-gnome-7c75784731f1a95fe3bff455aaf4b2f019f3916e.zip |
Quisk Version 3.6.21 March 2015
===============================
Quisk can now transmit a message from a WAV file. Record your message at
a high level (near clipping) at 48 ksps, 16-bit, one channel (monophonic).
Then enter the file name on the Config/Config screen. Press the "File play"
button to transmit. Quisk will press the PTT button for you, and release it
during pauses. To interrupt playback, press PTT or release FilePlay so you can answer.
The "Split" button has been replaced with a "Splt" button and a "Rev" button. The "Splt"
button splits Rx and Tx; and if you click it with the right mouse button instead of the
left, it also locks the Tx frequency so tuning changes the Rx frequency. The "Rev"
button reverses the Tx and Rx frequencies. These features were suggested by Mario, DH5YM.
I added a new parameter mic_agc_level to the config file to control the mic AGC. Input levels
below mic_agc_level are ignored. The default is 0.1. Increase this (up to 1.0) to reduce the
AGC range, and reduce it to increase the AGC mic gain boost.
Philip Lee contributed a patch to the PulseAudio code to set the play buffer size.
Prompted by: portscout
Diffstat (limited to 'comms')
-rw-r--r-- | comms/quisk/Makefile | 4 | ||||
-rw-r--r-- | comms/quisk/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/quisk/Makefile b/comms/quisk/Makefile index 3a2784be5b88..01c36944a0f2 100644 --- a/comms/quisk/Makefile +++ b/comms/quisk/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= quisk -PORTVERSION= 3.6.20 +PORTVERSION= 3.6.21 CATEGORIES= comms hamradio MASTER_SITES= http://james.ahlstrom.name/quisk/ \ ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=shurd +MASTER_SITE_SUBDIR=db MAINTAINER= hamradio@FreeBSD.org COMMENT= Software Defined Radio (SDR) diff --git a/comms/quisk/distinfo b/comms/quisk/distinfo index cffd7ada5e02..933fa9df5758 100644 --- a/comms/quisk/distinfo +++ b/comms/quisk/distinfo @@ -1,2 +1,2 @@ -SHA256 (quisk-3.6.20.tar.gz) = ec9f66585f270f65cf93695d2fcc323a058cda2fac4728adceca0b7bbf749f0f -SIZE (quisk-3.6.20.tar.gz) = 1143006 +SHA256 (quisk-3.6.21.tar.gz) = e9cf1b870943389396804b375a8982990e74f8ddc0d0af79cbb93a06e40998ca +SIZE (quisk-3.6.21.tar.gz) = 1148149 |