LWN.net Logo

RealtimeKit and the audio problem

RealtimeKit and the audio problem

Posted Jul 1, 2009 20:24 UTC (Wed) by ms (subscriber, #41272)
In reply to: RealtimeKit and the audio problem by MisterIO
Parent article: RealtimeKit and the audio problem

If on your car, your windscreen wipers didn't work whilst your headlights
were on, is the solution to only use one or the other?


(Log in to post comments)

RealtimeKit and the audio problem

Posted Jul 1, 2009 20:33 UTC (Wed) by dlang (✭ supporter ✭, #313) [Link]

which is more important, getting the data on/off the disk fast (because you are working on something and the audio is just background music) or the audio (because you are playing a live concert and the disk I/O is just background logging)

as another poster mentioned, the definition of 'acceptable' is very poor.

larger buffers can solve most skipping problems (at the cost of added latency)

for audio-only playback, latency of a half second to a second could be acceptable (as long as you can silence the playback immediatly)

for video/audio playback significant latency is also acceptable, as long as you can know how much it is so that the video and audio can be delayed the same amount.

for recording, latency also isn't important

for live manipulation of sound (record sound, modify it, and play it back) latency is critical.

wipers

Posted Jul 2, 2009 0:00 UTC (Thu) by xoddam (subscriber, #2322) [Link]

An uncle of mine once had a car whose wipers were powered from the engine's manifold vacuum -- they worked just fine when the car was idling, and would race across the screen when engine-braking downhill, but when powering up the other side in low gear they would just stop. Going uphill in a heavy downpour the driver actually had to lean out the window to see.

wipers

Posted Jul 2, 2009 9:26 UTC (Thu) by nix (subscriber, #2304) [Link]

And that's *just* like esound.

Or perhaps arts.

:)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds