diff options
Diffstat (limited to 'v4l2-apps/util/cx25821/audiorecord')
-rw-r--r-- | v4l2-apps/util/cx25821/audiorecord | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-apps/util/cx25821/audiorecord b/v4l2-apps/util/cx25821/audiorecord new file mode 100644 index 000000000..ee2c46650 --- /dev/null +++ b/v4l2-apps/util/cx25821/audiorecord @@ -0,0 +1 @@ +arecord -D hw:1,0 -d $2 -c 2 -r 48000 -f S16_LE > $1 |