博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to Transfer Audio Output from Mac OS X to Ubuntu via a Network?
阅读量:4921 次
发布时间:2019-06-11

本文共 1643 字,大约阅读时间需要 5 分钟。

转载自:

4
4

Is it possible to somehow tap in to sound output and send it via network to another machine. Formats probably are incompatible, but I would appreciate even on some information on how to tap in to audio on Mac OS X!

|

57% accept rate
   

3
accepted

I was working on a good solution to this earlier this year, but haven't gotten the best way.

The first piece you will likely need is . This will let you take the digital-out of your Mac, and loop it to a new digital-in source.

The piece I'm missing is the best way to broadcast a digital input to another machine.

It is probably possible to do this via ESounD,PulseAudio, or Jack, but I am not familiar with implementations of those, and this hasn't been my highest priority.

Another route I was considering was using VLC, to somehow source the Soundflower as though it were line-in or mic input, and publish an audio stream, then connect to this stream from Ubuntu, i.e. at.

However you arrive at it, I hope that this answer has helped you fit one piece of this puzzle.

|
 
Thanks for the link to Soundflower ... See, now I'm thinking of some legitimate uses (for myself) for this; at least, for Soundflower. Too bad I'm not a Mac. Must consult the great Oracle for something similar for Winders or Linux. –   
 
PulseAudio supports linux and native win32 and you can probably configure it work like this. I can't find mac port of PulseAudio, but just older version called esound, which might work with PulseAudio. Thank you mpbloch! –   

转载于:https://www.cnblogs.com/yang3wei/archive/2012/02/04/2739938.html

你可能感兴趣的文章
java中Class的使用详解
查看>>
css,js文件后面加一个版本号
查看>>
webpack第一节(2)
查看>>
python之asyncio三种应用方法
查看>>
Laravel 的文件存储 - Storage
查看>>
转:[Server] 在 Windows 上安裝 PHP 5.3 開發環境
查看>>
【IE6的疯狂之二】IE6中PNG Alpha透明(全集)
查看>>
第一个Shell脚本
查看>>
C++ 小笔记
查看>>
Mysql 语句优化
查看>>
例子:进度条
查看>>
包含单引号的sql
查看>>
HTML 基础 2
查看>>
Java 最常见 200+ 面试题全解析:面试必备(转载)
查看>>
LinkedList
查看>>
Spring框架下PropertyPlaceholderConfigurer类配置roperties文件
查看>>
SQL查询优化
查看>>
使用子查询
查看>>
SD卡调试关键点
查看>>
Hadoop HBase Phoenix 版本
查看>>