<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Alsa Plugin with QT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have seen <code>QAlsaPlugin</code>, <code>QPulseAudioPlugin</code> classes in qtmultimedia source code but it didn't look anyone can use it since it's not exported.</p>
<p dir="auto"><code>class QAlsaPlugin : public QAudioSystemPlugin, public QAudioSystemPluginExtension</code></p>
<p dir="auto">If I want to use alsa with qt, how can it be done ?</p>
<p dir="auto">Any help will be appreciated.</p>
<p dir="auto">Thanks<br />
Vaibhav</p>
]]></description><link>https://forum.qt.io/topic/134249/alsa-plugin-with-qt</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 13:07:19 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/134249.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Feb 2022 10:36:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Alsa Plugin with QT on Mon, 21 Feb 2022 06:27:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> and <a class="plugin-mentions-user plugin-mentions-a" href="/user/kent-dorfman">@<bdi>Kent-Dorfman</bdi></a> Thanks for your inputs.</p>
]]></description><link>https://forum.qt.io/post/703411</link><guid isPermaLink="true">https://forum.qt.io/post/703411</guid><dc:creator><![CDATA[ervaibhavkumar]]></dc:creator><pubDate>Mon, 21 Feb 2022 06:27:47 GMT</pubDate></item><item><title><![CDATA[Reply to Alsa Plugin with QT on Tue, 15 Feb 2022 08:06:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kent-dorfman">@<bdi>Kent-Dorfman</bdi></a> I think there's a bit of a mixup here, it's not PulseAudio VS ALSA. To the best of my knowledge, PulseAudio uses ALSA internally. It is a sound server that sits on to of ALSA and provides features like allowing multiple applications to access audio devices at the same time which is something that ALSA does not do however ALSA provides the hardware accessibility part.</p>
<p dir="auto">Qt has had several several different backends for that over the years like Phonon which was an audio engine that would also interface with the system sound engine that ultimately would use ALSA at the bottom.</p>
]]></description><link>https://forum.qt.io/post/702570</link><guid isPermaLink="true">https://forum.qt.io/post/702570</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 15 Feb 2022 08:06:21 GMT</pubDate></item><item><title><![CDATA[Reply to Alsa Plugin with QT on Tue, 15 Feb 2022 07:41:36 GMT]]></title><description><![CDATA[<p dir="auto">While I have zero love for pulseaudio, the hordes have decreed that it is the official sound interface in linux.  You'll see less and less direct support for alsa as time goes by...unless the world miraculously regains its sense.</p>
<p dir="auto">But to answer your question about direct access to alsa: it is still possible, but probably not directly from the canned Qt classes.  You'd have to write your own interface to the alsa sound devices and implement the Qt sound interface classes.</p>
]]></description><link>https://forum.qt.io/post/702565</link><guid isPermaLink="true">https://forum.qt.io/post/702565</guid><dc:creator><![CDATA[Kent-Dorfman]]></dc:creator><pubDate>Tue, 15 Feb 2022 07:41:36 GMT</pubDate></item><item><title><![CDATA[Reply to Alsa Plugin with QT on Mon, 14 Feb 2022 21:19:25 GMT]]></title><description><![CDATA[<p dir="auto">The quick and dirty way is to move the other plugins out of the folder.</p>
]]></description><link>https://forum.qt.io/post/702543</link><guid isPermaLink="true">https://forum.qt.io/post/702543</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 14 Feb 2022 21:19:25 GMT</pubDate></item><item><title><![CDATA[Reply to Alsa Plugin with QT on Mon, 14 Feb 2022 10:03:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> Thanks for your response.<br />
So, Is it even possible to specify which plugin we want to use explicitly from QSoundEffect or any other audio multimedia class ?</p>
]]></description><link>https://forum.qt.io/post/702430</link><guid isPermaLink="true">https://forum.qt.io/post/702430</guid><dc:creator><![CDATA[ervaibhavkumar]]></dc:creator><pubDate>Mon, 14 Feb 2022 10:03:37 GMT</pubDate></item><item><title><![CDATA[Reply to Alsa Plugin with QT on Fri, 11 Feb 2022 20:13:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">There's no reason to export these classes as they are plugins that are automatically loaded.</p>
]]></description><link>https://forum.qt.io/post/702284</link><guid isPermaLink="true">https://forum.qt.io/post/702284</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 11 Feb 2022 20:13:46 GMT</pubDate></item></channel></rss>