Simple Audio Recorder is a Windows desktop executable for capturing:
Both: system audio on the left channel and microphone audio on the right channelMic: a selectable microphone onlySystem: your default playback device using WASAPI loopback
The app prefers to save .wav files to Documents\Simple Audio Recorder and falls back to another writable local folder if Windows blocks that location.
The main window is intentionally compact:
- Click the mode label (
Both,Mic, orSystem) to cycle capture sources - Click the main button to start or stop recording
- Right-click anywhere in the app for
About App,View Audio Files,Microphone, andExit - Use the
Microphonesubmenu to choose a specific input device instead of the Windows default About AppincludesOpen Log Filesfor verbose diagnostic logs
The app writes verbose session logs to a per-user log folder. It prefers the normal Windows app-data location and falls back to another writable folder automatically if needed.
dotnet build