-
Updated
Apr 20, 2022 - Python
audio
Here are 1,307 public repositories matching this topic...
-
Updated
Mar 20, 2022 - Python
-
Updated
Sep 10, 2021 - Python
-
Updated
Apr 19, 2022 - Python
-
Updated
Apr 22, 2022 - Python
-
Updated
Feb 9, 2022 - Python
-
Updated
Apr 15, 2022 - Python
-
Updated
Apr 9, 2022 - Python
-
Updated
Apr 28, 2021 - Python
-
Updated
Apr 5, 2022 - Python
-
Updated
Apr 5, 2022 - Python
-
Updated
Apr 22, 2022 - Python
-
Updated
Jan 10, 2022 - Python
-
Updated
Apr 22, 2022 - Python
-
Updated
Jan 21, 2022 - Python
-
Updated
Mar 17, 2022 - Python
-
Updated
Aug 3, 2019 - Python
As someone looking to rerip 300+ audio cds, ripper looks like the right tool for the job. It strikes me that this is a good opportunity to re-evaluate exactly how I have my music collection tagged/sorted.
An area where I think there could be some improvement is around documenting exactly how whipper works in it's default configuration and why these options have been chosen. Specifically
-The d
-
Updated
Dec 6, 2021 - Python
Create a dataset that extends MixSrcFolder that only returns excerpt where a target source is salient.
Padding transform
This transform takes a fraction of the end or the start of the audio and treats that part as padding. We can implement several modes:
- constant (zero)
- wrap
- reflect
Improve this page
Add a description, image, and links to the audio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the audio topic, visit your repo's landing page and select "manage topics."
PyTorch core has download function and
torch.hub.download_url_to_file.Torchaudio can use it for dataset download and does not need to maintain its own
torchaudio.datasets.utils.download_url.In addition to that, there seems to be something wrong with
torchaudio.datasets.utils.download_url.It fails to download multiple of huge files. I think we should get rid of `torchaudio.datasets.ut