[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D6CD10E.3050805@ladisch.de>
Date: Tue, 01 Mar 2011 11:57:18 +0100
From: Clemens Ladisch <clemens@...isch.de>
To: Uwaysi Bin Kareem <uwaysi.bin.kareem@...adoxuncreated.com>
CC: linux-kernel@...r.kernel.org
Subject: Re: Possible bug, with extreme low latency audio.
Uwaysi Bin Kareem wrote:
> I have shaved a kernel for features I suspected to add to os-jitter, to
> get the lowest possible latency from it.
>
> What happens is, if I set my audioapp, (renoise) to extremely low
> latencies, (96khz, 8 samples buffers x 2), the audio seems to be
> distorting and speeding up, while having periods of normal playback.
I'd guess that buffer is so small that it's smaller than the DMA FIFO
and/or the DMA burst size of the sound device (whatever it is) so that
the DMA controller is not able to accurately report the current position
in the buffer.
Obviously, the lowest possible latency is higher than 167 µs.
Regards,
Clemens
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists