CGit
Gitweb
projects
/
ipc
/
ipcdev.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Increase default value ProcMgr_MAX_MEMORY_REGIONS in QNX
[ipc/ipcdev.git]
/
linux
/
etc
/
omapl138
/
nano_test.sh
1
#!/bin/bash
2
set -x
3
if [ ! -z "$1" ]
4
then
5
numsecs=$1
6
else
7
numsecs=10
8
fi
9
echo "Piping" $numsecs "seconds of data to DSP at 96Khz..."
10
arecord -d $numsecs -r 96000 -f S32_LE -D default:CARD=EVM -t raw | nano_test