refactor: use separator

feat: add bitrate opt
feat: add offset opt
This commit is contained in:
Félix Voituret
2019-11-14 13:03:55 -05:00
parent e912ae0fce
commit 4a743cd618
4 changed files with 71 additions and 158 deletions

View File

@@ -14,7 +14,7 @@ __license__ = 'MIT License'
# Default project values.
project_name = 'spleeter'
project_version = '1.4.3'
project_version = '1.4.4'
device_target = 'cpu'
tensorflow_dependency = 'tensorflow'
tensorflow_version = '1.14.0'