gitextract_thvsja40/ ├── .gitignore ├── .gitmodules ├── ChangeLog.txt ├── LICENSE ├── README.TXT ├── TODO ├── downloads_have_moved_here.txt ├── how_to_setup_code.txt ├── innosetup_installer_options.iss ├── notes ├── propaganda └── source_code/ ├── acam/ │ ├── Dll.cpp │ ├── ReadMe.txt │ ├── acam.def │ ├── acam.h │ ├── acam.vcxproj │ ├── acam.vcxproj.filters │ ├── acam.vcxproj.user │ ├── common.h │ ├── directshow_fillbuffer.cpp │ ├── directshow_stuff.cpp │ ├── dll_main.cpp │ ├── loopback-capture-helpers.cpp │ ├── loopback-capture.cpp │ ├── silence.h │ ├── silence_background_thread.cpp │ ├── silence_control.cpp │ ├── stdafx.cpp │ ├── stdafx.h │ ├── targetver.h │ └── utilities.cpp ├── acam_is_where_all_the_code_is ├── startup_debug_options ├── synth_deprecated/ │ ├── Synth.vcxproj │ ├── Synth.vcxproj.filters │ ├── Synth.vcxproj.user │ ├── dynsrc.cpp │ ├── dynsrc.h │ ├── isynth.h │ ├── loopback-capture-helpers.cpp │ ├── loopback-capture.cpp │ ├── resource.h │ ├── synth.cpp │ ├── synth.def │ ├── synth.h │ ├── synth.rc │ ├── synth.sln │ ├── synth.vcproj │ ├── synthprp.cpp │ ├── synthprp.h │ └── useless_synth.cpp ├── virtual audio output sniffer.sln └── yo.GRF