Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 614 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 614 Bytes

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