Update README.md
Some checks failed
Build and Release RadioGUI / build (push) Has been cancelled
Build and Release RadioGUI / release (push) Has been cancelled

This commit is contained in:
Andrea Santaniello 2025-01-08 17:20:30 +01:00 committed by GitHub
parent f8389e0ddf
commit 9747599c63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# KV4P-Sharp
KV4P-Sharp is a C# library designed to communicate with KV4P USB VHF radios. It facilitates control over radio operations through serial communication but does not handle audio encoding or decoding. Users must manage audio processing separately by encoding/decoding audio data as PCM 44100Hz, 8-bit mono.
KV4P-Sharp is a C# library designed to communicate with KV4P USB VHF radios. It facilitates control over radio operations through serial communication but does not handle audio encoding or decoding. Users must manage audio processing separately by encoding/decoding audio data as PCM ~44100~ 16000Hz, 8-bit mono.
## Features
- Control transmit (PTT) and receive (RX) modes.