-
Updated
May 8, 2021 - Shell
speech
Here are 891 public repositories matching this topic...
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
May 8, 2021 - Python
-
Updated
Apr 24, 2021 - Jupyter Notebook
-
Updated
Apr 1, 2020 - Swift
-
Updated
May 10, 2021 - Python
-
Updated
Mar 15, 2021 - Python
-
Updated
Nov 2, 2020 - Python
-
Updated
Mar 19, 2018 - Python
-
Updated
May 10, 2021 - Jupyter Notebook
-
Updated
Apr 16, 2021 - Python
-
Updated
May 5, 2021 - Python
-
Updated
Apr 26, 2021 - C
-
Updated
May 10, 2021 - Python
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
Seek performance
-
Updated
Jun 7, 2018 - Python
-
Updated
Apr 21, 2021 - Jupyter Notebook
-
Updated
Apr 7, 2021 - Python
-
Updated
Mar 18, 2021 - Jupyter Notebook
-
Updated
Jan 14, 2021 - Python
-
Updated
Jun 22, 2020 - MATLAB
-
Updated
May 8, 2021 - TypeScript
-
Updated
Mar 28, 2021 - JavaScript
-
Updated
Jul 24, 2019 - Python
I thought about rearranging items in sentence (using drag & drop) in case of misclick or user fault.
-
Updated
May 2, 2019 - Java
Improve this page
Add a description, image, and links to the speech topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the speech topic, visit your repo's landing page and select "manage topics."
Until recent, we have been assumed that ops provided in torchaudio support autograd just because they are implemented with PyTorch. However, this assumption was not correct all the time. For example, in #704, it was pointed out that
lfitlerdoes not support autograd, and this was resolved in #1310 with proper unit tests by community contribution. Similarly, as a part of #1337, I have added autog