ittiam-systems/libmpegh

Defining PRINT_SPEAKER_INFO

dts350z opened this issue · 6 comments

Defining PRINT_SPEAKER_INFO, used in impeghd_main.c, only prints non zero values when you don't pass a cicp argument, and in some cases you get zero values even if you don't pass -cicp (perhaps in the case of multiple profiles? e.g. MediaInfo reports "Format Profile LC@L4, BL@L3").

That is a useful function, and it would be great if it always worked.

Along the same lines, is there any more documentation on how one would set up custom speaker configurations? Is that doable in the lsi_file?

Thanks.

Hi @dts350z,

Our decoder does not have support for LC@L4 profile. That could be the reason why you are observing zero values for these files.

Yes, custom speaker configurations can be setup using lsi_file option

I also get zero values when passing any -cicp:, value, for LC@L3 files.

I only get non zero values when I don't pass -cicp (default).

We will check this issue at our end and get back to you.

Hi @dts350z - Please try the latest master - e6ebfaa - we have fixed this here!

Thanks!

Hello @dts350z - Can You once try the latest master and let us know if it works as expected by you ?

Yes it is working now. Thanks!