I'm working on a imx 6DualLite.
I can't add or edit system libraries.
I have to play an audio file from hdmi and speakers.
This is the pipeline I am using:
gst-launch-0.10 filesrc location=/home/root/beep.wav ! wavparse ! audioconvert ! audioresample ! tee name=t ! queue ! alsasink t. ! queue ! volume volume=1 ! alsasink device=sysdefault:CARD=imxhdmisoc
The problem is that the audio of the speakers is not synchronized with the audio of the hdmi
I've already tried to add
... alsasink device=sysdefault:CARD=imxhdmisoc sync=TRUE