<?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>MP3 | You Look Too Cool</title>
	<atom:link href="https://stabucky.com/wp/archives/tag/mp3/feed" rel="self" type="application/rss+xml" />
	<link>https://stabucky.com/wp</link>
	<description>ゆるくつくる stabuckyのブログ</description>
	<lastBuildDate>Mon, 22 Sep 2025 16:05:14 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://stabucky.com/wp/wp-content/uploads/2024/05/cropped-stabucky-32x32.png</url>
	<title>MP3 | You Look Too Cool</title>
	<link>https://stabucky.com/wp</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>英語の発音を音声で取得する「Text-to-Speech API」</title>
		<link>https://stabucky.com/wp/archives/4576</link>
					<comments>https://stabucky.com/wp/archives/4576#comments</comments>
		
		<dc:creator><![CDATA[stabucky]]></dc:creator>
		<pubDate>Mon, 19 Nov 2012 21:38:18 +0000</pubDate>
				<category><![CDATA[ウェブサイト]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[英語]]></category>
		<category><![CDATA[読み上げ]]></category>
		<guid isPermaLink="false">http://stabucky.com/wp/?p=4576</guid>

					<description><![CDATA[URLに英文を組み込むだけで英語の発音を音声で取得できるサイトです。 Text-to-Speech API (TTS-API.COM)リンク切れ 例えば、ブラウザのアドレス欄に「http://tts-api.com/tt [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>URLに英文を組み込むだけで英語の発音を音声で取得できるサイトです。</p>
<p>Text-to-Speech API (TTS-API.COM)<ins datetime="2015-11-22T22:13:26+00:00">リンク切れ</ins></p>
<p>例えば、ブラウザのアドレス欄に「http://tts-api.com/tts.mp3?q=hello+world.」のように入力すると、MP3で音声が再生されます。</p>
<p>ページ上で再生するには次のようにするようです。</p>
<p>プラグインをダウンロードします。適当なフォルダに保存。<br />
jquery.say.js<ins datetime="2015-11-22T22:13:26+00:00">リンク切れ</ins></p>
<p>HTMLを書きます。プラグインと同じフォルダに。</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:400px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">&lt;html&gt;<br />
&lt;body&gt;<br />
&lt;input type=&quot;text&quot; id=&quot;mytext&quot; value=&quot;I have a pen.&quot;&gt;<br />
&lt;input type=&quot;button&quot; id=&quot;speech&quot; value=&quot;Speech&quot;&gt;<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/jquery-latest.js&quot;&gt;&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.say.js&quot;&gt;&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
$(document).ready(function() {<br />
&nbsp; $(&quot;#speech&quot;).click(function() {<br />
&nbsp; &nbsp; $.say($(&quot;#mytext&quot;).val());<br />
&nbsp; });<br />
});<br />
&lt;/script&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</div></div>
<p>テキストボックス(「I have a pen.」とセット)とボタンを用意します。<br />
jQueryとプラグインを読み込みます。<br />
jQueryでコードを書きます。「say」が発音する部分です。</p>
<p>これをブラウザで開き、ボタンをクリックすると、テキストボックスの文が読み上げられます。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stabucky.com/wp/archives/4576/feed</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>ニンテンドー3DSでMP3を聴くには</title>
		<link>https://stabucky.com/wp/archives/2465</link>
					<comments>https://stabucky.com/wp/archives/2465#comments</comments>
		
		<dc:creator><![CDATA[stabucky]]></dc:creator>
		<pubDate>Sun, 06 Mar 2011 02:41:49 +0000</pubDate>
				<category><![CDATA[ゲーム]]></category>
		<category><![CDATA[3DS]]></category>
		<category><![CDATA[MP3]]></category>
		<guid isPermaLink="false">http://stabucky.com/wp/?p=2465</guid>

					<description><![CDATA[ニンテンドー3DSの「3DSサウンド」でMP3などの音楽ファイルを聴くことができます。 MP3ファイルをSDカードに入れるだけでよいのですが、そのフォルダがポイントです。 SDカードは使用状況によって異なるかもしれません [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>ニンテンドー3DSの「3DSサウンド」でMP3などの音楽ファイルを聴くことができます。<br />
MP3ファイルをSDカードに入れるだけでよいのですが、そのフォルダがポイントです。</p>
<p>SDカードは使用状況によって異なるかもしれませんが次のような構造になっています。</p>
<ul>
<li>DCIM
<ul>
<li>100NIN03</li>
</ul>
</li>
<li>Nintendo 3DS
<ul>
<li>Private</li>
</ul>
</li>
</ul>
<p>音楽ファイルはルートフォルダまたは「DCIM」フォルダに入れればOKです。下位フォルダでもOKですが<strong>「Nitendo 3DS」フォルダ以外</strong>ならばよいようです。「music」というような名前を付けたフォルダに入れれば分かりやすいと思います。</p>
<ul>
<li>DCIM
<ul>
<li>100NIN03</li>
<li><strong>music</strong></li>
</ul>
</li>
<li>Nintendo 3DS
<ul>
<li>Private</li>
</ul>
</li>
<li><strong>music</strong></li>
</ul>
<p>マニュアルによれば8階層まで入れられるそうです。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stabucky.com/wp/archives/2465/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>iTunesのリンク先がなくなった曲を削除するRemoveDeadTracks</title>
		<link>https://stabucky.com/wp/archives/926</link>
					<comments>https://stabucky.com/wp/archives/926#respond</comments>
		
		<dc:creator><![CDATA[stabucky]]></dc:creator>
		<pubDate>Sat, 12 Dec 2009 03:28:18 +0000</pubDate>
				<category><![CDATA[音楽]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[フリーソフト]]></category>
		<guid isPermaLink="false">http://stabucky.com/wp/?p=926</guid>

					<description><![CDATA[iTunesはMP3などの曲ファイルをリアルタイムで追跡するわけではないので、曲ファイルを移動したり削除したりすると、ライブラリには曲が残っているのにその実体(リンク先)がない、という状況になります。 これをデッドリンク [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>iTunesはMP3などの曲ファイルをリアルタイムで追跡するわけではないので、曲ファイルを移動したり削除したりすると、ライブラリには曲が残っているのにその実体(リンク先)がない、という状況になります。<br />
これをデッドリンクとかデッドトラックとか呼ぶそうですが、これを自動的に削除するためのスクリプトがあります。このスクリプトを使うためにはちょっとした知識が必要。<br />
そこでさらに簡単に削除するフリーソフトがあるので紹介します。</p>
<p><a rel="noopener" href="http://www.vector.co.jp/soft/winnt/art/se407648.html?ds" target="_blank">Vector：RemoveDeadTracks for iTunes</a></p>
<p>ボタン一つですので簡単です。<br />
もちろんリンクを削除するだけで元の曲ファイルは削除しませんのでご安心を。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stabucky.com/wp/archives/926/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
