However, creating the testbin folder and running?
./fldigi from terminal, it opened without asking for mic access.
toggle quoted message
Show quoted text
On Apr 27, 2024, at 10:26?AM, Gary Rogers, KO3F via groups.io <cgaryrogers190@...> wrote:
Dave, FYI I still had to say yes to microphone 4 times to satisfy the app using Sonoma 14.5On Apr 27, 2024, at 9:30?AM, Dave, W1HKJ via groups.io <w1hkj@...> wrote:
Index of /alpha/fldigi
commit 4701d2d2918a2aaacb49371fa3be0de64293dbc2
Author: dave-w1hkj <w1hkj@...>
Date: Fri Apr 26 01:26:08 2024 -0500
UDP log record
* add write log record to UDP socket concurrent with other
internal and external logbook recording. UDP record in
ADIF format and contains the following fields:
. ADIF_MODE, SUBMODE
. FREQ, BAND
. QSO_DATE, TIME_ON
. QSO_DATE_OFF, TIME_OFF
. GRIDSQUARE
. NAME, QTH, STATE, VE_PROV, COUNTRY
. RST_SENT, RST_RCVD
. STX, STR
and record terminated by <EOR>
commit 6d87dd4ddf10b1279d0174417172ad0a39170cdb
Author: dave-w1hkj <w1hkj@...>
Date: Sat Apr 27 07:44:58 2024 -0500
FMT thread
* insure that FMT thread is closed when modem is deleted
. windows gags on multiple threads writing to same object
* put a whole file lock on the csv file during entire time
it is being written to by the FMT modem. Excel is an
ultra greedy application that attempts to lock a file before
any reads or writes and does so even to a file opened for
write by another program. Bah Humbug!
73, David, W1HKJ