File: visualize-mixed-audio.sh

package info (click to toggle)
voctomix 1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,368 kB
  • sloc: python: 4,958; sh: 733; makefile: 23
file content (9 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh
gst-launch-1.0 \
	tcpclientsrc host=localhost port=13000 !\
	matroskademux !\
	audioconvert !\
	wavescope shader=none style=lines !\
	video/x-raw,width=800,height=300 !\
	glupload !\
	glimagesink