Giter Club home page Giter Club logo

Etienne Dechamps

Also known as: dechamps, edechamps, e-t172

I am a software engineer with ~20 years experience (~10 years professionally) specializing in backend/systems programming targetting Linux and Windows. I also like to spend my time on pet projects related to audio and video playback (e.g. calibration, signal processing), and a bunch of other things.

My primary language is C++, but I also dabble in Python especially for data crunching and signal processing projects. I'd love to write some Rust one day.

This is my personal profile describing projects I do on my free time. I am also employed as a software engineer by Google, but none of the activity under this GitHub profile is affiliated to my employer in any way. My GitHub activity on behalf of my employer can be found under the edechamps-Google profile.

Active projects

  • FlexASIO, a universal ASIO driver (C++, Windows, audio)
    • By far the project I'm most known for, with 1k+ GitHub stars and a Wikipedia mention.
  • videojitter, a physical light-based video frame presentation timing measurement system (Python, video, signal processing)
    • The first tool of its kind, as far as I'm aware.

Inactive projects

  • Loudspeaker Explorer, a loudspeaker measurement visualization, analysis and comparison tool (Python, Jupyter, data visualization, audio)
    • Ever wondered what would happen if someone crammed an entire app into a single Jupyter notebook and ran the entire thing off Colab? Now you know.
  • RudeWindowFixer, a tool to fix Windows always-on-top taskbar issues (C, Windows, binary reverse engineering)
    • My first foray into binary reverse engineering, reversing closed-source Windows explorer binaries related to taskbar operation and using my findings to work around a particularly annoying bug Microsoft hasn't bothered to fix in many years.
  • WindowInvestigator, a set of Windows window management introspection tools (C, Windows)
    • I wrote these to help with the investigation that led to RudeWindowFixer.
  • ASIO401, an ASIO driver for the QA401 industrial-grade audio analyzer (C++, Windows, USB, audio)
    • Directly implementing a bespoke USB protocol using WinUSB.
    • Developed with the support and blessing of the manufacturer.
  • WinSoftVol, a Windows driver to force software volume control (C, Windows, kernel-mode driver)
    • My first foray into Windows driver development.
    • This trivial filter driver alters the way Windows audio devices work, preventing Windows from using hardware volume control.
  • kmlpipe, a geographic data processing toolbox (bash, XSLT, GIS)
    • I wrote this to assist me in my search for the perfect London flat.
    • It's a geographical information system using XML files as its internal representation (I'm sorry), with individual processing steps written in XSLT (I'm very sorry), with the whole thing orchestrated by a pile of shell scripts (I am so, so sorry). It also integrates with various APIs like Google Maps.
      • Needless to say, if you're planning to use this, you are either very brave, foolish, or both.
  • AudioMeterEvent, a tool to automatically call an HTTP API when a Windows audio device is in use (C#, Windows, audio)
    • My first foray into C#.
    • I use this for home automation, to automatically turn my speakers on/off based on audio activity.
  • LGTVDeviceListener, an LG TV remote control tool triggered by Windows USB device plug/unplug events (C++, Windows)
    • What do you mean, "niche"?
  • laplock, a tool to automatically lock a Windows laptop when its lid is closed (C, Windows)
    • One of these "I can't believe Windows doesn't have that built in" workarounds
    • My oldest project on GitHub: initial release was in 2013. It still works and I still use it to this day!
  • APO, a bunch of random docs on Windows APOs (Windows, audio)
  • audiotools, a disparate set of docs and tools for audio measurement (audio)
    • Includes discussions of some of the relevant IEC and AES standards.
  • HDRCompare, a set of filters to compare SDR vs. HDR video files (ffmpeg, video)
  • WinIPBroadcast, a tool to send network broadcasts to all Windows network interfaces (C, Windows, networking)
    • Another decade-old tool, which (as far as I know) still works to this day.
    • I wrote it to get old LAN games to work. Not nearly as useful nowadays.

Projects I've significantly contributed to

  • tinc, a peer-to-peer mesh VPN (C, networking)
    • Made major contributions to the modern tinc 1.1 protocol (SPTPS), including redesigning the way it does NAT traversal (UDP hole punching, etc.) and MTU probing.
  • ZFS On Linux, a feature-rich filesystem (C, Linux, kernel)
    • My first foray into Linux kernel development.
    • Made a number of non-trivial contributions, mostly related to performance and scalability, on behalf of my employer at the time, OVH.

Etienne Dechamps's Projects

anyxml icon anyxml

wraps xml.Marshal() with github.com/clbanning/mxj general XML marshaling capability

apo icon apo

Some random notes about Windows Audio Processing Objects (APOs).

asio401 icon asio401

An unofficial ASIO driver for the QuantAsylum QA401 audio analyzer.

asiotest icon asiotest

A library for testing ASIO audio drivers.

asioutil icon asioutil

Random grab bag of utilities for developing ASIO audio drivers.

audiometerevent icon audiometerevent

A utility that triggers HTTP requests based on Windows audio device levels.

audiotools icon audiotools

Random potpourri of docs and tools related to audio measurement and analysis.

bac0 icon bac0

BAC0 - Library depending on BACpypes (Python 3) to build automation script for BACnet applications

bfr icon bfr

Fork of BACnet Firewall Router: http://bfr.sourceforge.net/

cpplog icon cpplog

A basic logging library for C++. (Windows-only, for now.)

cpputil icon cpputil

Random grab bag of generic C++ utilities.

flexasio icon flexasio

A flexible universal ASIO driver that uses the PortAudio sound I/O library. Supports WASAPI (shared and exclusive), KS, DirectSound and MME.

fuseflt icon fuseflt

A FUSE filesystem with file conversion filter support

harpoond icon harpoond

Provides basic support to control Corsair Harpoon Mouse's LEDs.

hdrcompare icon hdrcompare

A suite of ffmpeg filters for comparing SDR and HDR video material

iodine icon iodine

Official git repo for iodine dns tunnel

jupytext icon jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts

kmlpipe icon kmlpipe

A geographic data processing toolbox based on KML, bash, and XSLT.

laplock icon laplock

Auto-lock your Windows computer when the lid is closed or the screen turns off.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.