Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8042

Graphics, sound and multimedia • Re: Gstreamer support

$
0
0
Thanks for response . I want to check audio file playback and capture . Can u pls help me here
Trivial test source test

Code:

gst-launch-1.0 audiotestsrc ! alsasink
For a simple file playback test, use playbin

Code:

gst-launch-1.0 playbin uri=file:///home/pi/file.wav
Capture would be using alsasrc, some suitable codec (lamemp3enc, avenc_aac, or voaacenc), a container writer (matroskamux or qtmux), and filesink so save the file.

Statistics: Posted by 6by9 — Thu Feb 13, 2025 12:06 pm



Viewing all articles
Browse latest Browse all 8042

Trending Articles