<?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[How to retrieve and select available audio outputs]]></title><description><![CDATA[<p dir="auto">I would like to find a solution to the problem of alarms that are triggered in the current default audio output.<br />
When headphones are connected to the smartphone, the alarm sound output remains the headphones and not the speakers.</p>
<p dir="auto">As a first step: do you know how to list the audio outputs, please?</p>
<p dir="auto">Next comes a very simple app to launch an alarm clock and select the audio output.<br />
It's more relevant to improve the official “clock” app, but I don't know if I have the minimum necessary skills.</p>
]]></description><link>https://forums.ubports.com/topic/10722/how-to-retrieve-and-select-available-audio-outputs</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:01:32 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/10722.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Jan 2025 12:04:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to retrieve and select available audio outputs on Tue, 14 Jan 2025 19:38:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gwado" aria-label="Profile: gwado">@<bdi>gwado</bdi></a> Ubuntu Touch uses PulseAudio, commands are the same as on other "normal" Linux distros.<br />
To list available outputs (sinks):</p>
<pre><code>pactl list sinks
</code></pre>
<p dir="auto">As the commands are the same as on Ubuntu desktop, you can search for how to do that in Ubuntu, e.g.: <a href="https://askubuntu.com/questions/14077/how-can-i-change-the-default-audio-device-from-command-line/14083#14083" target="_blank" rel="noopener noreferrer nofollow ugc">change default audio device</a>, and <a href="https://unix.stackexchange.com/questions/65246/change-pulseaudio-input-output-from-shell#67398" target="_blank" rel="noopener noreferrer nofollow ugc">change PulseAudio I/O output</a></p>
]]></description><link>https://forums.ubports.com/post/84289</link><guid isPermaLink="true">https://forums.ubports.com/post/84289</guid><dc:creator><![CDATA[ikoz]]></dc:creator><pubDate>Tue, 14 Jan 2025 19:38:00 GMT</pubDate></item></channel></rss>