diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-09 01:22:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-09 01:22:23 +0200 |
| commit | 7a60aece502ec5a6396615432db7bd10d60e07ee (patch) | |
| tree | 9fabe41072b6da3c5f1794b1fbe3eb8fe6643c46 /hacks/atmos/extract.sh | |
| parent | cfa822570e6f2d2d09fe1c36a81b224ded07c6b6 (diff) | |
Some ATMOS hacks.
Diffstat (limited to 'hacks/atmos/extract.sh')
| -rwxr-xr-x | hacks/atmos/extract.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hacks/atmos/extract.sh b/hacks/atmos/extract.sh new file mode 100755 index 000000000..eefb6d066 --- /dev/null +++ b/hacks/atmos/extract.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sox ~/DCP/Examples/atmos_channel_14.wav -t s32 - | od -t d4 -w4 -v | awk '{print $2}' |
