Skip to content

Commit 426a701

Browse files
committed
fixup! Start Celt wrapping
1 parent 3ad89cd commit 426a701

File tree

1 file changed

+0
-2
lines changed
  • sources/engine/Stride.Audio/Layers

1 file changed

+0
-2
lines changed

sources/engine/Stride.Audio/Layers/Celt.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ internal unsafe class Celt : IDisposable
2121
private OpusCustomMode* mode;
2222
private OpusCustomEncoder* encoder;
2323
private OpusCustomDecoder* decoder;
24-
25-
private static readonly int OPUS_RESET_STATE = 4028;
2624

2725
static Celt()
2826
{

0 commit comments

Comments
 (0)