All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juan Carlos Castro y Castro <jcastro@instant.com.br>
To: Lee Revell <rlrevell@joe-job.com>
Cc: Takashi Iwai <tiwai@suse.de>, alsa-devel@lists.sourceforge.net
Subject: Re: Doubt on implementing .readi and .readn methods
Date: Mon, 15 May 2006 18:29:33 -0300	[thread overview]
Message-ID: <4468F2BD.70208@instant.com.br> (raw)
In-Reply-To: <1147727959.13948.40.camel@mindpipe>

Lee Revell wrote:

>>OK, but anyway you got me curious. If one of my apps wasn't proprietary, 
>>and I decided to alter both to use JACK instead of ALSA, you say I could 
>>do acoustic coupling?
>>    
>>
>Yes, it's exactly what JACK was designed for.
>
>There are some things JACK isn't suitable for (like VOIP due to the lack of resampling).
>  
>
Which the file plugin does wonderfully well (for output at least.) Or, 
rather, it isn't the file plugin that does this, it's the... plug 
plugin, right? The .asoundrc below works well for output but I don't 
fully grok it.

------------------------------------------------------------
pcm.fileout {
        type file
        file /home/jcastro/alsaout.raw
        slave.pcm null
}

pcm_slave.sl3 {
    pcm "fileout"
    format S16_LE
    channels 1
    rate 48000
}

pcm.complex_convert {
    type plug
    slave sl3
}
------------------------------------------------------------



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

  reply	other threads:[~2006-05-15 21:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-12 19:27 Doubt on implementing .readi and .readn methods Juan Carlos Castro y Castro
2006-05-15  9:29 ` Takashi Iwai
2006-05-15 20:05   ` Juan Carlos Castro y Castro
2006-05-15 20:31     ` Juan Carlos Castro y Castro
2006-05-15 20:38     ` Lee Revell
2006-05-15 20:56       ` Juan Carlos Castro y Castro
2006-05-15 21:19         ` Lee Revell
2006-05-15 21:29           ` Juan Carlos Castro y Castro [this message]
2006-05-16 21:17   ` Juan Carlos Castro y Castro
2006-05-17 13:37     ` Takashi Iwai

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=4468F2BD.70208@instant.com.br \
    --to=jcastro@instant.com.br \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=rlrevell@joe-job.com \
    --cc=tiwai@suse.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.