Thanks for all the replies!
I should have been a little more specific about what I need to do. I have written a little tool that does two things:
1) It records audio from my microphone
2) It starts a timer, so when I press keys on the keypad I can save the timestamps, and the key values, in a JSON file.
I have another program that starts a timer and PLAYS the audio files. Then I can look at the JSON timestamps to "sync" the audio file with my program. I have this working already, but the audio files are Mono, and Stereo would be much better.
Is it possible to launch Audacity from Construct 3? I wonder if the timing would be a little inconsistent, though.