svn commit: r384994 - head/comms/quisk
Diane Bruce
db at FreeBSD.org
Wed Apr 29 16:50:32 UTC 2015
Author: db
Date: Wed Apr 29 16:50:30 2015
New Revision: 384994
URL: https://svnweb.freebsd.org/changeset/ports/384994
Log:
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
Modified:
head/comms/quisk/Makefile
head/comms/quisk/distinfo (contents, props changed)
Modified: head/comms/quisk/Makefile
==============================================================================
--- head/comms/quisk/Makefile Wed Apr 29 16:46:53 2015 (r384993)
+++ head/comms/quisk/Makefile Wed Apr 29 16:50:30 2015 (r384994)
@@ -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 at FreeBSD.org
COMMENT= Software Defined Radio (SDR)
Modified: head/comms/quisk/distinfo
==============================================================================
--- head/comms/quisk/distinfo Wed Apr 29 16:46:53 2015 (r384993)
+++ head/comms/quisk/distinfo Wed Apr 29 16:50:30 2015 (r384994)
@@ -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
More information about the svn-ports-head
mailing list