Summary: | Ogg playback distotred when Openoffice is active | ||
---|---|---|---|
Product: | [Unmaintained] arts | Reporter: | pazzop |
Component: | general | Assignee: | Multimedia Developers <kde-multimedia> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.1.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
pazzop
2002-07-25 14:22:54 UTC
might even be a kernel bug. Or maybe it's because OO just plain sucks... ;) This has NOTHING to do with OpenOffice! Note that XMMS works. Why does XMMS work but not noatun + arts? 1. Bigger audio buffers? XMMS can have several seconds buffered in the driver! Arts can not do this since it also plays at notification - and those can't be delayed that long. 2. Fewer processes that need to wake up promptly. Can be fixed with RT priority. Artswrapper needs to be suid root. But note that that opens for a DOS attack - not for your server! Realtime artsd is not for your server, indeed. But remember that we're talking on here: skip-free audio playback. If you want to hear something, running artsd on a remote server is worthless; artsd needs to be running where the sound card is. So you never need realtime artsd on a multi-user server. It's only needed on a single-user workstation when you want skip-free audio playback. |