Radx
An ADX encoder/decoder written in Rust.
Install / Use
/learn @Isaac-Lozano/RadxREADME
radx
An ADX encoder/decoder written in Rust.
Written by OnVar.
General Usage
For most cases where all you want is to decode from adx to wav or encode from wav to adx, you can just drag the file onto radx and it'll do the conversion for you without the need to open up a command line. However, you cannot set custom loop points or specify ahx encoding (which is often used for voice lines) through the drag and drop interface.
Download
Download the latest version from the releases page.
Advanced Usage
radx_encode takes a wav file and encodes it into an adx file.
radx_encode [options] INPUT [OUTPUT]
Options:
-s, --start START Loop start sample (defaults to song start)
-e, --end END Loop end sample (defaults to song end)
-n, --no-loop Don't loop the song
-a, --ahx Use ahx encoding (cannot loop)
-h, --help Print this help menu
radx_decode takes an adx file and decodes it into a wav file.
radx_decode [options] INPUT [OUTPUT]
Options:
-l, --loop N Loop N times
-i, --info Print adx header info
-h, --help Print this help menu
Related Skills
himalaya
354.3kCLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
taskflow
354.3kUse when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
qqbot-channel
354.3kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.9k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
