bert2

Results 4 repositories owned by bert2

microscope

40
Stars
2
Forks
Watchers

:microscope: CodeLens extension for Visual Studio that lets you inspect the intermediate language instructions of methods and properties.

DtmfDetection

42
Stars
19
Forks
Watchers

C# implementation of the Goertzel algorithm for DTMF tone (a.k.a. Touch-Tone) detection and localization in audio data. Includes wrappers and extensions for NAudio.

Nullable.Extensions

16
Stars
2
Forks
Watchers

A set of C# extension methods to help working with nullable types by implementing the Maybe monad on top of `T?`.