[Alsa-user] [DMIX Plugin] Issue in using Different bindings for same Alsa card

2020-07-15 Thread Vijay Palaniswamy (RBEI/ECF3) via Alsa-user
I have two virtual device pointing to same Alsa card ,with different bindings When audio played on both device [dmix_4_channels and dmix_2_channels] in parallel. Audio played on dmix_2_channels is getting corrupted. Validated with alsa version : 1.2.3 Please let me know how to make it work with

Re: [Alsa-user] Dmix plugin on raspberry pi & WM8731 DAC

2014-05-14 Thread Clemens Ladisch
Jakob Hansen wrote: > So the following is from Wolfson's own webpage for the wm8731: > "Digital audio input word lengths from 16-32 bits and sampling rates > from 8kHz to 96kHz are supported. " > But, > > Card 1, ID `sndrpiproto', name `snd_rpi_proto' > Device 0, ID `WM8731 HiFi wm8731-hifi-0', n

Re: [Alsa-user] Dmix plugin on raspberry pi & WM8731 DAC

2014-05-14 Thread Clemens Ladisch
Jakob Hansen wrote: > I have noticed a distinct degradation in audio quality when using the > Master Playback volume control in amixer. Is this an artifact of > truncation being done in the hardware Maybe; this happens if you attenuate 16-bit samples too much. Is that mixer control implemented in

[Alsa-user] Dmix plugin on raspberry pi & WM8731 DAC

2014-05-13 Thread Jakob Hansen
Hello, I am running raspbian with alsalib version 1.0.25 and driver version k3.8.10+. The kernel is compiled according to the instructions here: http://blog.koalo.de/2013/05/i2s-support-for-raspberry-pi.html. Since the wm8731 does not support hardware mixing, I am using the dmix plugin, but I have

Re: [Alsa-user] Dmix plugin fixed period size?

2012-01-16 Thread Clemens Ladisch
Kevin Locke wrote: > I'm curious if the Dmix plugin has a fixed period size All programs using a dmix device must share a common period size, so the dmix plugin chooses one before the first client is opened. It's possible to configure this value: http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_

[Alsa-user] Dmix plugin fixed period size?

2011-12-30 Thread Kevin Locke
Hello All, I'm curious if the Dmix plugin has a fixed period size and, if so, how to deal with that. I'm a bit of an ALSA newbie, so please forgive any confused assumptions in the question. Here's the symptoms I am seeing and the problem I am trying to get at: While investigating some audio stu

[Alsa-user] dmix plugin can be only connected to hw plugin?

2010-11-29 Thread Kim Therkelsen
Hi, It is really still true that you cannot put anything (like a ladspa plugin) after dmix? I also asked the question here: https://bbs.archlinux.org/viewtopic.php?pid=859465#p859465 Scrap about this: http://alsa.opensrc.org/index.php/Talk:Dmix Isn't there a workaround? Like making a fake sw

[Alsa-user] Dmix plugin using "ipc_key_add_uid"

2008-10-29 Thread Stevens, Peter
I'm setting up ALSA to allow for multiple non root users to similtanously access audio (meaning I'm using dmix). I've been doing some reading and it seems I need to do the following. 1) "ipc_perms" to "0666" (or similar to allow non root access) 2) "ipc_key_add_uid" to "false" 3) "chmod" the f

Re: [Alsa-user] dmix plugin to get emi26 work with jack// SOLVED (only in parts though)

2006-02-25 Thread Lee Revell
On Thu, 2006-02-23 at 16:09 +, karlos wrote: > pcm.ossmix { > type dmix > ipc_key 1024 > slave { > pcm "hw:1,0" > period_time 0 > period_size 512 > buffer_size 4096 # buffer size < 6653, but pow(x, 2) > rate 44100 # we want to play CDs only >

[Alsa-user] dmix plugin to get emi26 work with jack// SOLVED (only in parts though)

2006-02-23 Thread karlos
OK. I took my chances and copied and pasted this into an .asoundrc and with a little tweaking, I got the emi26 to play sound nicely without the crackles! good. I would like to get the other 4 ouputs to work as well though. I tried to just add this to bindings: bindings { 0 0 1

[Alsa-user] dmix plugin to get emi26 work with jack

2006-02-23 Thread karlos
hello, I would like to get my emi26 work with jack (the problem is some endianess issue witht the card, periodic crackles in the sound, NOT xruns in this case). The card works perfectly with alsa and oss, but I need it together with jack for SuperCollider. How would it be possible to solve this en

Re: [Alsa-user] dmix plugin with multiple users

2004-03-20 Thread Jaroslav Kysela
On Sat, 20 Mar 2004, Richard wrote: > is there anyway to set up alsa using the dmix plugin so that multiple > local users can access the sound card? at the moment the first user can > use the soundcard with dmix, but when another user tries they do not > have the required permissions. > > if t

[Alsa-user] dmix plugin with multiple users

2004-03-20 Thread Richard
is there anyway to set up alsa using the dmix plugin so that multiple local users can access the sound card? at the moment the first user can use the soundcard with dmix, but when another user tries they do not have the required permissions. if the permissions of the /tmp/alsa-dmix-blah file ar

Re: [Alsa-user] dmix plugin, cpu speed? OSS->ALSA wrapper instead of dmix?

2003-07-09 Thread Ryan Underwood
Hi, On Wed, Jul 09, 2003 at 09:15:49AM +0200, Clemens Ladisch wrote: > Ryan Underwood wrote: > > What is the lowest speed CPU that anyone has had success with the dmix > > plugin on? It seems that even when only playing one stream, if the cpu > > is too slow, the sound cuts out. > > My Pentium

Re: [Alsa-user] dmix plugin, cpu speed? OSS->ALSA wrapper instead ofdmix?

2003-07-09 Thread Clemens Ladisch
Ryan Underwood wrote: > What is the lowest speed CPU that anyone has had success with the dmix > plugin on? It seems that even when only playing one stream, if the cpu > is too slow, the sound cuts out. My Pentium 200 can do five streams or so without any problems. I never tested with more, so I

[Alsa-user] dmix plugin, cpu speed? OSS->ALSA wrapper instead of dmix?

2003-07-08 Thread Ryan Underwood
Hi, What is the lowest speed CPU that anyone has had success with the dmix plugin on? It seems that even when only playing one stream, if the cpu is too slow, the sound cuts out. Also, is there any way to prevent the OSS device from being blocked if the ALSA is being used? The dmix plugin prev

Re: [Alsa-user] dmix-plugin

2003-04-19 Thread Florian Schmidt
On Sat, 19 Apr 2003 15:45:25 +1000 Mark Constable <[EMAIL PROTECTED]> wrote: > On Sat, 19 Apr 2003 12:35 pm, Florian Schmidt wrote: > > Let me once again reply to my own question. If i get this solved, i > > promise to make an addition to the wikki so everyone gets to know > > how to use this.. >