Skip to content

Commit f39c009

Browse files
committed
Fixed tests
1 parent d7156fe commit f39c009

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "audio-separator"
7-
version = "0.19.0"
7+
version = "0.19.1"
88
description = "Easy to use audio stem separation, using various models from UVR trained primarily by @Anjok07"
99
authors = ["Andrew Beveridge <[email protected]>"]
1010
license = "MIT"

tests/unit/test_cli.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def common_expected_args():
1515
"model_file_dir": "/tmp/audio-separator-models/",
1616
"output_dir": None,
1717
"output_format": "FLAC",
18+
"output_bitrate": None,
1819
"normalization_threshold": 0.9,
1920
"output_single_stem": None,
2021
"invert_using_spec": False,

0 commit comments

Comments
 (0)