Changes between Version 13 and Version 14 of gstreamer
- Timestamp:
- 03/20/2020 07:10:30 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gstreamer
v13 v14 765 765 If not specified via the {{{device}}} property, the device used for alsasrc and alsasink will depend on {{{/etc/asound.conf}}} and/or {{{~/.asoundrc}}}. 766 766 767 See [wiki: ventana/audio#devices here] for details on specifying audio input and output devices on the Ventana product family.768 769 Playback and Capture also depends on your ALSA mixer ({{{amixer}}}) settings. See [wiki: ventana/audio#Mixermuxgainvolume mixer settings] for more info.767 See [wiki:linux/audio#alsa linux/audio] for details on specifying audio input and output devices on the Ventana product family. 768 769 Playback and Capture also depends on your ALSA mixer ({{{amixer}}}) settings. See [wiki:linux/audio#amixer linux/audio#amixer] for more info. 770 770 771 771 772 772 [=#audio-output] 773 773 == Audio Output via Linux ALSA driver and GStreamer alsasink 774 Generally, a 'sink' element is one that will take an audio stream and send it to an audio device. Please refer to [wiki: ventana/audio this audio] pagefor more details on audio devices on the ventana platform.774 Generally, a 'sink' element is one that will take an audio stream and send it to an audio device. Please refer to [wiki:linux/audio linux/audio] for more details on audio devices on the ventana platform. 775 775 776 776 This {{{alsasink}}} element can accept any of the following formats via {{{audio/x-raw}}}: S8, U8, S16LE, S16BE, U16LE, U16BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, F32LE, F32BE, F64LE, F64BE … … 786 786 [=#audio-input] 787 787 == Audio Input via Linux ALSA driver and GStreamer alsasrc 788 An input source is anything coming from a capture device on the SBC, e.g. HDMI audio in/analog audio in. Please refer to [wiki: ventana/audio this audio] pagefor more details on audio devices on the ventana platform.788 An input source is anything coming from a capture device on the SBC, e.g. HDMI audio in/analog audio in. Please refer to [wiki:linux/audio linux/audio] for more details on audio devices on the ventana platform. 789 789 790 790 The {{{alsasrc}}} element can output the following source types in {{{audio/x-raw}}}: S8, U8, S16LE, S16BE, U16LE, U16BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, F32LE, F32BE, F64LE, F64BE