mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
393 B
393 B
gst-launch-1.0 audiotestsrc
Generate basic audio signals. More information: https://gstreamer.freedesktop.org/documentation/audiotestsrc/index.html.
- Generate and play a sine wave:
gst-launch-1.0 audiotestsrc ! {{autoaudiosink}}
- Define what type of wave to generate:
gst-launch-1.0 audiotestsrc wave={{sine|square|saw|white-noise|pink-noise|ticks|...}} ! {{autoaudiosink}}