We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d196c commit 5c5ee94Copy full SHA for 5c5ee94
audio_data_pytorch/datasets/audio_web_dataset.py
@@ -109,7 +109,7 @@ def __init__(
109
self.map(preprocess, handler=log_and_continue)
110
else:
111
self.decode(wds.torch_audio, handler=log_and_continue)
112
- self.to_tuple("wav", "json", handler=log_and_continue)
+ self.to_tuple("wav;flac", "json", handler=log_and_continue)
113
self.map_tuple(first, identity, handler=log_and_continue)
114
115
# Transform audio
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name="audio-data-pytorch",
5
packages=find_packages(exclude=[]),
6
- version="0.0.18",
+ version="0.0.19",
7
license="MIT",
8
description="Audio Data - PyTorch",
9
long_description_content_type="text/markdown",
0 commit comments