Re: [Alsa-devel] Changing BIOS IRQs and I/O addresses

2003-05-29 Thread Jan Depner
If you can't set the IRQ in the BIOS the only way that I know of to change it is to change the PCI slot. That is how I got mine set. Jan On Wed, 2003-05-28 at 05:00, Matt Flax wrote: > Hello, > > I have traced my problem with my sound card to the function > 'request_irq' in the intel8x0 module

Re: [Alsa-devel] Quick question

2003-06-04 Thread Jan Depner
David, I don't know that much about the internals of JACK but I do know this - all serious Linux sound apps either use or are preparing to use JACK. I've gotten to the point where I look for that in an application. If it's not JACK enabled I just move on to something else. Jan On Tue,

Re: [Alsa-devel] Please add snd-ice1712 problem to "Known bugs" page

2003-09-10 Thread Jan Depner
I get that "overdriven" sound using the Digital Mixer instead of PCM Out 1 and 2. On the subject of xruns, which IRQ did you end up with??? Jan On Tue, 2003-09-09 at 22:59, Sam wrote: > On Tue, 2003-09-09 at 10:37, Ross Vandegrift wrote: > > This is a feature! > > > > envy24control does a much

Re: [Alsa-devel] DMX6fire / ice1712: Long initialization time for playback with Java

2003-11-02 Thread Jan Depner
Just curious, but have you tried making sure that artsd is dead prior to starting? I only get these types of delays if I forget to kill it first (an OS beep will start it). Jan On Sun, 2003-11-02 at 16:12, Steffen Sauder wrote: > Hello, > > I am working on an audio-application with java 1.4, a

Re: [Alsa-devel] DMX6fire / ice1712: Long initialization time for playback with Java

2003-11-02 Thread Jan Depner
Not JavaSound, just the ice1712 with ALSA, JACK, Ardour, and JAMin. Jan On Sun, 2003-11-02 at 17:24, Steffen Sauder wrote: > Jan Depner wrote: > > >Just curious, but have you tried making sure that artsd is dead prior to > >starting? I only get these types of delays if I

Re: [Alsa-devel] Hello guys!

2003-12-09 Thread Jan Depner
Howdy. And the answer is maybe - it depends on the card I think. OTOH I could be wrong. Anyway, welcome aboard. Jan On Tue, 2003-12-09 at 14:58, Raymond Jennings wrote: > I've just joined this mailing list. > > I'm a newbie, so I'll just lurk for the moment. > > > > I hope ALSA supports ha

Re: [Alsa-devel] Newbie driver prgrmmr

2003-12-14 Thread Jan Depner
You should buy the O'Reilly book "Linux Device Drivers". It's excellent. Jan On Sun, 2003-12-14 at 04:08, Patrick Shirkey wrote: > Coen Leermakers wrote: > > Hi all, > > > > Does anyone here know where to find some good manuals and howto's on > > driver programming? I myself have some programm

Re: [Alsa-devel] alsa timer slippage

2003-12-14 Thread Jan Depner
If I'm not mistaken the timing for your audio is coming from your sound card not your system clock. The gettimeofday is from the system clock. They probably won't match. Of course, I could be totally in the dark ;-) Jan On Sun, 2003-12-14 at 08:07, Chris Cannam wrote: > > While trying to tra

Re: [Alsa-devel] alsa timer slippage

2003-12-14 Thread Jan Depner
1010. As for having a bad timer on a system, I've worked a lot with realtime systems and sometimes you just get a lemon. Jan On Sun, 2003-12-14 at 08:34, Chris Cannam wrote: > On Sunday 14 Dec 2003 2:02 pm, Jan Depner wrote: > > If I'm not mistaken the timing for your audio

Re: [Alsa-devel] Terratec Phase 88 support?

2004-02-15 Thread Jan Depner
I don't know whether the Phase 88 is supported or not but the affordable alternative is the Hoontech (ST Audio) DSP2000 C-Port. I'm using one and it works fine for me. Note - I don't do MIDI though so I can't vouch for that. Jan On Wed, 2004-02-11 at 03:28, Ludwig Schwardt wrote: > Hi, > > Th

Re: [Alsa-devel] Re: The obsolence of OSS, Was: big smile

2004-02-25 Thread Jan Depner
Boy, I hate to step into the middle of a good screaming match ;-) but it sounds to me like you're comparing apples and oranges. I run OSS at work and ALSA at home. At work I just want to listen to tunes and run a few different sound apps so OSS is fine. At home I'm doing multitrack recording wit

[Alsa-devel] Re: [linux-audio-dev] [Fwd: Re: [linux-audio-user] DSP2000 C-PORT and MIDI input]

2004-04-26 Thread Jan Depner
Lukas, I have tons of C programming experience and a little C++. I also have a DSP2000 C-Port. Unfortunately I don't have any MIDI devices or know anything about MIDI. Is there anything I can do to help? Jan On Mon, 2004-04-26 at 04:40, Lukas Degener wrote: > Hi everybody and sorry f

Re: [Alsa-devel] Xruns with Audiophile 2496 M-audio

2004-05-29 Thread Jan Depner
On Sat, 2004-05-29 at 06:16, Remi Bernhard wrote: > So i have 2.6.5 kernel, and not 2.4.x. Do you think i should install > 2.4.25 instead ? > > > > > (i gather that 2.4 is still the better choice for low-latency > > operations.) > > > > I read the alsa-* archives, and i saw a thread with two p

Re: [Alsa-devel] Xruns with Audiophile 2496 M-audio

2004-05-29 Thread Jan Depner
On Sat, 2004-05-29 at 07:13, Tim Goetze wrote: > [Remi Bernhard] > >To be more sharp, i need to reduce latency because i use softsynth > >(zynaddsubfx, fluidsynth, etc.) that needs a low latency when playing > >from midi keyboard, and if not, there is a "lag" time, that man can > >hear, between the

Re: [ot] Re: [Alsa-devel] Xruns with Audiophile 2496 M-audio

2004-05-29 Thread Jan Depner
On Sat, 2004-05-29 at 09:31, Tim Goetze wrote: > depends on what 'system' we're talking about, which isn't really clear > in the first place (nor is it too important, but here goes anyway ... > :) > > you can see the whole setup as the system, then latency is the time > from keypress to voltage c

Re: [Alsa-devel] writing user program for alsa under fedora core 1

2004-05-29 Thread Jan Depner
Your best bet is to download the sources and build the packages. That way you'll know exactly what you've got. Also, at some point you may have to go into the libraries and do some debugging. Jan On Sat, 2004-05-29 at 19:02, Frank W. Miller wrote: > Greetings, > > I'm writing a softphone for L

RE: [Alsa-devel] writing user program for alsa under fedora core 1

2004-05-29 Thread Jan Depner
ce where > I can write a program making ALSA API calls. Thats what I need help to do. > Now, is it really necessary for me download all the source and rebuild it > and all that to accomplish this task? > > Thanks, > FM > > > > -Original Message- > From

Re: [Alsa-devel] Xruns with Audiophile 2496 M-audio

2004-05-30 Thread Jan Depner
On Sun, 2004-05-30 at 04:09, Remi Bernhard wrote: > Hi Tim and all, > > > On Sat, 29 May 2004 16:34:49 +0200 (CEST) > Tim Goetze <[EMAIL PROTECTED]> wrote: > > > [Remi Bernhard] > > >I tried with kernel 2.4.25 + lowlatency patch. > > >I have the same xruns :-/ > > > > > >Any other idea ? > > >