Thanks Ismo.
I have some more queries:
1. Is libmm-sound module is referred to as Tizen sound-server?
>Hi Saurabh,
>> For murphy, in mobile devices, is it possible to remove dependencies
> >on audio session manager(ASM).
>Sure. Just say "./configure --disable-resource-asm" when you are
>compiling Murphy. You can also remove ASM plugin from Murphy
>configuration file -- try grepping for "resource-asm".
>> Can you please explain how ASM is helping in the functionality of
>> murphy.
>Both Murphy and Tizen sound-server are resource managers. The "mm"
>family of libraries (libmm-player and similar) use ASM library for
>communicating with the resource manager, by default Tizen sound-server.
>Murphy has ASM support so that it can be configured to be the resource
>manager also for software that uses "mm" libraries. However, the two
>resource managers cannot be used at the same time for managing the same
>resources with ASM.
>If you use Murphy with ASM plugin and remove Tizen sound-server (or
>modify it so that the resource managing part is disabled), Murphy will
>take care of assigning resources to applications that are using "mm"
>libraries. However, if you want to use Tizen sound-server, just disable
>Murphy ASM resource plugin, and the resources will work the normal way.
>Murphy ASM support has not been tested in Mobile for some time now, so
>it is possible that the ASM protocol has been changed. In this case,
>using Murphy with ASM plugin might not be very useful.
2. Apart from disabling sound-server anything more needs to disabled/enabled in order to route the sound?
I am encountering the following errors:
audio-session-mgr.c: ASM_register_sound_ex(841) > failed to __ASM_init_msg(), error(3)
m_session.c: mm_session_init_ex(210) > failed to ASM_register_sound(), sessiontype(10), error(0x3)
And since ASM is tightly coulpled with Tizen sound-server we are not able to register the sessions.
3. Is there any reference explaining the steps to migrate Tizen sound-server functionalities to Murphy.
Thanks and Regards
Saurabh Araiyer
|
|
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
