diff options
| author | Glenn Kasten <gkasten@google.com> | 2014-05-14 17:59:25 -0700 |
|---|---|---|
| committer | Glenn Kasten <gkasten@google.com> | 2014-05-14 18:14:16 -0700 |
| commit | ecccdd9e99a753d3a9e105ec4b9b02e7afe60ebe (patch) | |
| tree | 6cd6c4af045f69f3238c11f25e171824c8fecf00 /tests | |
| parent | e1af2db0b4c3406bf6190615116947cdc27adea5 (diff) | |
| download | android_frameworks_wilhelm-ecccdd9e99a753d3a9e105ec4b9b02e7afe60ebe.tar.gz android_frameworks_wilhelm-ecccdd9e99a753d3a9e105ec4b9b02e7afe60ebe.tar.bz2 android_frameworks_wilhelm-ecccdd9e99a753d3a9e105ec4b9b02e7afe60ebe.zip | |
Document how to use sox with slesTest_recBuffQueue
Change-Id: I6bb80e9a3785cb57e9b3d0c1d8787e6d208b970e
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/examples/slesTestRecBuffQueue.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/examples/slesTestRecBuffQueue.cpp b/tests/examples/slesTestRecBuffQueue.cpp index 9912c34..083c9ef 100644 --- a/tests/examples/slesTestRecBuffQueue.cpp +++ b/tests/examples/slesTestRecBuffQueue.cpp @@ -32,6 +32,9 @@ How to examine the output with Audacity: Sample rate 22050 Hz Click Import button +How to convert with sox: + sox -r 22050 -s -2 myrec.raw myrec.wav + */ |
