/AudioRecord

A Win32 project built for recording loopback audio, and playback recorded data

Primary LanguageC++

AudioRecord

A Win32 project built for recording loopback audio, and playback recorded data in Windows(Only support Vista and above).

Compile

Open .sln file in Visual studio 2013, Press F5 to compile and run.

Reference

Author

Unknown but thank him/her.

My Changes

  • add this README.md file and .gitignore file
  • change window to size(280x180)
  • disable windows resizing
  • format code