From c634eb4054c2e7f530307198d7cc6a20b3666d7d Mon Sep 17 00:00:00 2001 From: Logan Stromberg Date: Mon, 20 May 2024 14:38:38 -0700 Subject: Updating Concentus dependency to speed up Opus decoding (#6757) * Implementing new features in the latest Concentus library - span-in, span-out Opus decoding (so we don't have to make temporary buffer copies), returning a more precise error code from the decoder, and automatically linking the native opus library with P/invoke if supported on the current system * Remove stub log messages and commit package upgrade to 2.1.0 * use more correct disposal pattern * Bump to Concentus 2.1.1 * Bump to Concentus 2.1.2 * Don't bother pulling in native opus binaries from Concentus package (using ExcludeAssets). * Fix opus MS channel count. Explicitly disable native lib probe in OpusCodecFactory. * Bump to package 2.2.0 which has split out the native libs, as suggested. --------- Co-authored-by: Logan Stromberg --- Directory.Packages.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Directory.Packages.props') diff --git a/Directory.Packages.props b/Directory.Packages.props index d04e237e..739e66bd 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -11,7 +11,7 @@ - + @@ -49,4 +49,4 @@ - + \ No newline at end of file -- cgit v1.2.3