shithub: opus

Download patch

ref: b75bd48d82281193681c49c00fca9773a45fb0d8
parent: 5eeb5766718c32db20680cfc5ce7cee068df84f3
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Sun Feb 18 11:36:04 EST 2024

Remove training whitespace

--- a/dnn/lossgen.c
+++ b/dnn/lossgen.c
@@ -25,11 +25,11 @@
 */
 
 /* This packet loss simulator can be used independently of the Opus codebase.
-   Do do that, you need to compile the following files:
+   To do that, you need to compile the following files:
      dnn/lossgen.c
      dnn/lossgen_data.c
-   
-   To to that, the following files are needed as #include
+
+   with the following files needed as #include
      dnn/lossgen_data.h
      dnn/lossgen.h
      dnn/nnet_arch.h
@@ -43,7 +43,6 @@
      include/opus_defines.h
      include/opus_types.h
 
-   
    Additionally, the code in dnn/lossgen_demo.c can be used to generate losses from
    the command line.
 */
--