shithub: opus

RSS feed

5467539c – Jan Buethe <jbuethe@amazon.de> authored on 2023/09/12 12:22
added requirements.txt to osce

2f290d32 – Jan Buethe <jbuethe@amazon.de> authored on 2023/09/12 10:50
added more enhancement stuff

7b8ba143 – Jan Buethe <jbuethe@amazon.de> authored on 2023/09/05 18:31
added copyright headers

35ee397e – Jan Buethe <jbuethe@amazon.de> authored on 2023/09/05 08:29
added LPCNet torch implementation

90a171c1 – Jan Buethe <jbuethe@amazon.de> authored on 2023/09/05 08:13
brought NoLACE up to date

d431c321 – Michael Klingbeil <klingm@amazon.com> authored and Jean-Marc Valin <jmvalin@amazon.com> committed on 2023/09/01 19:18
Fixes vnni macro redefinition with clang

4a47b1a1 – Jan Buethe <jbuethe@amazon.de> authored on 2023/09/01 12:54
renamed ShapeNet to NoLACE

1fbdec87 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/09 14:28
Changing DRED exp. ID so we can reserve 127

bbe4dcc4 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/09 14:25
Don't allocate DRED bits if we don't have enough

0886828e – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/09 14:17
Making it easier to remove DRED experimental ID

5160d7fd – Jan Buethe <jbuethe@amazon.de> authored on 2023/08/08 06:46
improved auto-scaling in wexchange

6cba42f9 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/04 12:16
Add fwgan_load_model()

022f2b7e – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/04 10:34
int version for convenience

f7ee7137 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/03 21:32
Adding some comments

bd23d911 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/03 21:10
Continuation now working

6a184fc7 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/03 12:42
More scaling/filtering to run_fwgan_subframe()

b1a601fb – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/03 12:14
More FWGAN refactoring

5179896b – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/03 11:13
FWGAN refactoring

b0e1a2eb – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/02 22:06
Applying continuation after first subframe

3eac8c12 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/01 19:48
Avoid sin()/cos() calls for pitch reference

83e95a5c – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/08/01 17:26
Don't compute linear activation in-place

bf5eb5bf – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/30 22:06
Add FWGAN to lpcnet_demo

e62fd5c5 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/30 11:31
C implementation of FWGAN

155367d2 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/28 16:28
Skeleton for FWGAN code

e9f8402a – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/30 23:03
Handle float matrices with multiple of 8 rows

5eaa4a50 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/28 15:13
Add Gated Linear Unit (GLU)

5e045405 – Jan Buethe <jbuethe@amazon.de> authored on 2023/08/01 17:58
updated dump_model_weights.py

902d7636 – Jan Buethe <jbuethe@amazon.de> authored on 2023/08/01 14:18
added FWGAN weight dumping code

9691440a – Jan Buethe <jbuethe@amazon.de> authored on 2023/08/01 06:42
updadet wexchange version number

e916cf42 – Jan Buethe <jbuethe@amazon.de> authored on 2023/08/01 06:35
added .copy() to weights in wexchange

1fbc5fdd – Jan Buethe <jbuethe@amazon.de> authored on 2023/08/01 04:28
added auto-scaling to wexchange

aca390df – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/28 13:19
fixed wexchange for GRUs without bias

b50ddccf – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/28 14:29
Fixes weights parsing with DISABLE_DEBUG_FLOAT

8cc769ea – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/27 22:21
Switch RDO-VAE decoder to LinearLayer

ad057305 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/27 15:51
Make RDOVAE encoder use LinearLayer directly

eb72d29a – Jan Buethe <jbuethe@amazon.de> authored and Jean-Marc Valin <jmvalin@amazon.com> committed on 2023/07/24 13:13
Support for dumping LinearLayer in weight-exchange

b075eb53 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/25 23:16
oops, fix linear_init()

b1f94b1e – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/24 17:31
Add compute_generic_dense()

60d67b11 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/24 17:07
New compute_generic_conv1d()

4171532c – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/24 16:15
Add int8 type

101fd241 – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/24 10:02
added dataset for SILK to LPCNet feature conversion

8e708090 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/23 14:25
Make float_weights optional

d15be43a – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/23 14:11
Make bias/subias/diag/scale optional

9d40e5cb – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/23 10:21
Add loading for LinearLayer

587c1020 – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/22 11:16
clean-up

7487168d – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/22 10:51
added copyright headers

4f3761b0 – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/22 10:47
added verbose option to run_test.py

