Lines Matching refs:raw
118 * playing a S24_3BE encoded raw file to the Ao port
119 % aplay -D hw:1,0 -c2 -t raw -r48000 -fS24_3BE test.raw
120 * recording a S24_3BE encoded raw file from the Ai port
121 % arecord -D hw:1,1 -c2 -t raw -r48000 -fS24_3BE test.raw
122 * playing a S16_BE encoded raw file to the Do port
123 % aplay -D hw:1,1 -c2 -t raw -r48000 -fS16_BE test.raw
125 % aplay -D hw:1,2 --channels=6 ac3_S16_BE_encoded_file.raw
176 % aplay -D hw:1,1 -c2 -t raw -r48000 -fS16_BE test_S16_LE.raw
177 where "test_S16_LE.raw" was in fact a little-endian sample file.
183 % aplay -D hw:1,1 -c2 -t raw -r48000 -fS16_LE test_S16_LE.raw
223 % aplay -D hw:1,0 --channels=6 ac3_S16_LE_encoded_file.raw