|
#1
| |||
| |||
| DEV for soundcard on a MAC Hello.. So I know that /dev/dsp is used in linux, but what is this option on MAC? I have the new macbook pro, it is my first laptop, and this is driving me crazy because I like doing online broadcasts. I REALLY appreciate your help guys. Sincerely, Jorge |
|
#2
| ||||
| ||||
| I think it might be CoreAudio, but you might want to check this website to be sure: Rosetta Stone for Unix Just select "Mac OS X" and then hit "Draw Table." You might want to select both Linux and Mac OS X and then draw the table so that you can compare the commands between the two.
__________________ • Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11 • Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1 • Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1 • "JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1 • "Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04 |
|
#3
| |||
| |||
| nixgeek, the audiocard is not shown in the link provided ![]() |
|
#4
| |||
| |||
| # on linux, you may specify a playlist item of DSP:/dev/soundcard, where soundcard # is the name of your audio device. It's usually /dev/audio. doing so will allow # you to broadcast from a line input feed instead of mp3s on disk. This better describes my intentions, but I can't find the audio souncard in the MAC. |
|
#5
| ||||
| ||||
| Well, the intent was not to show what the audio card was from that website, but what commands/files you need to look for. In Linux, it would be /dev/dsp or whatnot, but there might have been a way to find out through the comparison what is the device name of the audio hardware onthe Mac. Then again, I imagine that System Profiler might have also helped you.
__________________ • Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11 • Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1 • Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1 • "JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1 • "Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04 |
|
#6
| |||
| |||
| This is the output from the System Profiler; didn't say much... Audio (Built In): Intel High Definition Audio: Available Devices: Headphone: Connection: Combo Microphone: Connection: Internal Speaker: Connection: Internal Line In: Connection: Combo S/P-DIF Out: Connection: Combo S/P-DIF In: Connection: Combo I also used the ioreg -bls, but there is too much information that I don't understand :S |
|
#7
| |||
| |||
| It looks like not enough people are interested in that to develop it. There was an OpenAudio extension in the OpenDarwin project, but that looks undeveloped and it may not work. An alternative is Hieper Software's play http://www.hieper.nl/html/play.html |
|
#8
| ||||
| ||||
| Why do you need to know what file points to the sound card? If you're a programmer, just use CoreAudio. On Linux, you'd use ALSA or OSS anyway instead of directly writing to /dev/dsp. If you're a user of some esoteric software that somehow needs to know where the sound card is located, let us know what you're doing and we'll find a piece of software that isn't so anal. |