[linux-audio-user] Quattro USB (EMI 6|2m)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jorma R wrote:
> What I haven't figured out is how to make the EMI capture at 6*24/44100
> and playback at 2*16/44100 which would be the maximum performance by
> this box.

Jack always tries to use the same sample format for both playback and
capture.

Try this:

pcm.emi62 {
	type hw
	card 0    # or whatever it is
}

pcm.emi_all_24 {
	type asym
	playback.pcm {
		type linear
		slave {
			pcm emi62
			format S16_LE
		}
	}
	capture.pcm emi62
}

ctl.emi_all_24 {
	type hw
	card 0
}


HTH
Clemens



[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux