-
Updated
Oct 3, 2020 - Shell
speech
Here are 704 public repositories matching this topic...
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Python
-
Updated
Apr 1, 2020 - Swift
Fix code
-
Updated
Oct 4, 2020 - Python
-
Updated
Jun 11, 2020 - Python
-
Updated
Mar 19, 2018 - Python
-
Updated
Apr 1, 2020 - Python
-
Updated
Sep 7, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Sep 24, 2020 - C
-
Updated
Jun 28, 2020 - Python
-
Updated
Jun 7, 2018 - 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
Sep 18, 2020 - Python
-
Updated
Sep 25, 2020 - Python
-
Updated
Jun 22, 2020 - MATLAB
-
Updated
Oct 2, 2020 - Jupyter Notebook
-
Updated
Aug 8, 2020 - JavaScript
-
Updated
Oct 3, 2020 - TypeScript
-
Updated
Jul 24, 2019 - Python
-
Updated
May 2, 2019 - Java
We have to create contributing files for two repositories:
- cboard-api
- ccboard
Also, please update cboard's contributing file, in order to:
- Add a list of ways to Contribute .
- Include and describe testing as a way to contribute.
- Include discord channel .
- Include Coding conventions.
-
Updated
Jul 15, 2020 - Java
-
Updated
Feb 16, 2020 - Python
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."
Hello, if i enable bidirectional decoder training script drops eror.
There is in train.py line 185
keep_avg.update_values({'avg_decoder_b_loss': loss_dict['decoder_backward_loss'].item(),
need to change on
keep_avg.update_values({'avg_decoder_b_loss': loss_dict['decoder_b_loss'].item(),