- Oct 18, 2023
-
-
Jean-Marc Valin authored
Controls whether deep PLC is enabled
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
No dependency on the data files if no DNN code enabled
-
- Oct 15, 2023
-
-
Jean-Marc Valin authored
Signed-off-by:
Jean-Marc Valin <jmvalin@amazon.com>
-
Jean-Marc Valin authored
Signed-off-by:
Jean-Marc Valin <jmvalin@amazon.com>
-
Jean-Marc Valin authored
-
- Sep 20, 2023
-
-
Jean-Marc Valin authored
-
- Aug 09, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
When ready, change DRED_EXTENSION_ID to the final ID, remove DRED_EXPERIMENTAL_VERSION completely, and change DRED_EXPERIMENTAL_BYTES to zero (eventually remove it).
-
- Jul 28, 2023
-
-
Jean-Marc Valin authored
-
- Jul 12, 2023
-
-
Jean-Marc Valin authored
Should work for both CBR and VBR. In the CBR case, we can make CELT VBR and use DRED to fill the rest.
-
Jean-Marc Valin authored
If configuring CELT for CBR but controlling the bitrate with OPUS_SET_BITRATE rather than nbCompressedBytes, then the range coder buffer would never get resized. AFAICT this could never be triggered in Opus because CBR was also controlled by nbCompressedBytes.
-
Jean-Marc Valin authored
Avoids interactions with redundancy settings
-
Jean-Marc Valin authored
SET_BITRATE is now the total bitrate again
-
Jean-Marc Valin authored
We weren't reserving enough bytes for the DRED extension
-
Jean-Marc Valin authored
-
- Jul 03, 2023
-
-
Jean-Marc Valin authored
Also, don't code DRED that's redundant with the main packet
-
- Jun 28, 2023
-
-
Jean-Marc Valin authored
Should make synthesis easier in the future
-
- Jun 22, 2023
-
-
Jean-Marc Valin authored
-
- Jun 21, 2023
-
-
Jean-Marc Valin authored
-
- Jun 20, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jun 16, 2023
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
So it can be used outside of the SILK PLC
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
output() renamed to decode(), dred objects using alloc() and free(), OpusDRED now passed as cost for decoding.
-
-
Jean-Marc Valin authored
-