Skip to content
#

speech

Here are 1,115 public repositories matching this topic...

datasets
lhoestq
lhoestq commented Jun 28, 2021

As mentioned in huggingface/datasets#2552 it would be nice to improve the error message when a dataset fails to build because there are duplicate example keys.

The current one is

datasets.keyhash.DuplicatedKeysError: FAILURE TO GENERATE DATASET !
Found duplicate Key: 48
Keys should be unique and deterministic in nature

and we could have something

enhancement good first issue
pytorch-kaldi

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.

  • Updated Mar 14, 2022
  • Python
mthrok
mthrok commented Oct 15, 2021

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

soloud
brightening-eyes
brightening-eyes commented Feb 20, 2018

hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out

Amazing-Python-Scripts
syamala27
syamala27 commented Oct 1, 2021

Is your feature request related to a problem? Please describe.
I have seen many games but how about a coffe machine game? Oh yes !!
I love to drink coffee. But, I wonder how coffee is being made by the cafe's. My project is similar to that. For more picture clear, i have added the ss below.

Describe the solution you'd like
Sir, this is a BasicPythonScripts to implement coffee machine

enhancement good first issue assigned hacktoberfest

Improve this page

Add a description, image, and links to the speech topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the speech topic, visit your repo's landing page and select "manage topics."

Learn more