OK. I hope the rather weird names aren't too confusing! I commented out
the previous dmix and dsnoop entries (dm1 and dsn1), thinking it might
have caused a problem.

  Thanks again,
  Steve

---
  pcm.sb16 {
     type hw
     card 0
     device 0
 }
 ctl.sb16 {
     type hw
     card 0
     device 0
 }

 pcm_slave.sl1 {
     pcm sb16
     rate 44100
 }
 pcm.rate_convert {
     type rate
     slave sl1
 }

 pcm_slave.sl2 {
     pcm sb16
     format S16_LE
     channels 2
     rate 16000
 }
 pcm.complex_convert {
     type plug
     slave sl2
 }

# pcm.dm1 {
#        type dmix
#        ipc_key 1234
#        slave {
#             pcm "hw:0,0"
#             period_time 0
#             period_size 1024
#             buffer_size 8192
#        }
# }

# pcm.dsn1 {
#         type dsnoop
#        ipc_key 1235
#        slave {
#             pcm "hw:0,0"
#             period_time 0
#             period_size 1024
#             buffer_size 8192
#         }
# }

 pcm.fl1 {
     type file
     slave {
          pcm "hw:0,0"
     }
     file tmp.raw
 }

 pcm.ladspa {
           type ladspa
           slave.pcm "plughw:0,0";
           path "/usr/local/lib/ladspa";
           plugins [
                   {
                  label dysonCompress
                  input {
                  controls [0 0.25 0.5 0.5]
                  }
           }
           ]
 }

 pcm.dcomp {
          type plug
          slave.pcm "ladspa";
 }

 pcm.ladspa2 {
            type ladspa
            slave.pcm "plughw:0,0";
            path "/usr/local/lib/ladspa";
            plugins [
                    {
                   label compress_rms
                   input {
                   controls [0 1 0.1 0.1]
                   }
            }
            ]
 }

 pcm.srcomp {
           type plug
           slave.pcm "ladspa2";

 }

# Currently only half duplex
 pcm.duplex {
           type asym
           playback.pcm "dmix"
           capture.pcm "dsnoop"
 }

---

On Tue, 27 Jan 2004, Florian Schmidt wrote:

> On Mon, 26 Jan 2004 19:58:52 -0600 (CST)
> Stephen Stocker <[EMAIL PROTECTED]> wrote:
>
> >   Hi,
> >
> >   Thanks for the help, but I'm still getting the same thing. :(
> >   I'm sort of confused (as usual :)) by that part of the error message
> > saying "requested or auto-format is not available", but that may just
> > be because of the "unable to initialize slave" from pcm_dsnoop.c.
> >
> >   Hmm, wish I knew more about what I'm talking about! :)
> >
> >   Thanks again,
> >   Steve
>
> Show us your .asoundrc, please..
>
> Flo
>
> --
>



-------------------------------------
Hope, Despair and the Triumph of Life
http://www.hdtl.org
Abuse Prevention/Survivor Support
Peace & Human Rights


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to