pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(ham/wsjtx/TODO) Add sound card tweak
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By: mef
Date: Wed Jan 7 07:30:09 2026 +0900
Changeset: b2a8540ab8f60341641f2672d74e2fe8df43f4ce
Modified Files:
wsjtx/TODO
Log Message:
(ham/wsjtx/TODO) Add sound card tweak
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b2a8540ab8f60341641f2672d74e2fe8df43f4ce
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wsjtx/TODO | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
diffs:
diff --git a/wsjtx/TODO b/wsjtx/TODO
index aab886b529..2cfc35f249 100644
--- a/wsjtx/TODO
+++ b/wsjtx/TODO
@@ -27,4 +27,30 @@ This program needs two things:
Thanks Riastradh@ to have figured out item 2 above
-3. To find where to document above 2 notes
+3.
+ sample rate issue:
+ You may need following setup for sound card to sync to necessary rate
+ ---------------------------------------
+ netbsd-nuc# audiocfg list 1
+ 1: [*] audio3 @ uaudio1: USB audio
+ playback: 2ch, 44100Hz
+ record: 2ch, 48000Hz
+ (P-) slinear_le 16/16, 2ch, { 44100 }
+ (P-) slinear_le 16/16, 2ch, { 44100 }
+ (-R) slinear_le 16/16, 2ch, 8000-48000Hz
+
+ netbsd-nuc# audiocfg set 1 r slinear_le 16 2 44100
+ setting audio3 to slinear_le:16, 2ch, 44100Hz
+
+ netbsd-nuc# audiocfg list 1
+ 1: [*] audio3 @ uaudio1: USB audio
+ playback: 2ch, 44100Hz
+ record: 2ch, 44100Hz
+ (P-) slinear_le 16/16, 2ch, { 44100 }
+ (P-) slinear_le 16/16, 2ch, { 44100 }
+ (-R) slinear_le 16/16, 2ch, 8000-48000Hz
+ ------------------------------------------------
+ Thanks Ramiro and Michael mlelstv@
+ Ref:
+ https://mail-index.netbsd.org/pkgsrc-users/2026/01/06/msg042409.html
+4. To find where to document above 2 and 3 notes
Home |
Main Index |
Thread Index |
Old Index