Changes between Version 19 and Version 20 of Sound
- Timestamp:
- 07/29/13 13:51:57 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sound
v19 v20 42 42 gst-launch audiotestsrc ! audioconvert ! audioresample ! autoaudiosink 43 43 }}} 44 If the {{{autoaudiosink}}} does not work for you, you may want to try other options (availability varies): {{{pulsesink}}} ( PulseAudio), {{{osxaudiosink}}} (OSX), {{{directsoundsink}}} (MS Windows), {{{alsasink}}} / {{{osssink}}} / {{{oss4sink}}} / {{{jackaudiosink}}} (Posix).44 If the {{{autoaudiosink}}} does not work for you, you may want to try other options (availability varies): {{{pulsesink}}} ({{{PulseAudio}}}), {{{osxaudiosink}}} (OSX), {{{directsoundsink}}} (MS Windows), {{{alsasink}}} / {{{osssink}}} / {{{oss4sink}}} / {{{jackaudiosink}}} (Posix). 45 45 If this does not work, please refer to [http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html Running GStreamer Applications] documentation (in particular {{{GST_DEBUG}}}) 46 46