From 6a9508c719a312c3105cdf10805dd302a7e5fe7b Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:24:02 +0100 Subject: [PATCH] rewording in readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69a3f54..dfa4150 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,11 @@ # VBAN CMD -This package offers a Python interface for the Voicemeeter RT Packet Service as well as Voicemeeter VBAN-TEXT. - -This allows a user to get (rt packets) and set (vban-text) parameters over a local network. Consider the Streamer View app over VBAN, for example. +This python interface allows you to get and set parameter values over a network. It may be used standalone or to extend the [Voicemeeter Remote Python API](https://github.com/onyx-and-iris/voicemeeter-api-python) -For sending audio across a network with VBAN you will need to look elsewhere. +There is no support for audio transfer in this package, only parameters. For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)