How to build audio manager

Audio Manager

After you git clone the souce code, you will find that there are two folders, one named core, one named distro.
Actually core folder is a copy of pulseaudio-0.9.15 with several patches from us, you must first compile and install this folder before you could compile and install distro; distro folder is containing the latest code of audio manager.

There's a very important point here; usually PA modules are compiled *together* with PA source code, since modules usually depends on many PA internal symbols; But we separated audio manager from PA to compile, this is to make our distribution work easier. Quesiton is, how we deal with those internal symbol dependencies? We added a patch into PA, which could install all PA internal header files and dynamic libraries into system, so that compilation of audio manager could pass. Then, how to turn on this? After you get the configure file, try ./configure --help, you will find a option --enable-install_modules_headers, turn this on, hence make install wil install header files and so files that audio manager needs.

Comments (2 total)

Mplayer with VAAPI support is not displaying video

Dear All,

I am working on Intel atom board (z530 1.60GHz) & Driver version: Intel(r) Embedded Graphics Driver 10.2 Build 1447.Here I am trying to abserve the CPU utilization of mplayer with VAAPI support i followed steps given in below website
http://www.splitted-desktop.com/~gbeauchesne/mplayer-vaapi/

But while running application with ./mplayer -vo vaapi -va vaapi this option, display is not comming it is full green screen.

can any one give sugisition.

Thanks in advance

Regards
Raj

Could you give us the detail

Could you give us the detail steps to build audio manager?