|
转载自:http://superuser.com/questions/25868/how-to-transfer-audio-output-from-mac-os-x-to-ubuntu-via-a-network
upvote4downvotefavorite
4share[g+]share[fb]share[tw] |
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!
osx ubuntu audio networking
link|improvethis question |
edited Aug19 '09 at 17:40

Chealion
11.9k31938 |
asked Aug19 '09 at 17:20

JtR
11916
57% accept rate |
| | |
upvote3downvoteaccepted |
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 Soundflower.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, orJack, 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. athttp://192.168.0.2:8000.
However you arrive at it, I hope that this answer has helped you fit one piece of this puzzle.
link|improvethis answer |
answered Aug19 '09 at 18:15

maxwellb
67328 |
| |
|
Thanksfor 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. – Adrien Aug19 '09 at 19:40 | |
PulseAudiosupports 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! – JtR Aug20 '09 at 6:03 |
|
|
|