On Sun, 23 Apr 2006 08:42:24 +0900 Joel Roth <[EMAIL PROTECTED]> wrote:
> On Sat, Apr 22, 2006 at 11:37:49PM +0300, Sergei Steshenko wrote: > > > My point is that in Perl one can compute configuration > > data inside the config file, and then just to export it. > > Maybe someone is up to writing a tool that can generate .asoundrc > files for a a small subset of common cases based on a simple > specification file? > > > > > > Look, I am trying to make full picture from pieces. For example, I have and M-Audio Revolution 7.1 card which works fine. I was taught/told by ALSA developers that what I was trying to do and am doing while writing this is called "capture loopback" - IIRC, not just capture. I.e., the signal is directly, bypassing the OS, routed from ADC to DAC. Now, is there a way to know that a card possesses such functionality from the card driver ? Is there some kind of "report_capabilities" ALSA lib call ? If yes, that's good, because just querying ALSA lib the script can understand whether what user wants to do can be done or not. If no, then someone will have to manually describe capabilities of each card, so an intelligent script will be able to check user wishes against the capabilities. ... An existing .asoundrc file causes ALSA lib functions to be called. The same can be done directly from Perl, so I see no reason to generate .asoundrc file and then run it - there are no error messages if something is wrong in .asoundrc, so its existence won't make debugging easier. ------------------------------------------------------- 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 _______________________________________________ Alsa-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alsa-user
