Update README.md

fix name of factory function in readme
This commit is contained in:
onyx-and-iris 2022-03-05 20:17:50 +00:00
parent 405fd7efa4
commit 437abfcc8b

View File

@ -36,10 +36,6 @@ For sending a text command several configuration options are available:
- `channel`: from 0 to 255 - `channel`: from 0 to 255
- `bps`: bitrate of stream, default 0 should be safe for most cases. - `bps`: bitrate of stream, default 0 should be safe for most cases.
only applies to `sendtext`:
- `delay`: default 0.001
#### Use with a context manager: #### Use with a context manager:
It is advised to use this code with a context manager. It is advised to use this code with a context manager.
Parameter coverage is not as extensive for the RT Packet Service as with the Remote API. Parameter coverage is not as extensive for the RT Packet Service as with the Remote API.
@ -82,7 +78,7 @@ A *kind* specifies a major Voicemeeter version. Currently this encompasses
- `banana` - `banana`
- `potato` - `potato`
#### `vban_cmd.connect(kind_id, ip=ip) -> '(VbanCmd)'` #### `vbancmd.connect(kind_id, ip=ip) -> '(VbanCmd)'`
Factory function for remotes. Factory function for remotes.
- `ip`: remote pc you wish to send requests to. - `ip`: remote pc you wish to send requests to.