- Oct 16, 2024
-
-
Jan Buethe authored
update to osce evaluation script
-
- Jul 26, 2024
-
-
Jan Buethe authored
-
- May 18, 2024
-
-
Jean-Marc Valin authored
Retraining a new model so that we have a matching .pth file. Also, discarding more data on init to get better randomization.
-
Jean-Marc Valin authored
-
- May 06, 2024
-
-
Jan Buethe authored
-
- Apr 29, 2024
-
-
Jan Buethe authored
-
Jan Buethe authored
-
Jan Buethe authored
-
- Apr 24, 2024
-
-
Jan Buethe authored
-
- Apr 21, 2024
-
-
Jan Buethe authored
-
- Apr 20, 2024
-
-
Jan Buethe authored
-
- Apr 10, 2024
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
- Apr 09, 2024
-
-
Jean-Marc Valin authored
Now used for fargan instead of LPCNet
-
Jean-Marc Valin authored
-
- Apr 01, 2024
-
-
Jean-Marc Valin authored
Should fix the few cases where the PLC would create voice frames that shouldn't be there.
-
- Mar 14, 2024
-
-
Jean-Marc Valin authored
-
- Mar 12, 2024
-
-
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.36 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.36...3.1.41 ) Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 07, 2024
-
-
Jan Buethe authored
-
- Mar 05, 2024
-
-
clang exposes this intrinsic even in 32-bit mode, if targeting >= armv8, whereas gcc does not, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95399 Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 03, 2024
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Mar 02, 2024
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
silk_burg_analysis() could return a slightly negative value on zero input, which would cause a negative, which the log didn't like.
-
- Feb 27, 2024
-
-
Jean-Marc Valin authored
-fargan-synthesis not -fargan_synthesis
-
- Feb 25, 2024
-
-
Jean-Marc Valin authored
-
- Feb 23, 2024
-
-
The existing code in vec_avx.h produced warning: dereferencing type-punned pointer will break strict-aliasing rules with gcc 6.4.0. We already had a macro to work around this within the rules of the C standard, but trying to use that here does not get optimized into a single MOVD like we were hoping. Replacing it with memcpy() instead does get optimized correctly, but requires switching from a macro to an inline function in order to be able to declare a local variable and return a value. We already have such an inline function in NSQ_del_dec_avx2.c, so hoist that out and use it everywhere, and then convert vec_avx.h to use it also.
-
- Feb 18, 2024
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Feb 17, 2024
-
-
Jean-Marc Valin authored
Also skip the first loss values being generated since they're biased towards "not lost" due to the initialization.
-
- Feb 15, 2024
-
-
Jan Buethe authored
-
Jan Buethe authored
-
- Feb 06, 2024
-
-
Jean-Marc Valin authored
Fails ubsan because memcpy declares args as non-null
-
- Jan 31, 2024
-
-
Jean-Marc Valin authored
-
- Jan 23, 2024
-
-
Jan Buethe authored
-