81ed963bea
fix references to remote.ip
2026-03-02 23:24:09 +00:00
0b99b6a67f
update references to ip kwarg
2026-03-02 23:21:57 +00:00
86d0aa91c3
add a ratelimit decorator to {VbanCmd}.sendtext()
...
ip kwarg renamed to host.
2026-03-02 23:20:45 +00:00
cf66ae252c
minor bump
v2.9.0
2026-03-02 20:50:12 +00:00
42f6f29d1e
add 2.9.0 to CHANGELOG
2026-03-02 20:50:05 +00:00
a210766b7b
improve framecounter thread safety
2026-03-02 20:44:08 +00:00
7d741d6e8b
{VbanCmd}._ping() now causes login to fail fast if no pong is received.
2026-03-02 20:26:35 +00:00
8be9d3cb7f
implement ping/pong dataclasses
2026-03-02 20:25:58 +00:00
23b99cb66b
perform some path magic so Voicemeeter receives the entire path
...
patch bump
v2.8.1
2026-03-01 21:29:09 +00:00
2fd7b8ad8b
minor bump
v2.8.0
2026-03-01 21:13:38 +00:00
c851cb5abe
add Recorder section to README
2026-03-01 21:11:48 +00:00
dc681f50d0
add Recorder
...
add it to banana+potato
2026-03-01 21:10:10 +00:00
a0ec00652b
reduce the level of logging for packet parse errors
...
patch bump
v2.7.1
2026-03-01 17:22:06 +00:00
69263c22f2
add 2.7.0 to CHANGELOG
v2.7.0
2026-03-01 17:04:37 +00:00
ad2cfeaae6
entry point now accepts a 'matrix' kind although it's main purpose is to disable the rt listener threads.
...
{VbanCmd}.sendtext():
- remove the @script decorator which I'm sure nobody has ever used anyway
- if rt listeners are disabled and it's a matrix query request, attempt to read a response.
2026-03-01 16:21:47 +00:00
1123fe6432
move header validation into class methods
...
add _parse_vban_service_header() helper function
2026-03-01 16:17:03 +00:00
3c3e415d7e
add _send_request() helper method.
2026-03-01 11:09:45 +00:00
8cfeb45fcb
update imports
2026-03-01 11:09:28 +00:00
10b38b3fcc
move packet classes into internal packet module
2026-03-01 11:09:22 +00:00
ff5ac193c8
add ChannelState interface, use it in the meta functions.
...
reword busmodes bitwise logic.
comment out ratelimit, this will probably get permanently removed.
2026-03-01 03:37:57 +00:00
2f3cd0e07f
use db levels throughout the package. This is cleaner than converting to db but comparing raw integer values.
2026-03-01 01:08:02 +00:00
d689b3a301
move voicemeetertype(), voicemeeterversion() and samplerate() properties into VbanPacket
...
add NamedTuples for Levels, Labels and States.
refactor the levels properties
update the math in util.comp()
StripLevel/BusLevel getters updated according to changes in VbanPacketNBS0
remove {VbanCmd}._get_levels(), it's no longer necessary.
2026-03-01 00:25:22 +00:00
a8ef82166c
upd publish action
v2.6.0
2026-02-27 20:59:25 +00:00
79f06ecc79
add ruff+publish workflows
2026-02-27 20:57:54 +00:00
b291c3a477
minor version bump
2026-02-27 20:36:54 +00:00
c335d35b9f
fix config extends section
2026-02-27 20:16:04 +00:00
911d2f64a6
import abc namespace
2026-02-08 09:09:59 +00:00
e58d6c7242
remove comments
2026-01-18 19:57:12 +00:00
870a95b41e
upd Strip Comp/Gate/EQ in README
2026-01-18 18:08:40 +00:00
59880bf582
remove comments
2026-01-18 17:22:20 +00:00
cc58d1f081
implement {strip}.gate
2026-01-18 17:06:10 +00:00
e37dea38b3
upd Run Tests in README
2026-01-18 15:25:05 +00:00
7f3b0ac7c9
upd examples to read conn from env
2026-01-18 15:17:00 +00:00
0512fac710
implement parametric eq
2026-01-18 15:16:48 +00:00
d439da725c
implement parametric eq
2026-01-18 14:42:07 +00:00
45ffed9f63
implement audibility knobs (inc comp, gate, denoiser)
2026-01-18 13:13:05 +00:00
14f79d1388
move namedtuples
2026-01-18 12:22:53 +00:00
b45bd38706
use namedtuples to improve readability
2026-01-18 12:19:16 +00:00
312b5c5842
refactor header dataclasses
2026-01-18 11:43:43 +00:00
ed8e281f7f
remove unused func
2026-01-17 13:25:06 +00:00
efdcfce387
refactor gainlayers and bus gains
2026-01-17 13:19:43 +00:00
ad88286509
implement 3d parameters
2026-01-17 12:29:10 +00:00
ecbdd2778f
add classmethod from_bytes() to both RT packets NBS0/NBS1
2026-01-17 10:06:28 +00:00
1babf85a89
upd poethepoet ver
...
have poe read from .env file
rename script tasks
add py313 to tox env list
2026-01-17 09:38:44 +00:00
fbd1d54f9b
upd tests
2026-01-17 09:37:50 +00:00
96e9d6f4fd
upd the interface to read/write multiple private/public packets.
...
{VirtualStrip}.bass/mid/treble implemented reading from public packet NBS=1
2026-01-17 09:37:31 +00:00
51394c0076
add VbanVMParamStrip defining the VMPARAMSTRIP_PACKET struct.
2026-01-17 09:35:33 +00:00
91feccc509
default bps to 256000 (same as VBAN-Text-Client SDK example) see https://github.com/vburel2018/VBAN-Text-Client
...
patch bump
2025-01-25 02:06:42 +00:00
c9c365ac54
rename test poe scripts
...
add passenv = * to [testenv]
2025-01-25 02:00:54 +00:00
1742ff839e
add ip kwarg default value
2025-01-21 16:23:59 +00:00