Added new config for processing until 16kHz

This commit is contained in:
romi1502
2019-12-27 14:34:27 +01:00
parent 3c6b794ccf
commit fc1e3d9a2f
4 changed files with 91 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ __license__ = 'MIT License'
# Default project values.
project_name = 'spleeter'
project_version = '1.4.8'
project_version = '1.4.9'
tensorflow_dependency = 'tensorflow'
tensorflow_version = '1.14.0'
here = path.abspath(path.dirname(__file__))