Skip to content

Commit

Permalink
fixup! Start Celt wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Jklawreszuk committed Oct 29, 2024
1 parent 3ad89cd commit 426a701
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sources/engine/Stride.Audio/Layers/Celt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ internal unsafe class Celt : IDisposable
private OpusCustomMode* mode;
private OpusCustomEncoder* encoder;
private OpusCustomDecoder* decoder;

private static readonly int OPUS_RESET_STATE = 4028;

static Celt()
{
Expand Down

0 comments on commit 426a701

Please sign in to comment.