DtmfDetection 0.9.0
See the version list below for details.
dotnet add package DtmfDetection --version 0.9.0
NuGet\Install-Package DtmfDetection -Version 0.9.0
<PackageReference Include="DtmfDetection" Version="0.9.0" />
paket add DtmfDetection --version 0.9.0
#r "nuget: DtmfDetection, 0.9.0"
// Install DtmfDetection as a Cake Addin #addin nuget:?package=DtmfDetection&version=0.9.0 // Install DtmfDetection as a Cake Tool #tool nuget:?package=DtmfDetection&version=0.9.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.
Product | Versions 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. |
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.
* It is now possible to analyze each audio channel of multi-channel audio separately.
* Fixed an issue where short DTMF tones where not detected.
* Some adjustments to the Goertzel algorithm implementation.