Very minor change in alimeeting recipe

No need to load_audio. alimeeting audio data is wav format, default export_to_webdataset uses "flac".  If load_audio uses default (True), webdataset would show "[Suppressed TypeError] Error message: save() got an unexpected keyword argument 'format'" during write
This commit is contained in:
rickychanhoyin 2022-08-31 13:12:28 +08:00 committed by GitHub
parent ebb1dea786
commit 862e817442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -551,6 +551,7 @@ def main():
dev_cuts,
output_path=f"{dev}/shared-%d.tar",
shard_size=300,
load_audio=False,
)
if not os.path.exists(f"{test}/shared-0.tar"):
@ -560,6 +561,7 @@ def main():
test_cuts,
output_path=f"{test}/shared-%d.tar",
shard_size=300,
load_audio=False,
)
dev_shards = [