DtmfDetection 1.2.2
dotnet add package DtmfDetection --version 1.2.2
NuGet\Install-Package DtmfDetection -Version 1.2.2
<PackageReference Include="DtmfDetection" Version="1.2.2" />
paket add DtmfDetection --version 1.2.2
#r "nuget: DtmfDetection, 1.2.2"
// Install DtmfDetection as a Cake Addin
#addin nuget:?package=DtmfDetection&version=1.2.2
// Install DtmfDetection as a Cake Tool
#tool nuget:?package=DtmfDetection&version=1.2.2
Implementation of the Goertzel algorithm for the detection of DTMF tones (aka touch tones) in audio data. Install the package DtmfDetection.NAudio for integration with NAudio.
Documentation: https://github.com/bert2/DtmfDetection
Release notes: Refactor wait time estimation of the `BackgroundAnalyzer` to a less handcrafted solution.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DtmfDetection:
Package | Downloads |
---|---|
DtmfDetection.NAudio
Extends NAudio with means to detect DTMF tones (aka touch tones) in live audio data and audio files. Documentation: https://github.com/bert2/DtmfDetection Release notes: Refactor wait time estimation of the `BackgroundAnalyzer` to a less handcrafted solution. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Refactor wait time estimation of the `BackgroundAnalyzer` to a less handcrafted solution.