Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 Mac OS X 中仅使用 Terminal.app 从内置麦克风录制语音。有什么办法吗?
安装 brew 然后安装 sox
$ brew install sox $ sox -d recording.wav
正如epatel 提到的,但使用端口系统代替:
$ sudo port install sox