我认为 Windows 中我最喜欢的功能(从 XP 到 8.1)是全屏的 Windows Media Player 可视化(名为)“Alchemy”。有没有办法让它响应来自线路输入插孔的信号?(或任何其他音频源)
答案1
- 下载 VLC 媒体播放器
- 从输入设备创建流
- 在 Windows Media Player 中打开流
- 将视图切换至正在播放并设置可视化。
Open VLC and choose "Media > Open Capture Device"
Capture Mode: DirectShow
Video Device Name: None
Audio Device Name: Your desired input device
Bottom right play button, hit the down arrow and choose "Stream"
New window opens > Hit Next
New Destination: Dropdown to "MS-WMSP (MMSH)
Click ADD button
Address: 127.0.0.1
Port: 8080
Choose Next
Check Active Transcoding
Choose "Audio-MP3" from dropdown
Choose Next
Click Stream (leave "stream all elementary streams unchecked")
Now you have the VLC stream configured.
Open Windows Media Player
Press ALT key for file menu
File > Open URL > mms://127.0.0.1:8080
Press ALT key again
View > Now Playing
Right click the middle of the screen
Visualizations > Alchemy > Random
现在您应该可以从扬声器中听到输入设备的声音,同时看到它改变炼金术的动作。