Skip to content

Commit 8345f09

Browse files
committed
Some fixes.
1 parent 1d28ffc commit 8345f09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

OpusSharp.Core/Extensions/OpusDecoderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace OpusSharp.Core.Extensions
55
/// <summary>
66
/// Contains the <see cref="OpusDecoder"/> helper extensions.
77
/// </summary>
8-
/// <remarks>OPUS_SET_COMPLEXITY & OPUS_GET_COMPLEXITY have not been added since they aren't documented yet in the opus documentation, However you can use these via the manual CTL functions.</remarks>
8+
/// <remarks>OPUS_SET_COMPLEXITY and OPUS_GET_COMPLEXITY have not been added since they aren't documented yet in the opus documentation.</remarks>
99
public static class OpusDecoderExtensions
1010
{
1111
/// <summary>

OpusSharp.Natives/OpusSharp.Natives.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<file src="runtimes\linux-arm64\native\opus.so" target="runtimes\linux-arm64\native" />
2828
<file src="runtimes\linux-arm\native\opus.so" target="runtimes\linux-arm\native" />
2929

30-
<file src="runtimes\osx-x64\native\opus.so" target="runtimes\osx-x64\native" />
31-
<file src="runtimes\osx-arm64\native\opus.so" target="runtimes\osx-arm64\native" />
30+
<file src="runtimes\osx-x64\native\opus.dylib" target="runtimes\osx-x64\native" />
31+
<file src="runtimes\osx-arm64\native\opus.dylib" target="runtimes\osx-arm64\native" />
3232

3333
<file src="./README.md" target="docs" />
3434
</files>

0 commit comments

Comments
 (0)