From: Marco Trillo <martri@arantia.com>
To: Ray·Bloodworth <k870818319@outlook.com>
Cc: meta-freescale@yoctoproject.org
Subject: Re: Question about hdmi audio playback
Date: Wed, 17 Dec 2014 12:12:21 +0100 [thread overview]
Message-ID: <54916515.5020806@arantia.com> (raw)
In-Reply-To: <BLU436-SMTP242F8CD6A92AFF8B8891285826D0@phx.gbl>
Hello,
On 12/17/2014 12:07 PM, Ray·Bloodworth wrote:
> Hi, Marco
> Thanks for your help!
> >In which format is the audio in this *.wav file? It's quite possible
> >that it is not supported by imx-hdmi-soc, in which case you can
> try with
> >gstreamer using audioconvert (gst-launch filesrc location=Noise.wav !
> >/wavparse/ ! audioconvert ! /alsasink).
>
> I have a question about this "gst-launch" command.
> How dose this command line routing sound stream to imx-hdmi-soc
> with alsasink?
Yeah, I forgot to include the `device' attribute. The correct command
would be:
gst-launch filesrc location=Noise.wav ! wavparse ! audioconvert !
alsasink device=hw:1,0
Kind regards
Marco
next prev parent reply other threads:[~2014-12-17 11:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-17 10:42 Question about hdmi audio playback Ray・Bloodworth
2014-12-17 10:52 ` Marco Trillo
2014-12-17 11:07 ` Ray·Bloodworth
2014-12-17 11:12 ` Marco Trillo [this message]
2014-12-17 11:53 ` Ray·Bloodworth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54916515.5020806@arantia.com \
--to=martri@arantia.com \
--cc=k870818319@outlook.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.