This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tips:audio [2017/05/16 14:24] – [pulse headless] scipio | tips:audio [2017/05/16 16:27] (current) – scipio | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Audio ====== | ====== Audio ====== | ||
| - | |||
| - | ===== test ===== | ||
| - | |||
| - | <code bash> | ||
| - | gst-launch-1.0 audiotestsrc ! audioresample ! autoaudiosink | ||
| - | </ | ||
| ===== pulse headless ===== | ===== pulse headless ===== | ||
| Line 39: | Line 33: | ||
| default-server = 127.0.0.1 | default-server = 127.0.0.1 | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== test ===== | ||
| + | |||
| + | <code bash> | ||
| + | gst-launch-1.0 audiotestsrc ! audioresample ! autoaudiosink | ||
| + | </ | ||
| + | |||