DtmfDetection.NAudio 0.9.0

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

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

Extends NAudio with means to detect DTMF tones (aka touch tones) in live audio data and audio files.

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2 38,443 3/22/2020
1.2.1 648 3/21/2020
1.2.0 580 2/24/2020
1.1.0 567 2/21/2020
1.0.1 582 2/20/2020
1.0.0 579 2/20/2020
0.9.2 1,706 1/13/2018
0.9.1 1,069 1/13/2018
0.9.0 1,745 10/12/2016
0.1.6003.39038 1,390 6/8/2016
0.1.5902.32393 1,800 2/28/2016
0.1.5902.31925 1,220 2/28/2016

* It is now possible to analyze each audio channel of multi-channel audio separately. By default this is deactivated and a conversion to mono is done first.
* Fixed mono-conversion that previously just cut off all other channels but the left channel. Now all channels are averaged.
* Fixed an issue where short DTMF tones where not detected.
* Some adjustments to the Goertzel algorithm implementation.