DtmfDetection.NAudio
0.9.0
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
<PackageReference Include="DtmfDetection.NAudio" Version="0.9.0" />
paket add DtmfDetection.NAudio --version 0.9.0
#r "nuget: DtmfDetection.NAudio, 0.9.0"
// 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 | 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. |
-
- DtmfDetection (>= 0.9.0)
- NAudio (>= 1.7.3)
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 | 46,037 | 3/22/2020 |
1.2.1 | 673 | 3/21/2020 |
1.2.0 | 601 | 2/24/2020 |
1.1.0 | 591 | 2/21/2020 |
1.0.1 | 607 | 2/20/2020 |
1.0.0 | 613 | 2/20/2020 |
0.9.2 | 1,744 | 1/13/2018 |
0.9.1 | 1,092 | 1/13/2018 |
0.9.0 | 1,821 | 10/12/2016 |
0.1.6003.39038 | 1,420 | 6/8/2016 |
0.1.5902.32393 | 1,832 | 2/28/2016 |
0.1.5902.31925 | 1,256 | 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.