Lines Matching +full:1 +full:khz

35    - This port supports 2 pairs of line-level audio inputs (1/4" TS and RCA) 
36 - When the 1/4" TS (jack) connectors are connected, the RCA connectors
48 * sample rate from 8kHz to 96kHz
57 * 16-bit/48kHz ==> 4 channels in + 4 channels out
61 * 24-bit/48kHz ==> 4 channels in + 2 channels out,
66 * 24-bit/96kHz ==> 2 channels in _or_ 2 channels out (half duplex only)
125 way (I suppose the device's index is 1):
127 * hw:1,0 is Ao in playback and Di in capture
128 * hw:1,1 is Do in playback and Ai in capture
129 * hw:1,2 is Do in AC3/DTS passthrough mode
135 One exception is the hw:1,2 port which was reported to be Little Endian
137 This has been fixed in kernel 2.6.23 and above and now the hw:1,2 interface
144 % aplay -D hw:1,0 -c2 -t raw -r48000 -fS24_3BE test.raw
148 % arecord -D hw:1,1 -c2 -t raw -r48000 -fS24_3BE test.raw
152 % aplay -D hw:1,1 -c2 -t raw -r48000 -fS16_BE test.raw
156 % aplay -D hw:1,2 --channels=6 ac3_S16_BE_encoded_file.raw
197 - 16bits 48kHz mode with Di disabled
199 - hw:1,0 is not available in capture mode
200 - hw:1,2 is not available
204 - 16bits 48kHz mode with Di enabled
206 - hw:1,0 is available in capture mode
207 - hw:1,2 is not available
214 % aplay -D hw:1,1 -c2 -t raw -r48000 -fS16_BE test_S16_LE.raw
224 % aplay -D hw:1,1 -c2 -t raw -r48000 -fS16_LE test_S16_LE.raw
234 - 24bits 48kHz mode with Di disabled
236 - hw:1,0 is not available in capture mode
237 - hw:1,2 is not available
241 - 24bits 48kHz mode with Di enabled
243 - hw:1,0 is available in capture mode and an active digital source must be
245 - hw:1,2 is not available
249 - 24bits 96kHz mode
252 - Only 1 port from {Ai,Ao,Di,Do} can be used at the same time
253 - hw:1,0 is available in captured mode
254 - hw:1,2 is not available
266 - 16bits 48kHz mode with only the Do port enabled
268 - Caution with this setup the Do port is mapped to the pcm device hw:1,0
273 % aplay -D hw:1,0 --channels=6 ac3_S16_LE_encoded_file.raw
283 # modprobe snd-usb-audio index=1 device_setup=0x09
288 alias snd-card-1 snd-usb-audio
289 options snd-usb-audio index=1 device_setup=0x09
350 - When set to ``1`` the rate range is 48.1-96kHz
351 - Otherwise the sample rate range is 8-48kHz
355 - When set to ``1`` samples are 24bits long
357 - Note that b2 implies b3 as the 96kHz mode is only supported for 24 bits
362 - When set to ``1`` the device assumes that an active digital source is
377 - for instance choosing 0x05 (16bits 96kHz) will fail back to 0x09 since
382 - choosing b2 will prepare all interfaces for 24bits/96kHz but you'll
398 * USB Interface nb.1
422 Each interface has 5 altsettings (AltSet 1,2,3,4,5) except:
429 * AltSettings 1 corresponds to
431 - 24-bit depth, 48.1-96kHz sample mode
436 - 24-bit depth, 8-48kHz sample mode
441 - 24-bit depth, 8-48kHz sample mode
446 - 16-bit depth, 8-48kHz sample mode
451 - 16-bit depth, 8-48kHz sample mode
456 - 16-bit depth, 8-48kHz sample mode
464 * if 96KHz only AltSets nb.1 of each interface must be selected
465 * if samples are using 24bits/48KHz then AltSet 2 must me used if
468 * if samples are using 16bits/48KHz then AltSet 4 must me used if
502 % jackd -R -dalsa -Phw:1,0 -r48000 -p128 -n2 -D -Chw:1,1
514 % jackd -R -dalsa -dplughw:1 -r48000 -p256 -n2 -D -Cplughw:1,1
524 As you can see, starting the Jack server this way will only enable 1 stereo
525 input (Di or Ai) and 1 stereo output (Ao or Do).
530 * The Audiophile USB is seen as 2 (or three) Alsa devices: hw:1,0, hw:1,1
531 (and optionally hw:1,2)
545 * define a multi device (combination of hw:1,0 and hw:1,1) in your .asoundrc