DtmfDetection 0.9.2
See the version list below for details.
dotnet add package DtmfDetection --version 0.9.2
NuGet\Install-Package DtmfDetection -Version 0.9.2
<PackageReference Include="DtmfDetection" Version="0.9.2" />
paket add DtmfDetection --version 0.9.2
#r "nuget: DtmfDetection, 0.9.2"
// Install DtmfDetection as a Cake Addin #addin nuget:?package=DtmfDetection&version=0.9.2 // Install DtmfDetection as a Cake Tool #tool nuget:?package=DtmfDetection&version=0.9.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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net47 is compatible. 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.
* No change -- new package was only pushed to keep version in sync with DtmfDetection.NAudio