Re: [Alsa-user] dual mono

2015-07-06 Thread Clemens Ladisch
Ran Shalit wrote: > On Sun, Jul 5, 2015 at 9:06 PM, Clemens Ladisch wrote: >> Ran Shalit wrote: >>> I would like to ask if dual mono, is used in ALSA APIs, or wether it is the >>> same as stereo. >> >> What exactly do you mean? > > I actually need to do the following: > --> --> > > I know that

Re: [Alsa-user] dual mono

2015-07-06 Thread Samuel Engelmajer
Hi Ran, I don't think ALSA APIs offer any mono or stereo abstraction. The API enables you to define a sample format and a sampling rate for one channel, then the number of channels (at least in pcm). You can configure your access point with two channels and use them according to your device design