Compare commits

..

3 Commits

Author SHA1 Message Date
cd5b8b0636 upd lockfile 2026-03-03 20:29:04 +00:00
77e21617af increase subheading size 2026-03-03 20:05:26 +00:00
5f448fa48e add Strip Denoiser to README 2026-03-03 16:29:44 +00:00
2 changed files with 18 additions and 6 deletions

View File

@ -63,7 +63,7 @@ vban-cli strip 2 gain -18.7
see `vban-cli strip --help` for more info. see `vban-cli strip --help` for more info.
##### Strip EQ #### Strip EQ
*Usage: vban-cli strip \<index> eq COMMAND [OPTIONS]* *Usage: vban-cli strip \<index> eq COMMAND [OPTIONS]*
@ -75,7 +75,7 @@ vban-cli strip 0 eq on true
see `vban-cli strip eq --help` for more info. see `vban-cli strip eq --help` for more info.
##### Strip EQ Cell Command #### Strip EQ Cell Command
*Usage: vban-cli strip \<index> eq cell \<band> COMMAND [ARGS]* *Usage: vban-cli strip \<index> eq cell \<band> COMMAND [ARGS]*
@ -91,7 +91,7 @@ vban-cli strip 4 eq cell 5 type 5
see `vban-cli strip eq cell --help` for more info. see `vban-cli strip eq cell --help` for more info.
##### Strip Comp Command #### Strip Comp Command
*Usage: vban-cli strip \<index> comp COMMAND [OPTIONS]* *Usage: vban-cli strip \<index> comp COMMAND [OPTIONS]*
@ -105,7 +105,7 @@ vban-cli strip 3 comp auto-makeup true
see `vban-cli strip comp --help` for more info. see `vban-cli strip comp --help` for more info.
##### Strip Gate Command #### Strip Gate Command
*Usage: vban-cli strip \<index> gate COMMAND [OPTIONS]* *Usage: vban-cli strip \<index> gate COMMAND [OPTIONS]*
@ -119,7 +119,19 @@ vban-cli strip 5 gate hold 2088.7
see `vban-cli strip comp --help` for more info. see `vban-cli strip comp --help` for more info.
##### Strip Gainlayer Command #### Strip Denoiser Command
*Usage: vban-cli strip \<index> denoiser COMMAND [OPTIONS]*
examples:
```console
vban-cli strip 4 denoiser knob 3.6
```
see `vban-cli strip denoiser --help` for more info.
#### Strip Gainlayer Command
*Usage: vban-cli strip \<index> gainlayer \<gainlayer_index> COMMAND [OPTIONS] [ARGS]* *Usage: vban-cli strip \<index> gainlayer \<gainlayer_index> COMMAND [OPTIONS] [ARGS]*

2
uv.lock generated
View File

@ -141,7 +141,7 @@ requires-dist = [
[[package]] [[package]]
name = "vban-cmd" name = "vban-cmd"
version = "2.9.4" version = "2.9.6"
source = { editable = "../vban-cmd-python" } source = { editable = "../vban-cmd-python" }
[package.metadata] [package.metadata]