diff options
author | MaZderMind <github@mazdermind.de> | 2015-04-23 06:49:07 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-04-23 06:49:42 +0200 |
commit | f4cd6ec1bfed02def8502bc8373b1fe0d35acca8 (patch) | |
tree | 0b6f79472d0d033a8fb9c852f079d15740132731 /voctocore/experiments/test-audio.sh | |
parent | 33ae6e1aac59b4d120ed3b8a319c6eb0ed5045cf (diff) |
remove unsuccessful experiments, add intervideo-based working example
Diffstat (limited to 'voctocore/experiments/test-audio.sh')
-rwxr-xr-x | voctocore/experiments/test-audio.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/voctocore/experiments/test-audio.sh b/voctocore/experiments/test-audio.sh new file mode 100755 index 0000000..bd51bb8 --- /dev/null +++ b/voctocore/experiments/test-audio.sh @@ -0,0 +1,2 @@ +#!/bin/sh +gst-launch-1.0 audiotestsrc ! audio/x-raw,format=S16LE,layout=interleaved,rate=48000,channels=2 ! gdppay ! tcpclientsink host=localhost port=6000 |