Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo da Silva Serra <gustavo.serra@tet.com.br>
To: alsa-devel@alsa-project.org
Subject: Re: Problem with aloop
Date: Tue, 13 May 2008 10:45:19 -0300	[thread overview]
Message-ID: <48299B6F.8010302@tet.com.br> (raw)
In-Reply-To: <d5eabee70805130627v1dd7b675ua4fadc9bd1905357@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2138 bytes --]

I tryied to use the HG versions, but they didn't work well for me. Maybe 
you should give the 1.0.16 a try, just to make sure.
I need an asound.conf since my network application uses a very low 
latency, that is not default. I am attaching my asound.conf.
Another possible source of problems are the artsd and esd daemons, are 
they running?

Hope that helps.

Benjamin van den Hout escreveu:
> Gustavo da Silva Serra wrote:
>
> I had some problems until I could figure it out how to configure alsa
>   
>> properly in /etc/asound.conf. Maybe this could be your problem? What is
>> your alsa version? I heard that aloop didn't work well until 1.0.15, or
>> such (alsa guys: is this true?).
>>
>>     
>
> My alsa is 1.0.14 but I'm using the 'HG' version of the alsa-drivers and
> alsa-kernel packages so that basically gets me the latest-and-greatest
> drivers from the source repository if I understand correctly. I saw some
> patches coming by in February and they are already in there so I presume I'm
> working with the most current source.
>
> I'm intrigued by the asound.conf, is there any specific configuration you
> needed to make the aloop device work properly? I'm using the
> distro-configured alsa (ubuntu 7.10) and there is no such file somehwere in
> /etc. Even on my debian server (running Etch), I can't find it.
>
> Kind regards,
> Benjamin
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
> __________ NOD32 3095 (20080513) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>
>
>   


-- 
Gustavo da Silva Serra        gustavo.serra@tet.com.br
———————————————————————————
Tools & Technologies - T&T Engenheiros Associados Ltda.
Projetos de SW & HW - Desenvolvendo soluções.
Rua Riachuelo, 1098 Conj. 1204
Centro - Porto Alegre - CEP 90010-272
Fone DDR: (51)3220-3290
Fone/Fax: (51)3220-3220 / 3220-3206
http://www.tet.com.br/                                             tet@tet.com.br


[-- Attachment #2: asound.conf --]
[-- Type: text/plain, Size: 856 bytes --]

pcm.dmixed {
    type dmix
    ipc_key 372891
    ipc_key_add_uid true
    slave {
        pcm "hw:0,0,0"
        period_time 20000
        buffer_time 80000
    }
    bindings {
        0 0
        1 1
    }
}

pcm.playsoftvol {
    type softvol
    slave.pcm "dmixed"
    control {
        name "Master"
        card 0
        device 0
        subdevice 0
    }
}

pcm.dsnooped {
    type dsnoop
    ipc_key 573194
    ipc_key_add_uid true
    slave {
        pcm "hw:0,1,0"
        period_time 20000
        buffer_time 80000
    }
    bindings {
        0 0
        1 1
    }
}

pcm.fullduplex {
    type asym
    playback.pcm "playsoftvol"
    capture.pcm "dsnooped"
}

pcm.!default {
    type plug
    slave.pcm "fullduplex"
}

pcm.dsp0 {
    type plug
    slave.pcm "fullduplex"
}

ctl.mixer0 {
    type hw
    card 0
    device 0
    subdevice 0
}

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

  reply	other threads:[~2008-05-13 13:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-13 13:27 Problem with aloop Benjamin van den Hout
2008-05-13 13:45 ` Gustavo da Silva Serra [this message]
2008-05-14  8:35 ` Benjamin van den Hout
  -- strict thread matches above, loose matches on Subject: below --
2008-05-13  7:43 Benjamin van den Hout
2008-05-13 11:51 ` Gustavo da Silva Serra
2008-05-09 12:46 Benjamin van den Hout
2008-05-09 12:56 ` Gustavo da Silva Serra
2008-04-30 20:27 Gustavo da Silva Serra
2008-02-20 14:19 [PATCH] improved snd-aloop quality when using certain samplerates and kernel HZ Ahmet İnan
2008-02-20 16:08 ` Takashi Iwai
2008-02-21  0:06   ` Ahmet İnan
2008-02-21  6:54     ` Takashi Iwai
2008-02-22 18:05       ` Ahmet İnan
2008-02-28 11:48         ` Takashi Iwai
2008-03-01 11:55           ` Ahmet İnan
2008-03-01 15:22             ` Takashi Iwai
2008-03-01 23:35               ` Ahmet İnan
2008-03-06 15:51                 ` Takashi Iwai
2008-05-31 20:00                   ` Problem with aloop Ahmet İnan
2008-06-01 16:15                     ` Benjamin van den Hout
2008-06-02  8:08                       ` Ahmet İnan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48299B6F.8010302@tet.com.br \
    --to=gustavo.serra@tet.com.br \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox