* Re: guitar + sblive + ardour + ladspa effects [not found] <E17ZHUa-0008M8-00@usw-sf-list1.sourceforge.net> @ 2002-07-29 21:25 ` Bob Ham 2002-07-30 6:01 ` Patrick Shirkey 2002-07-31 11:55 ` sblive mixer (was: guitar + sblive + ardour + ladspa effects) Bob Ham 0 siblings, 2 replies; 7+ messages in thread From: Bob Ham @ 2002-07-29 21:25 UTC (permalink / raw) To: Paul Davis; +Cc: ALSA Development Mailing List, Ardour Devel Mailing List On Mon, 2002-07-29 at 21:53, Paul Davis wrote: > you will also probably want to turn down the line-in level, so that > the direct feed is not audible. that is also an sblive issue. It's, unfortunately, the only issue :/ > >If it's not possible to this with only the sblive, I have the > >motherboard's "soundcard" as well but how do I get jackd to deal with > >more that one bit of hardware? > > jackd -d alsa -d hw:N > > where N is the relevant card number for the motherboard audio > interface. Err.. I mean have *both* cards in jack. I have a ~/.asoundrc with "platinum51" and "via" devices defined. I normally do "jackd -d alsa -d platinum51". Doing "jackd -d alsa -d platinum51 -d via" makes it only use the via card. How can I tell it to use both? Bob -- Bob Ham: bob@ham.org http://pkl.net/~node/ ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Re: guitar + sblive + ardour + ladspa effects 2002-07-29 21:25 ` guitar + sblive + ardour + ladspa effects Bob Ham @ 2002-07-30 6:01 ` Patrick Shirkey 2002-07-30 7:28 ` Questions regarding SB live card (EMU10K1) Vikram Bartakke 2002-07-31 11:55 ` sblive mixer (was: guitar + sblive + ardour + ladspa effects) Bob Ham 1 sibling, 1 reply; 7+ messages in thread From: Patrick Shirkey @ 2002-07-30 6:01 UTC (permalink / raw) To: Bob Ham; +Cc: ALSA Development Mailing List, Ardour Devel Mailing List Bob Ham wrote: > > Err.. I mean have *both* cards in jack. I have a ~/.asoundrc with > "platinum51" and "via" devices defined. I normally do "jackd -d alsa -d > platinum51". Doing "jackd -d alsa -d platinum51 -d via" makes it only > use the via card. How can I tell it to use both? There is some info on how to set up your .asoundrc for this operation in the alsa wiki. http://alsa.opensrc.org -- Patrick Shirkey - Boost Hardware Ltd. For the discerning hardware connoisseur Http://www.boosthardware.com Http://www.boosthardware.com/LAU/guide/ ======================================== ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Questions regarding SB live card (EMU10K1) 2002-07-30 6:01 ` Patrick Shirkey @ 2002-07-30 7:28 ` Vikram Bartakke 2002-07-30 23:10 ` Rui Sousa 0 siblings, 1 reply; 7+ messages in thread From: Vikram Bartakke @ 2002-07-30 7:28 UTC (permalink / raw) To: alsa-devel Hello List, In EMU10k1, Can anyone please tell me how to do ping pong streaming for audiodata for playback without DMA (ie. CPU controlled). I am also confused between wavetable cache memory and onboard mapped memory. What role does the cache as opposed to the sound memory play? I would be really grateful if I could get to know some information about this. Thanks in advance, Regards, Vikram S Bartakke Grad Student - CS dept University of New Mexico ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Questions regarding SB live card (EMU10K1) 2002-07-30 7:28 ` Questions regarding SB live card (EMU10K1) Vikram Bartakke @ 2002-07-30 23:10 ` Rui Sousa 0 siblings, 0 replies; 7+ messages in thread From: Rui Sousa @ 2002-07-30 23:10 UTC (permalink / raw) To: Vikram Bartakke; +Cc: alsa-devel On Tue, 30 Jul 2002, Vikram Bartakke wrote: > Hello List, > > > In EMU10k1, Can anyone please tell me how to do ping pong streaming for > audiodata for playback without DMA All audio playback and recording involves DMA. The SBLive, basically, has no onboard memory to store audio smaples. > (ie. CPU controlled). I am also > confused between wavetable cache memory and onboard mapped memory. The names you used don't help much, but... All audio samples are in host memory, the SBLive uses DMA to access them. The "memory" on the card itself consists of: 1. 32x32 bits (or close to this, I don't remember exactly) buffer per voice, which is used only in playback and to optimize DMA transfers. 2. 2048x32bits DSP memory. This is where the DSP microcode is stored. 3. All other configuration registers. and that's it. Rui > What role does the cache as opposed to the sound memory play? > > I would be really grateful if I could get to know some information about > this. > > Thanks in advance, > > Regards, > Vikram S Bartakke > Grad Student - CS dept > University of New Mexico > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-devel > ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 ^ permalink raw reply [flat|nested] 7+ messages in thread
* sblive mixer (was: guitar + sblive + ardour + ladspa effects) 2002-07-29 21:25 ` guitar + sblive + ardour + ladspa effects Bob Ham 2002-07-30 6:01 ` Patrick Shirkey @ 2002-07-31 11:55 ` Bob Ham 2002-08-01 11:18 ` Gareth Duncan 1 sibling, 1 reply; 7+ messages in thread From: Bob Ham @ 2002-07-31 11:55 UTC (permalink / raw) To: ALSA Development Mailing List On Mon, 2002-07-29 at 22:25, Bob Ham wrote: > On Mon, 2002-07-29 at 21:53, Paul Davis wrote: > > > you will also probably want to turn down the line-in level, so that > > the direct feed is not audible. that is also an sblive issue. > > It's, unfortunately, the only issue :/ I want to capture the line-in, but not hear it. Surely somebody must have an idea as to how this can be done? Bob -- Bob Ham: bob@ham.org http://pkl.net/~node/ ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: sblive mixer (was: guitar + sblive + ardour + ladspa effects) 2002-07-31 11:55 ` sblive mixer (was: guitar + sblive + ardour + ladspa effects) Bob Ham @ 2002-08-01 11:18 ` Gareth Duncan 2002-08-01 11:41 ` Bob Ham 0 siblings, 1 reply; 7+ messages in thread From: Gareth Duncan @ 2002-08-01 11:18 UTC (permalink / raw) To: alsa-devel On Wednesday 31 July 2002 11:55 am, Bob Ham wrote: > On Mon, 2002-07-29 at 22:25, Bob Ham wrote: > > On Mon, 2002-07-29 at 21:53, Paul Davis wrote: > > > you will also probably want to turn down the line-in level, so that > > > the direct feed is not audible. that is also an sblive issue. > > > > It's, unfortunately, the only issue :/ > > I want to capture the line-in, but not hear it. Surely somebody must > have an idea as to how this can be done? > > Bob Hi, I don't have the livedrive but to do what you want with the line in on the back of the pci card, I do the following. Load up alsamixer and find the item Line and press space to capture it. Now go to the capture item and press space to capture that aswell, you should now here the input from the line in. Make sure that the AC97 Capture volume is at maximum. Finally reduce the AC97 volume to zero, you should now not be able to hear the input from the line in. I don't know if this is of any help at all, but maybe if you can replace the capture of the Line item with the equivalent on the livedrive (whatever that might be) it might work. Bye, Gareth. -- Ego is the anesthetic given by a kindly nature to relieve the pain of being a damned fool. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: sblive mixer (was: guitar + sblive + ardour + ladspa effects) 2002-08-01 11:18 ` Gareth Duncan @ 2002-08-01 11:41 ` Bob Ham 0 siblings, 0 replies; 7+ messages in thread From: Bob Ham @ 2002-08-01 11:41 UTC (permalink / raw) To: Gareth Duncan; +Cc: ALSA Development Mailing List On Thu, 2002-08-01 at 12:18, Gareth Duncan wrote: > I don't know if this is of any help at all, but maybe if you can replace the > capture of the Line item with the equivalent on the livedrive (whatever that > might be) it might work. It should work. It doesn't. -- Bob Ham: bob@ham.org http://pkl.net/~node/ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-08-01 11:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E17ZHUa-0008M8-00@usw-sf-list1.sourceforge.net>
2002-07-29 21:25 ` guitar + sblive + ardour + ladspa effects Bob Ham
2002-07-30 6:01 ` Patrick Shirkey
2002-07-30 7:28 ` Questions regarding SB live card (EMU10K1) Vikram Bartakke
2002-07-30 23:10 ` Rui Sousa
2002-07-31 11:55 ` sblive mixer (was: guitar + sblive + ardour + ladspa effects) Bob Ham
2002-08-01 11:18 ` Gareth Duncan
2002-08-01 11:41 ` Bob Ham
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.