How to use PulseAudioOSX on MAC 10.6
I have followed all the instructions for building PulseAudioOSX given in the Wiki page, and have installed PulseAudioOSX-Installer-1.pre7.pkg successfully.
lizxmatoiMac:~ lizx$ pulseaudio -nC Welcome to PulseAudio! Use "help" for usage information.
info Memory blocks currently allocated: 0, size: 0 B. Memory blocks allocated during the whole lifetime: 0, size: 0 B. Memory blocks imported from other processes: 0, size: 0 B. Memory blocks exported to other processes: 0, size: 0 B. Total sample cache size: 0 B. Default sample spec: s16le 2ch 44100Hz Default channel map: front-left,front-right Default sink name: none Default source name: none Memory blocks of type POOL: 0 allocated/0 accumulated. Memory blocks of type POOL_EXTERNAL: 0 allocated/0 accumulated. Memory blocks of type APPENDED: 0 allocated/0 accumulated. Memory blocks of type USER: 0 allocated/0 accumulated. Memory blocks of type FIXED: 0 allocated/0 accumulated. Memory blocks of type IMPORTED: 0 allocated/0 accumulated. 1 module(s) loaded. index: 0 name:
argument: <exit_on_eof=1> used: -1 load once: yes properties: module.author = "Lennart Poettering" module.description = "Command line interface" module.version = "1.98-dev-146-gba33" 0 sink(s) available. 0 source(s) available. 1 client(s) logged in. index: 0 driver: <cli.c> owner module: 0 properties: application.name = "Unknown client" 0 card(s) available. 0 sink input(s) available. 0 source outputs(s) available. 0 cache entrie(s) available. list-cards 0 card(s) available. list-samples 0 cache entrie(s) available. exit
lizxmatoiMac:pulse lizx$ pulseaudio -nF default.pa W: [] module.c: module-detect is deprecated: Please use module-udev-detect instead of module-detect! W: [] module-detect.c: failed to detect any sound hardware. E: [] module.c: Failed to load module "module-detect" (argument: ""): initialization failed. E: [] main.c: Module load failed.
lizxmatoiMac:pulse lizx$ pulseaudio -nF system.pa W: [] module.c: module-detect is deprecated: Please use module-udev-detect instead of module-detect! W: [] module-detect.c: failed to detect any sound hardware. E: [] module.c: Failed to load module "module-detect" (argument: ""): initialization failed. E: [] main.c: Module load failed.
what is problem? and how to use PulseAudioOSX?
can you give me an example to use it?
just in case Google brought you here. To use pulseaudio in mac, comment out module-detect part in default.pa. I'm using brew, so it's located at /usr/local/etc/pulse/default.pa
and then run pulseaudio as usual
@neofreko Thanks :)
That worked for me to. Excellent suggestion @neofreko. Though I have not heard audio yet. But I have come further along.