Skip to content

Commit

Permalink
Merge pull request #5 from AvionBlock/dev
Browse files Browse the repository at this point in the history
Update master
  • Loading branch information
SineVector241 authored Nov 13, 2024
2 parents 625304c + 6c9ea2f commit 3003977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Or you can install it via the dotnet CLI.
dotnet add package SpeexDSPSharp.Core --version x.y.z
```

## Step 2: Include Opus DLL.
## Step 2: Include SpeexDSP DLL.

By default, SpeexDSPSharp.Core DOES NOT contain the opus precompiled DLL's or binaries. This is so you can choose to provide your own DLL's or binary files instead of using SpeexDSPSharp's compiled binaries.
By default, SpeexDSPSharp.Core DOES NOT contain the speexdsp precompiled DLL's or binaries. This is so you can choose to provide your own DLL's or binary files instead of using SpeexDSPSharp's compiled binaries.

However if you want to use the precompiled binaries that SpeexDSPSharp provides, you can install the SpeexDSPSharp.Natives package onto your platform specific projects via the nuget package manager through your IDE, e.g. VS22, Rider, etc...

Expand Down

0 comments on commit 3003977

Please sign in to comment.