Author Topic: Audio capture (VS 2022 version)  (Read 7876 times)

Patrice Terrier

  • Administrator
  • *****
  • Posts: 1983
    • zapsolution
Audio capture (VS 2022 version)
« on: April 06, 2017, 03:29:35 pm »
Audio capture

C++ 64-bit Visual Studio community 2022 project,
to capture in stereo mix mode any sound playing on a multiplex audio card.



For the best audio quality, you must setup the record mode of the audio card in "stereo mix", and disable the microphone.

How to use AudioCap :
1 - Start AudioCap.
2 - Start playing a movie (with a sound track) or a local or internet audio file (streaming).
3 - Press the [Start capture] button, to see the oscilloscope PCM WIMDATA curve.
4 - Check "Capture to Wave" if you want to create the "capture.wav", or check "Monitoring only" if you want to see only the peak level.

This version has been upgraded to VS2022, and the new EXE size is only 19 kb including the 5 Kb of the resource icon!.
« Last Edit: August 20, 2023, 03:33:53 pm by Patrice Terrier »
Patrice
(Always working with the latest Windows version available...)