mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
f3b328da39
Original commit message from CVS: splitting ALSA code into separate source files
22 lines
767 B
Groff
22 lines
767 B
Groff
.TH "GStreamer ALSA Plugin" "1" "June 2002" "Christian F. K. Schaller" ""
|
|
.SH "NAME"
|
|
gstalsa \- GStreamer plugins for recieving and sending audio through the ALSA audio framework
|
|
.SH "SYNOPSIS"
|
|
pipeline ! \fBalsasink\fR
|
|
|
|
\fBalsasrc\fR ! pipeline
|
|
.SH "DESCRIPTION"
|
|
.LP
|
|
\fIgstalsa\fP is a plugin to be used with the \fIGStreamer\fP media framework.
|
|
The plugin contains several elements that can be used in to interface with an
|
|
ALSA sound device. \fIgstalsa\fP contains an element to recieve sound
|
|
(\fBalsasrc\fR) aquired through ALSA. Probably the most common use, however, is
|
|
to output sound generated by a GStreamer pipeline to an ALSA device
|
|
(\fBalsasink\fR).
|
|
|
|
.SH "SEE ALSO"
|
|
.BR gstoss (1),
|
|
.BR gstjack (1)
|
|
|
|
.SH "AUTHOR"
|
|
The GStreamer team at http://gstreamer.net/
|