<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hi-farm blog &#187; auwrite</title>
	<atom:link href="http://blog.hi-farm.net/tag/auwrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hi-farm.net</link>
	<description>ActionScript 3.0 , AIR , FLEXからCocoa, OpenGL</description>
	<lastBuildDate>Sun, 05 Sep 2010 20:05:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>唐突にMac版のScilabでのオーディオ書き出し。</title>
		<link>http://blog.hi-farm.net/2008/12/16/%e5%94%90%e7%aa%81%e3%81%abmac%e7%89%88%e3%81%aescilab%e3%81%a7%e3%81%ae%e3%82%aa%e3%83%bc%e3%83%87%e3%82%a3%e3%82%aa%e6%9b%b8%e3%81%8d%e5%87%ba%e3%81%97%e3%80%82/</link>
		<comments>http://blog.hi-farm.net/2008/12/16/%e5%94%90%e7%aa%81%e3%81%abmac%e7%89%88%e3%81%aescilab%e3%81%a7%e3%81%ae%e3%82%aa%e3%83%bc%e3%83%87%e3%82%a3%e3%82%aa%e6%9b%b8%e3%81%8d%e5%87%ba%e3%81%97%e3%80%82/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 04:30:47 +0000</pubDate>
		<dc:creator>hi-farm.net</dc:creator>
				<category><![CDATA[audio]]></category>
		<category><![CDATA[scilab]]></category>
		<category><![CDATA[数学]]></category>
		<category><![CDATA[auwrite]]></category>
		<category><![CDATA[swave]]></category>

		<guid isPermaLink="false">http://blog.hi-farm.net/?p=87</guid>
		<description><![CDATA[scilabでのオーディオファイルの書き出しについて。
Windows環境では、wavが標準なので、swaveとか、rwaveなんてコマンドがあり、このコマンドに値を渡すとファイルの書き出しやら読み込みを行えています。
 [...]]]></description>
			<content:encoded><![CDATA[<p>scilabでのオーディオファイルの書き出しについて。</p>
<p>Windows環境では、wavが標準なので、swaveとか、rwaveなんてコマンドがあり、このコマンドに値を渡すとファイルの書き出しやら読み込みを行えています。</p>
<p>書き込みを例にとると：</p>
<p>swave(&#8217;ファイル名&#8217;, ［書き出す対象となる変数］, ［書き出す周波数］);</p>
<p>ですが、Macの場合に標準でついている関数は、.auファイルを読み書きするので、</p>
<p>auwrite(［書き出す対象となる変数］, ［書き出す周波数］, &#8216;ファイル名&#8217;);　　// 拡張子は当然、&#8221;.au&#8221;</p>
<p>となります。</p>
<p>引数の順番が違うのね。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hi-farm.net/2008/12/16/%e5%94%90%e7%aa%81%e3%81%abmac%e7%89%88%e3%81%aescilab%e3%81%a7%e3%81%ae%e3%82%aa%e3%83%bc%e3%83%87%e3%82%a3%e3%82%aa%e6%9b%b8%e3%81%8d%e5%87%ba%e3%81%97%e3%80%82/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
