Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w-mai/drcendecoder
A DRC endecoder from HanTek
https://github.com/w-mai/drcendecoder
Last synced: 26 days ago
JSON representation
A DRC endecoder from HanTek
- Host: GitHub
- URL: https://github.com/w-mai/drcendecoder
- Owner: W-Mai
- Created: 2024-02-24T09:45:24.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-24T17:08:22.000Z (10 months ago)
- Last Synced: 2024-02-24T18:24:07.390Z (10 months ago)
- Language: Rust
- Size: 879 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DRC Endecoder
This is a simple encoder and decoder for DRC file generated by the HanTek oscilloscope. The DRC file is a binary file
that contains the waveform data of the oscilloscope. The encoder and decoder are written in RUST.# Background
因为没有为电箱吉他买声卡,又想听到电箱吉他输出的声音,于是用hantek的示波器做了测试。测试过程中,发现hantek的示波器生成的DRC文件无法直接播放,于是写了这个工具。
Because I didn't buy a sound adapter for the electric box guitar and wanted to hear the sound output of the electric box
guitar, I tested it with hantek's oscilloscope. During the test, it was found that the DRC file generated by hantek's
oscilloscope could not be played directly, so I wrote this tool.