Announcing AudioCapture. A win32 application to capture audio from a process and save it to an audio file. Full disclosure: This was written with Claude Code. Why? Because I'm not an experienced c++ programmer, however I saw an idea for an app and no one else was going to write it, so I did it myself this way. The full code is available, so if you wish to contribute, feel free. github.com/masonasons/AudioCap…
This entry was edited (1 month ago)

reshared this

in reply to Andre Louis

Revisiting this thread. For both of you on Windows 10, could you try the latest release of AudioCapture and see if process capture works for you? I've discovered a bug with windows 10 where the process loopback capture doesn't release properly, and unfortunately this means that the process can only be captured one time. If you uncapture the process, you either have to restart the process, or AudioCapture itself. github.com/masonasons/AudioCap…
This entry was edited (1 month ago)
in reply to Andre Louis

Is the executable signed? I have a command I run on the executable before I release it so defender apparently doesn’t flag it. Don’t know if it works though. Install windows SDK, just in case someone needs it, here is the command. powershell:
& 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe' sign /fd SHA256 /tr timestamp.digicert.com /td SHA256 /a '.\iptvclient.exe'
If your in CMD:
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\signtool.exe" sign /fd SHA256 /tr timestamp.digicert.com /td SHA256 /a ".\iptvclient.exe"
This entry was edited (1 month ago)
⇧