-
下载VB-Audio CABLE
https://download.vb-audio.com/Download_CABLE/VBCABLE_Driver_Pack43.zip
官网
-
解压并安装。
-
打开你喜欢的音频播放器,输出设备选择
CABLE Input
。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <cstdio> | |
using namespace std; | |
void Foo(void) { | |
//puts("Foo Start"); | |
for (int i = 0; i >= 0; ++i) { | |
// Undefined behavior | |
} | |
puts("Foo End"); |
OlderNewer