mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
Merge branch '1.4.4' of https://github.com/deezer/spleeter into 1.4.4
This commit is contained in:
@@ -42,15 +42,6 @@ __email__ = 'research@deezer.com'
|
|||||||
__author__ = 'Deezer Research'
|
__author__ = 'Deezer Research'
|
||||||
__license__ = 'MIT License'
|
__license__ = 'MIT License'
|
||||||
|
|
||||||
# Default datasets path parameter to use.
|
|
||||||
DEFAULT_DATASETS_PATH = join(
|
|
||||||
'audio_database',
|
|
||||||
'separated_sources',
|
|
||||||
'experiments',
|
|
||||||
'karaoke_vocal_extraction',
|
|
||||||
'tensorflow_experiment'
|
|
||||||
)
|
|
||||||
|
|
||||||
# Default audio parameters to use.
|
# Default audio parameters to use.
|
||||||
DEFAULT_AUDIO_PARAMS = {
|
DEFAULT_AUDIO_PARAMS = {
|
||||||
'instrument_list': ('vocals', 'accompaniment'),
|
'instrument_list': ('vocals', 'accompaniment'),
|
||||||
|
|||||||
Reference in New Issue
Block a user