虚拟音频 · macOS

Mac 虚拟音频——一个麦克风,承载你听到的一切

一款免费的 Mac 虚拟音频驱动。它会添加一个音频设备,每款应用都把它当成普通麦克风——于是你可以把人声、系统声音、音乐和视频伴音混成一路,送进 Microsoft Teams、Telegram、Discord、Zoom 或任何带麦克风输入的软件。仅 37 KB,经 Apple 签名与公证。

它是用来做什么的

你的 Mac 只能送出一个麦克风。这让它承载全部声音。

会议应用只允许你选一个麦克风,而那个麦克风通常只有你的声音。其他想让对方听到的内容——一首曲子、一段视频、你正在演示的那款应用发出的声音——只能举到麦克风前面,或者通过另开的屏幕共享传过去,而屏幕共享又常常把声音丢掉。虚拟音频设备去掉了这个限制:你先把各路声音混好,通话收到的就是这份成品混音,就像收到一个普通麦克风一样。

🎧

在通话里播放音乐

Voice and track arrive together, at the levels you set, without the other side hearing a laptop speaker through your microphone.

🖥

分享 Mac 正在播放的声音

System sound goes into the same feed, so a demo, a video or an alert is heard exactly as you hear it — not through the room.

🎬

放视频不丢声音

Screen sharing frequently sends picture only. Route the clip's audio into the virtual device and it travels with your voice.

🎙

两个麦克风,一条通道

Interviewing someone in the same room, or using a headset plus a desk mic — both can feed a single output.

🔴

录下整段对话

A recorder pointed at the virtual device captures one track that already contains every source you mixed.

🧩

没有音频路由功能的应用

Most messengers expose a microphone dropdown and nothing more. That dropdown is all this driver needs.

通用兼容性

只要应用有麦克风设置,它就能用。

驱动会向 CoreAudio 注册自己——macOS 里每款应用都是通过它来获取音频设备的。无需逐个应用做集成:虚拟设备会直接出现在麦克风列表里,就排在你的真实麦克风旁边。

Microsoft Teams
Telegram
Discord
Zoom
Google Meet
WhatsApp
OBS Studio
Slack
Webex
Jitsi
+ 任何带麦克风
输入的应用
两分钟完成设置

三个步骤。

1

下载并打开安装包

安装包只有 37 KB。它带有 Apple Developer ID 签名,并已通过 Apple 公证,因此 macOS 打开它时不会弹出 Gatekeeper 警告。

2

输入管理员密码

驱动会被放进系统音频插件目录 /Library/Audio/Plug-Ins/HAL,所以 macOS 才会询问密码。无需重启进入恢复模式,也不用降低任何安全设置。

3

把它选作麦克风

打开 Teams、Telegram、Discord、Zoom 或你正在通话的那款应用的音频设置,在麦克风列表里选择 SplitCam Virtual Audio。混进去的所有声音,从此都会走这条通道。

What is a virtual audio device?

A microphone that exists only in software.

A virtual audio device is a driver that adds an audio input to macOS which has no hardware behind it. Applications cannot tell the difference — CoreAudio hands them the same kind of device description it would for a USB microphone, so the virtual one turns up in the microphone dropdown next to your real hardware.

What makes it useful is that its input side is open. A mixer — SplitCam, for example — can pour several signals into it at once: your voice, the sound the Mac itself is playing, a music player, the audio of a clip you are showing. The application on the other end still believes it is listening to one plain microphone.

This is a CoreAudio HAL plug-in, not a kernel extension. It runs in user space, needs no reduced-security boot and can be removed by deleting a single folder.

📦SplitCamVirtualAudio.pkg — 37 KB installer
📁/Library/Audio/Plug-Ins/HAL — where it installs
🔏Developer ID + notarised — Gatekeeper accepts it
🎚Driver version 1.1 — user space, no kernel extension
什么是虚拟音频设备?

它需要什么。

Apple Silicon

M1、M2、M3、M4 及更新机型。驱动只编译了 arm64 版本——不支持 Intel 芯片的 Mac。

macOS 12 Monterey 或更高版本

与 Mac 版 SplitCam 的最低要求相同。

管理员密码

只需输入一次,用于写入系统音频插件目录。

37 KB,免费

无需账号,无需订阅,也不会给它承载的任何内容加水印。

已经在用 Mac 版 SplitCam? 那你多半已经有这个驱动了——macOS 版应用自带它,并会自动完成设置。这个独立安装包是为需要单独安装或修复该音频设备的情况准备的,不会动到应用的其他部分。

混一次音,送到任何地方。

免费下载。37 KB,经 Apple 签名与公证。支持 Apple Silicon,macOS 12 或更高版本。

⬇ 下载驱动 获取 Mac 版 SplitCam
Frequently asked

虚拟音频常见问题。

Everything worth knowing before you install it.

什么是虚拟音频驱动?

一种在 macOS 中添加音频设备的软件,背后并没有任何硬件。应用无法把它和真实麦克风区分开——它会像其他输入设备一样出现在麦克风列表里,因此送进它的任何声音都能进入通话、直播或录制。

Which Macs does it support?

搭载 Apple Silicon 的 Mac——M1、M2、M3、M4 及更新机型——并运行 macOS 12 Monterey 或更高版本。驱动只编译了 arm64 版本,因此不支持 Intel 芯片的 Mac。

Do I need it if I already have SplitCam for Mac?

通常不需要。macOS 版应用已经包含这个驱动,并会替你安装好。独立安装包只是为了应对需要单独安装或修复该音频设备的情况。

它支持哪些 Mac?

不是。它是一个 CoreAudio HAL 插件,位于 /Library/Audio/Plug-Ins/HAL,运行在用户空间。不需要在恢复模式里放行,也不用打开任何降低安全性的选项。

Why does macOS ask for my password?

系统音频插件目录属于 macOS,往里写入需要管理员权限。安装包使用 Apple Developer ID 证书签名,并通过了 Apple 公证,所以 Gatekeeper 会直接放行,不会发出警告。

How do I uninstall it?

/Library/Audio/Plug-Ins/HAL 中删除 SplitCamVirtualAudio.driver,然后重启 Mac 或重启音频服务。虚拟设备就会从麦克风列表中消失。

已经装了 Mac 版 SplitCam,还需要它吗?

有——SplitCam 按同样的原理提供了虚拟摄像头,让你合成好的场景在 Zoom、Teams、Meet 以及数十款其他应用中代替网络摄像头出镜。

它是内核扩展吗?

不收费。驱动是免费的,SplitCam 本身也是。无需注册账号,无需订阅,也不会在音频上加任何水印。