bert
FParsec.CSharp
by:
bert
- 34,967 total downloads
- last updated 12/28/2021
- Latest version: 12.2.0
FParsec.CSharp is a thin C# wrapper for FParsec.
Documentation: https://github.com/bert2/FParsec.CSharp
Release notes: Declare nullability correctly for Opt() and when unwrapping parser replies.
DtmfDetection
by:
bert
- 21,420 total downloads
- last updated 3/22/2020
- Latest version: 1.2.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.
Documentation: https://github.com/bert2/DtmfDetection
Release notes: Refactor wait time estimation of the...
More information
- 20,751 total downloads
- last updated 3/22/2020
- Latest version: 1.2.2
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.
- 6,323 total downloads
- last updated 7/1/2020
- Latest version: 4.1.0
A set of extensions methods to help working with nullable types by implementing the Maybe monad on top of `T?`.
Documentation: https://github.com/bert2/Nullable.Extensions
Release notes: Add new `Else()` extension.