DtmfDetection 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DtmfDetection --version 1.2.0
NuGet\Install-Package DtmfDetection -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DtmfDetection" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DtmfDetection --version 1.2.0
#r "nuget: DtmfDetection, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DtmfDetection as a Cake Addin
#addin nuget:?package=DtmfDetection&version=1.2.0

// Install DtmfDetection as a Cake Tool
#tool nuget:?package=DtmfDetection&version=1.2.0

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: Add XML documentation.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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.

Version Downloads Last updated
1.2.2 39,148 3/22/2020
1.2.1 819 3/21/2020
1.2.0 745 2/24/2020
1.1.0 742 2/21/2020
1.0.1 744 2/20/2020
1.0.0 753 2/20/2020
0.9.2 1,856 1/13/2018
0.9.1 1,337 1/13/2018
0.9.0 2,090 10/12/2016
0.1.6003.39038 1,866 6/8/2016
0.1.5902.31925 1,674 2/28/2016

Add XML documentation.