Is it possible to perform AC3 passthrough on HDMI ??

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is it possible to perform AC3 passthrough on HDMI ??

Jump to solution
1,392 Views
subodh
Contributor III

Hi,

I ma using IMX 6Q SABRE SD. I donot have a SPIDF header on the dev board.

I want to play an ac3 file on HDMI Monitor.

Is the above use case valid ?

If so, how to accomplish the same.

I do not intend to decode the AC3 in software on board.

Labels (3)
0 Kudos
Reply
1 Solution
1,227 Views
fabio_estevam
NXP Employee
NXP Employee

I tested this sometime ago on a mx6 board and it worked fine:

ac3dec -D hw:1,0 -C test.ac3

-The -C option tells the application to stream AC3 data

View solution in original post

0 Kudos
Reply
7 Replies
1,228 Views
fabio_estevam
NXP Employee
NXP Employee

I tested this sometime ago on a mx6 board and it worked fine:

ac3dec -D hw:1,0 -C test.ac3

-The -C option tells the application to stream AC3 data

0 Kudos
Reply
1,227 Views
subodh
Contributor III

Following link allowed me to do aac playback

https://community.freescale.com/docs/DOC-93745

But I was unable to locate alsa tools under LTIB.

Am I missing something in configuration ?

0 Kudos
Reply
1,227 Views
Yuri
NXP Employee
NXP Employee

  LTIB distro does not contain alsa-tool package, therefore the only way
is to build it manually from sources. Perhaps it makes sense to port Your
applications to Yocto.

Have a great day,
Yuri


-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,227 Views
subodh
Contributor III

Hi Yuri,

I am new to embedded systems.

Is there any clear advantage of Yocto over LTIB when it comes to building new packages ?

0 Kudos
Reply
1,226 Views
Yuri
NXP Employee
NXP Employee

At least one clear advantage - all further updates will be supported by Freescale
only for Yocto.

~Yuri.

0 Kudos
Reply
1,227 Views
subodh
Contributor III

Thanks for the guidance YuriMuhin_ng and FabioEstevam.

I will first setup yocto and then take up the alsa-tools issue.

0 Kudos
Reply
1,227 Views
fabio_estevam
NXP Employee
NXP Employee

Subodh,

If you are starting with embedded systems, I would suggest starting with Yocto, as there is a very active community of developers.

0 Kudos
Reply