<?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[Audio playing from QSerialPort]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">i am receiving continuous ADC Samples in QSeriaPort and need to play it  over the speakers.<br />
The frequency is 48kHz and it is a 24bit integer sample format.<br />
Is there a way to send this data to Audio?</p>
]]></description><link>https://forum.qt.io/topic/90288/audio-playing-from-qserialport</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 22:48:57 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/90288.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Apr 2018 07:10:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Audio playing from QSerialPort on Mon, 30 Apr 2018 07:19:39 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto"><a href="http://doc.qt.io/qt-5/qaudioinput.html" target="_blank" rel="noopener noreferrer nofollow ugc">QAudioOutput</a> comes to mind, but you have to first check that the output supports the format you want to send to it, otherwise you'll have to do some conversion.</p>
]]></description><link>https://forum.qt.io/post/455523</link><guid isPermaLink="true">https://forum.qt.io/post/455523</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 30 Apr 2018 07:19:39 GMT</pubDate></item></channel></rss>