diff options
| author | Logan Stromberg <loganstromberg@gmail.com> | 2024-05-20 14:38:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-20 18:38:38 -0300 |
| commit | c634eb4054c2e7f530307198d7cc6a20b3666d7d (patch) | |
| tree | c2a0e1d33288ab1b2e4378944006d13c3b23a843 /Directory.Packages.props | |
| parent | eb1ce41b00e415fe84537bc872ddbf13996055d5 (diff) | |
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 <lostromb@microsoft.com>
Diffstat (limited to 'Directory.Packages.props')
| -rw-r--r-- | Directory.Packages.props | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <PackageVersion Include="Avalonia.Svg" Version="11.0.0.18" /> <PackageVersion Include="Avalonia.Svg.Skia" Version="11.0.0.18" /> <PackageVersion Include="CommandLineParser" Version="2.9.1" /> - <PackageVersion Include="Concentus" Version="1.1.7" /> + <PackageVersion Include="Concentus" Version="2.2.0" /> <PackageVersion Include="DiscordRichPresence" Version="1.2.1.24" /> <PackageVersion Include="DynamicData" Version="8.4.1" /> <PackageVersion Include="FluentAvaloniaUI" Version="2.0.5" /> @@ -49,4 +49,4 @@ <PackageVersion Include="System.Management" Version="8.0.0" /> <PackageVersion Include="UnicornEngine.Unicorn" Version="2.0.2-rc1-fb78016" /> </ItemGroup> -</Project> +</Project>
\ No newline at end of file |
