<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Updating speaker sound volume</title>
	<atom:link href="http://undocumentedmatlab.com/blog/updating-speaker-sound-volume/feed/" rel="self" type="application/rss+xml" />
	<link>http://undocumentedmatlab.com/blog/updating-speaker-sound-volume/</link>
	<description>Charting Matlab's unsupported hidden underbelly</description>
	<lastBuildDate>Thu, 09 Sep 2010 11:59:30 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yair Altman</title>
		<link>http://undocumentedmatlab.com/blog/updating-speaker-sound-volume/comment-page-1/#comment-11806</link>
		<dc:creator>Yair Altman</dc:creator>
		<pubDate>Thu, 01 Jul 2010 15:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=652#comment-11806</guid>
		<description>@Sebastian - yes: the program searched all the available controls in your computer&#039;s speaker port&#039;s Line object, and could not find any control that affects the volume. I suggest that you place breakpoints in the relevant loops (lines 53-65 and 81-92) to see why this is. For example, it is possible that you have more than one speaker ports in your system and the program searched the wrong port, or maybe you really don&#039;t have programmatic access to the Volume control...</description>
		<content:encoded><![CDATA[<p>@Sebastian &#8211; yes: the program searched all the available controls in your computer&#8217;s speaker port&#8217;s Line object, and could not find any control that affects the volume. I suggest that you place breakpoints in the relevant loops (lines 53-65 and 81-92) to see why this is. For example, it is possible that you have more than one speaker ports in your system and the program searched the wrong port, or maybe you really don&#8217;t have programmatic access to the Volume control&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Pape</title>
		<link>http://undocumentedmatlab.com/blog/updating-speaker-sound-volume/comment-page-1/#comment-11804</link>
		<dc:creator>Sebastian Pape</dc:creator>
		<pubDate>Thu, 01 Jul 2010 14:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=652#comment-11804</guid>
		<description>Hi!
I used that code but I got always the message:

??? Error using ==&gt; SoundVolume2
Volume control not found

(with Win XP)

Do you have an idea what could be wrong?

Best Regards</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I used that code but I got always the message:</p>
<p>??? Error using ==&gt; SoundVolume2<br />
Volume control not found</p>
<p>(with Win XP)</p>
<p>Do you have an idea what could be wrong?</p>
<p>Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kostas</title>
		<link>http://undocumentedmatlab.com/blog/updating-speaker-sound-volume/comment-page-1/#comment-9131</link>
		<dc:creator>Kostas</dc:creator>
		<pubDate>Mon, 19 Apr 2010 22:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=652#comment-9131</guid>
		<description>Has anyone tried this code with Vista? The code runs, the input argument is stored, but the speaker volume is not affected.</description>
		<content:encoded><![CDATA[<p>Has anyone tried this code with Vista? The code runs, the input argument is stored, but the speaker volume is not affected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yair Altman</title>
		<link>http://undocumentedmatlab.com/blog/updating-speaker-sound-volume/comment-page-1/#comment-3419</link>
		<dc:creator>Yair Altman</dc:creator>
		<pubDate>Thu, 22 Oct 2009 23:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=652#comment-3419</guid>
		<description>Andrey - Since all of the SoundVolume functionality is Java-based, you can of course place it in a Java class, compile it, and load it into Matlab using &lt;b&gt;&lt;i&gt;javaObject&lt;/i&gt;&lt;/b&gt; or even directly.

This is a Matlab-centric blog, so I focus on how things can be done in Matlab. But of course they can also be done using other means. For example, calling an external executable utility or ActiveX that does the same thing...</description>
		<content:encoded><![CDATA[<p>Andrey &#8211; Since all of the SoundVolume functionality is Java-based, you can of course place it in a Java class, compile it, and load it into Matlab using <b><i>javaObject</i></b> or even directly.</p>
<p>This is a Matlab-centric blog, so I focus on how things can be done in Matlab. But of course they can also be done using other means. For example, calling an external executable utility or ActiveX that does the same thing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey</title>
		<link>http://undocumentedmatlab.com/blog/updating-speaker-sound-volume/comment-page-1/#comment-3317</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Sun, 18 Oct 2009 17:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=652#comment-3317</guid>
		<description>&lt;b&gt;Hi Yair!&lt;/b&gt;
As always, your posts are very interesting, thanks for this one.
What do you think about wrapping this kind of object in Java and loading it with &#039;javaobject&#039;?</description>
		<content:encoded><![CDATA[<p><b>Hi Yair!</b><br />
As always, your posts are very interesting, thanks for this one.<br />
What do you think about wrapping this kind of object in Java and loading it with &#8216;javaobject&#8217;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
