mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-03-03 08:49:09 +00:00
Compare commits
2 Commits
911d2f64a6
...
b291c3a477
| Author | SHA1 | Date | |
|---|---|---|---|
| b291c3a477 | |||
| c335d35b9f |
@ -11,6 +11,13 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
|
|||||||
|
|
||||||
- [x]
|
- [x]
|
||||||
|
|
||||||
|
## [2.6.0] - 2026-02-26
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- support for packet with [ident:1](https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/3be2c1c36563afbd6df3da8436406c77d2cc1f10/VoicemeeterRemote.h#L982) in VBAN TEXT subprotocol.
|
||||||
|
- This includes Strip 3D, PEQ, comp, gate, denoiser and pitch parameters.
|
||||||
|
|
||||||
## [2.5.2] - 2025-01-25
|
## [2.5.2] - 2025-01-25
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@ -421,8 +421,8 @@ You just need to define a key `extends` in the config TOML, that names the confi
|
|||||||
Three example 'extender' configs are included with the repo. You may load them with:
|
Three example 'extender' configs are included with the repo. You may load them with:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import voicemeeterlib
|
import vban_cmd
|
||||||
with voicemeeterlib.api('banana') as vm:
|
with vban_cmd.api('banana') as vm:
|
||||||
vm.apply_config('extender')
|
vm.apply_config('extender')
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "vban-cmd"
|
name = "vban-cmd"
|
||||||
version = "2.5.2"
|
version = "2.6.0"
|
||||||
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
|
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
|
||||||
authors = [{ name = "Onyx and Iris", email = "code@onyxandiris.online" }]
|
authors = [{ name = "Onyx and Iris", email = "code@onyxandiris.online" }]
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user