0763a8f7 – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/22 10:45
replaces multiprocessing module by multiprocess module in testsuite

81fe5f02 – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/22 10:13
added matplotlib to testsuite requirements (needed by librosa)

f9aee675 – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/22 09:31
added ShapeNet and ShapeUp48 models

57ab4949 – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/22 09:19
removed whitespace

ba44bac4 – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/22 09:10
added testsuite

0e5c103d – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/22 09:00
added weight-exchange library

8f7c72a6 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/21 17:42
Always define USE_SU_BIAS in vec_avx.h

4710bdf7 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/21 17:32
Add SSE2 support

9261eb5c – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/21 16:10
Refactoring to make VNNI and SSE2 easier

be5f58d6 – Jan Buethe <jbuethe@amazon.de> authored on 2023/07/22 07:11
neon related alignment requirement warning fix

cfc118d5 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/19 21:42
Merge branch 'dred_bitrate4' into opus-ng

62cd1c96 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/19 20:39
Transition to LinearLayer and remove unused code

f5a68a41 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/15 22:21
Add generic linear layer

8423ef1d – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/17 12:11
Remove unused code

4600e775 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/11 15:03
Implement allocation of the DRED bits

9fdc489c – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/11 13:48
Fix a CELT encoder CBR corner case

1736ae3f – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/10 13:43
Properly account for SILK bits in CELT CBR code

aa8b99cb – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/09 23:28
Refactoring: simplifying CELT encoder settings

650e2901 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/07 14:23
Reserve some bits for DRED

363275b5 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/07 14:24
Fix DRED failure

ec249d25 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/09 00:16
Make hybrid CBR use VBR SILK

fe84c3bc – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/09 09:05
Make "VBR with cap" less aggressive

eb175973 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/09 09:06
Some general SILK CBR tuning

bbb4cf55 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/11 23:11
Fix DRED/neural PLC for SILK stereo

3510404a – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/07/01 10:15
Properly compute and use the DRED offset field

17bb8193 – Michael Klingbeil <klingm@amazon.com> authored on 2023/06/30 18:41
add undefs in mathops.h and remove OPUS_INLINE in vec_neon.h

105e1d83 – Jan Buethe <jbuethe@amazon.de> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2023/06/30 17:15
Opus ng lace

178672ed – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/28 13:16
Silencing some warnings

2824bd1f – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/28 13:01
Adjusting offsets to synthesize 10 ms at a time

f9f35904 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/27 13:13
No longer need to #include "common.h"

f94bd543 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/26 22:56
Handle the sign of the DRED offset

115edd9c – Marcus Asteborg <xnorpx@outlook.com> authored on 2023/06/25 12:11
Move build and tests for x86 to avx2 machines.

9f4fc8bb – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/22 20:02
Replacing RNN_ macros with existing OPUS_ ones

5af9e952 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/22 14:12
no longer need that hack

b64a89fe – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/22 14:06
Using opus_int16 instead of short in LPCNet code

abe817c3 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/22 12:03
Remove pcount that's no longer useful

f36685fc – Marcus Asteborg <xnorpx@outlook.com> authored on 2023/06/22 01:27
Remove trailing whitespace in dnn

26ab10d0 – Marcus Asteborg <xnorpx@outlook.com> authored on 2023/06/21 17:19
Remove submodule init

f12371bc – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/22 11:41
Remove the duplicated pitch.h

bde43ed7 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/22 09:55
misc fixes

41700b9a – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/22 09:05
oops, forgot to update that

abf60c33 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/21 23:41
remove LPCNET_EXPORT

3c9ada30 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/21 23:38
Move LPCNet headers

42a0972a – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/21 23:31
Remove more useless code

db48088e – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/21 23:22
Should fix some missing #include problems

254b5ee7 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/21 21:54
Remove more LPCNet useless files (e.g. build)

ab6f93ad – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/21 21:23
Remove LPCNet's copy of arch.h

bf0eaada – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/21 21:14
Remove useless LPCNet files

07bb3f01 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/21 13:48
cleanup: get rid of non-causal PLC and DC handling

247e6a58 – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/21 20:44
Remove support for LPCNet quantization

bfa01f1a – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/20 20:29
Update build for LPCNet merge

7458c1bd – Jean-Marc Valin <jmvalin@amazon.com> authored on 2023/06/21 09:08
Merge LPCNet repo into Opus

7dae7b17 – Marcus Asteborg <xnorpx@outlook.com> authored on 2023/06/20 14:20
Add missing include paths for lpcnet for test binaries

Next