Merge branch 'DVMProject:main' into main

pull/1/head
Static 11 months ago committed by GitHub
commit c7327bacd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -146,6 +146,8 @@ namespace dvmconsole
if (channel.Encoder == null)
channel.Encoder = new MBEEncoder(MBE_MODE.DMR_AMBE);
ambe = new byte[FneSystemBase.AMBE_BUF_LEN];
channel.Encoder.encode(samples, ambe);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.