From 9747599c6308914790e165e1823b6adc494d2b80 Mon Sep 17 00:00:00 2001 From: Andrea Santaniello Date: Wed, 8 Jan 2025 17:20:30 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0222fcf..2529f3c 100644 --- a/README.md +++ b/README.md @@ -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.