KiwiSDR Scheduled Recorder

KiwiSDR Scheduled Recorder, timed recorder

作者
JerryXu09
日安装量
0
总安装量
0
评分
0 0 0
版本
0.6
创建于
2025-08-05
更新于
2025-08-05
大小
14.7 KB
许可证
MIT
适用于

GitHub: https://github.com/JerryXu09/KiwiSDR-Scheduled-Recorder


KiwiSDR Scheduled Recorder

Last update: Aug 5, 2025

重新设计了界面,添加了对录音意外中断的判断。

English version

此油猴脚本为 KiwiSDR 网页而设计,使得用户可以定时开关录音功能。代码由 AI 辅助编写。

特点:

  • 根据预定时间在 KiwiSDR 上自动启动和停止录制,精确到秒(具体精确度取决于设备时间和 Kiwi 的缓存造成的延迟)。
  • 可以在录制结束后自动保存WF,但仅限结束前的300s
  • 默认通配 KiwiSDR 代理URL(*.proxy.kiwisdr.com),如有需要可以自己在脚本中添加其它站点。
  • 稍微简化了设置精确录音时间的过程。

如果需要适配更多KiwiSDR站点,请自行在脚本开头中添加一行:

// @match        https://irk.swl.su/*

其中https://irk.swl.su/*可以修改成任何你需要的KiwiSDR站点,注意http(s)和通配符*


KiwiSDR Scheduled Recorder

Redesigned the interface and added detection for unexpected recording interruptions.

This Tampermonkey script is designed for the KiwiSDR webpage, allowing users to schedule the recording function. The code is AI-assisted.

Features:

  • Automatically starts and stops recording on KiwiSDR according to a scheduled time, accurate to the second (accuracy depends on device time and delays caused by Kiwi's buffering).
  • Can automatically save WF after recording ends, but only the last 300s before the end.
  • By default, matches KiwiSDR proxy URLs (*.proxy.kiwisdr.com). You can add other sites in the script if needed.
  • Slightly simplified the process of setting precise recording times.

To adapt more KiwiSDR sites, add a line at the beginning of the script:

// @match        https://irk.swl.su/*

Where https://irk.swl.su/* can be modified to any KiwiSDR site you need, noting http(s) and the wildcard *.