This commit is contained in:
Wojciech Smolak 2020-08-21 22:59:52 +02:00
parent 08e485dc79
commit 2e29b6521b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def main(args):
batch_size = int(args.batch_size)
source = args.source
channels = int(args.channels)
waves = get_wav_list(col, batch_size, source)
waves = get_wav_list(col, source, batch_size)
uris = [w for w in waves]
uris = list(map(lambda x: dict(x, **{'channels': channels}), uris))