Re: [proaudio] Real-Time for audio playback? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] Real-Time for audio playback?
- From: Grant <emailgrant@xxxxxxxxx>
- Date: Mon, 28 Dec 2009 11:09:42 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=2jPW1fRKEQGbRLQFo6OURGMmXKevYONcZp48PeswtQQ=; b=Pj/Hz1B0PiCoPxEBUpjFMcxenAZFymDZ9HErH0yHcoKfqW43qvTmRSDmV3s7jNVnsa K6V4mPBf539rDFQchPLbOXycHE6iGWAUijO5pxNrafoAobFwtNRUZmNtdAmqEkgKRd3c 25p8ay1+S8RX3Xvp7mESg4AU4E39WXUpbYQZY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=h3FbPFhcZJBWbiWND69Pp/HnxbKZnL5gvPJEBtf60E1a1JjYb9XDXSMsKXaLK4tuOp Qf0o8DsgY5crfsdSbNs6xgkB0gC5uIF3UDaiKtEIXj6N13sHxuuLMfzB9jh0Yg7+B2Lr aInuS9fWKw1wfR+CqlAmyK8csdox4qQrnt1Rk=
>> I'm looking for ways to improve the digital audio playback on my
>> Gentoo system. I'm bypassing dmix by sending audio output straight to
>> my USB DAC by specifying "plughw:0,0" in mpd.conf. Would the
>> Real-Time kernel be beneficial? I've heard there are ALSA latency
>> tweaks that can be made as well?
>>
>> - Grant
>
> Is there a reason that you need lower/known latency in your audio
> path? I.e. - is it important that there's 2.4mS from when it comes of
> the hard drive until it becomes audio?
>
> Most people here are using the jack-audio-connection-kit and
> jack-enabled audio apps to create something approaching the way a
> studio controls its audio path.. This allows multiple audio apps all
> the gain access to the sound card in a latency controlled manner.
>
> I don't know what dmix actually is. I don't use it myself. Maybe
> someone else can comment on that. If it's some automagic way of mixing
> sound from different apps then getting rid of it is (IMO only) a good
> idea in terms of sound quality.
>
> What rt-sources does for you is allows you to get your latency much
> lower than vanilla-source/gentoo-sources. (I.e. - off disk and out to
> the speakers faster) It doesn't change the sound of anything. Using
> Jack will allow you to see how you're doing with your hardware.
>
> Hope this helps. Feel free to ask questions. I know you're new to this
> topic. This is a friendly list where folks aren't expected to know the
> answer before they ask the question.
>
> Cheers,
> Mark
Thanks Mark and Emery. I don't think my post was very well written.
One of the ways to increase sound quality in digital audio playback is
reducing jitter. In the following thread, Dynobot brings up how he
used the real-time kernel to reduce latency and improve sound quality:
http://www.computeraudiophile.com/content/Linux-audio
Shouldn't reducing latency reduce jitter and thereby improve sound
quality? I realize we are talking about very small changes in
quality, but I'm interested in seeing Linux fully optimized for
digital audio playback.
- Grant