diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-11 00:32:50 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-11 00:32:50 +0200 |
commit | 031632245e147e4532b252f91e31631570aa0fd3 (patch) | |
tree | 181833f353f7bbcf68a629bf323deba026d2d200 /voctocore/scripts/audio-source-cam1.sh | |
parent | 10058b623dee99ed54421ff204b51adcc9a379d0 (diff) |
a rudimentary audio pipeline
Diffstat (limited to 'voctocore/scripts/audio-source-cam1.sh')
-rwxr-xr-x | voctocore/scripts/audio-source-cam1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/scripts/audio-source-cam1.sh b/voctocore/scripts/audio-source-cam1.sh index 0ca10d8..f42bc3f 100755 --- a/voctocore/scripts/audio-source-cam1.sh +++ b/voctocore/scripts/audio-source-cam1.sh @@ -1,6 +1,6 @@ #!/bin/sh gst-launch-1.0 \ - audiotestsrc !\ + audiotestsrc freq=440 !\ audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 !\ gdppay !\ tcpclientsink host=localhost port=20000 |