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: Mark Knecht <markknecht@xxxxxxxxx>
- Date: Sun, 24 Jan 2010 07:41:54 -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=Nm3lbubBYiw8AKTq4zwc4UZO5vFwPdaaz9jqmq3qAT8=; b=eSacddJ5qumo7t7EJA5RB05LCYaquTobxnOtOGzr2nrXgKr5vLoxCX8aUfTBPge2Bu gXR+JN9hQjZ3rf+FYj7RjciviuAe8OsoMJXCyzgoD2G7VaRCNuVp9Ac/6FB3Rd19hrJr m23b+gXB+gi81mdoFn0kegdI8/FyRGHTC+whg=
- 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=PTqou3N3dEFPjVoHDnqcLd2kAAFd4uWaaSCH3G3nilS6pNoYFlMGmu7TLEh/eZ3lHT OxXt3ISgjpC4STX6fErjconz4M3J+8xmg0cHTyTmTahU5sXwK/G9qidp3EXzC6oCwPhW 0XkR0/5QUKJ4JIuv+OljEjsAq3ZI2r4UFv9o0=
On Sun, Jan 24, 2010 at 7:14 AM, Grant <emailgrant@xxxxxxxxx> wrote:
>> <SNIP>
>>>
>>> But in the end, there's really no way to know, right? From what I
>>> gather, jack can add another buffer and report on it, but it's the
>>> sound card buffer that determines whether there are problems or not,
>>> right?
>>
>> No, I think Jack does know.
>>
>> In non-Jack apps the application pumps out data. If the buffers
>> overflow or run empty it's just a 'system problem' and the system has
>> failed.
>>
>> In Jack apps all audio is moved by Jack. All Jack apps are callback
>> based. Jack itself issues a demand for data from the application, then
>> if the application supplies it then everything works correctly. If the
>> app doesn't supply the data then we know where the problem is and we
>> can fix it.
>
> Here's how I understand it. In a system without jack, there is
> communication between the system and the sound card. With jack, there
> is communication between the system and jack, and also between jack
> and the sound card. It sounds like jack can report on problems with
> communication between the system and jack, but we are still left in
> the dark as far as communication problems between jack and the sound
> card.
>
I don't think so. Jack will report if it had trouble delivering the
data to the card. It's just another xrun.
<SNIP>
>
> Was it the Asus motherboard? Did it take anything else out with it?
>
Asus A8N-E. The crash took out the motherboard, the power supply and
possibly a disk drive. At least I cannot get the drive to spin up and
it was a new SATA drive that was the main system drive before the
machine died.
Not fun.
cheers,
Mark