<table><tr><td style="">broulik created this revision.<br />broulik added reviewers: Frameworks, dfaure, davidedmundson, sitter, drosca, kfunk, rjvbb.<br />Restricted Application added a project: Frameworks.<br />Restricted Application added a subscriber: kde-frameworks-devel.<br />broulik requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D14397">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This library is meant to play event sounds and is significantly lighter than using Phonon.<br />
Based on a draft patch made by Harald Sitter</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>We probably lose the ability to play sound on Windows and Mac? How does it work there normally? (We could just make it do <tt style="background: #ebebeb; font-size: 13px;">QApplication::beep()</tt> if a sound is configured :p)</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Warning sounds in e.g. KMessageBox play just fine</li>
<li class="remarkup-list-item">KNotification events also play sound just fine</li>
<li class="remarkup-list-item">Deleting/closing a notification manually stops the sound</li>
<li class="remarkup-list-item">Changing "Notification sounds" in volume applet affects those sounds like it should</li>
<li class="remarkup-list-item">Verified that it works when threaded (hence the <tt style="background: #ebebeb; font-size: 13px;">QMetaObject::invokeMethod</tt> in the callback handler)</li>
<li class="remarkup-list-item"><tt style="background: #ebebeb; font-size: 13px;">LoopSound</tt> also work but probably won't create uninterrupted playback anymore. But I have seen only one user of that in lxr which is some playground dialer app..</li>
</ul>

<p>I'm wondering if we can also get rid of the custom <tt style="background: #ebebeb; font-size: 13px;">QStandardPaths</tt> lookup we have in there given libcanberra is meant to support xdg sound scheme spec?<br />
<tt style="background: #ebebeb; font-size: 13px;">findCanberra</tt> can probably move to ECM? Plasma-pa now has it, plasma-desktop used to have it, now we have it here, too.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R289 KNotifications</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D14397">https://phabricator.kde.org/D14397</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>CMakeLists.txt<br />
cmake/modules/FindCanberra.cmake<br />
src/CMakeLists.txt<br />
src/knotificationmanager.cpp<br />
src/notifybyaudio.cpp<br />
src/notifybyaudio.h</div></div></div><br /><div><strong>To: </strong>broulik, Frameworks, dfaure, davidedmundson, sitter, drosca, kfunk, rjvbb<br /><strong>Cc: </strong>kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>