DtmfDetection 0.1.5902.31925

There is a newer version of this package available.
See the version list below for details.
dotnet add package DtmfDetection --version 0.1.5902.31925
NuGet\Install-Package DtmfDetection -Version 0.1.5902.31925
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="0.1.5902.31925" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DtmfDetection --version 0.1.5902.31925
#r "nuget: DtmfDetection, 0.1.5902.31925"
#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=0.1.5902.31925

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

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.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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

Initial release.