<?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>A Clogwog in Oz &#187; stupid ideas</title>
	<atom:link href="http://clogwog.net/wp/category/blog/geeky-stuff/stupid-ideas/feed/" rel="self" type="application/rss+xml" />
	<link>http://clogwog.net/wp</link>
	<description>Photography &#38; Surf</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:40:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>chicken as image stabiliser</title>
		<link>http://clogwog.net/wp/2008/11/29/chicken-as-image-stabiliser/</link>
		<comments>http://clogwog.net/wp/2008/11/29/chicken-as-image-stabiliser/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 03:08:59 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[animals]]></category>
		<category><![CDATA[birds]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[geeky stuff]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[stupid ideas]]></category>

		<guid isPermaLink="false">http://clogwog.net/wp/?p=1148</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/_dPlkFPowCc&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/_dPlkFPowCc&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://clogwog.net/wp/2008/11/29/chicken-as-image-stabiliser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>id3v2 file encapsulation</title>
		<link>http://clogwog.net/wp/2004/12/19/id3v2-file-encapsulation/</link>
		<comments>http://clogwog.net/wp/2004/12/19/id3v2-file-encapsulation/#comments</comments>
		<pubDate>Sun, 19 Dec 2004 05:15:27 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[stupid ideas]]></category>

		<guid isPermaLink="false">http://clogwog.net/wp/?p=131</guid>
		<description><![CDATA[i&apos;ve been looking at the id3v2 specification that is used to add meta-data to mp3 files. here it specifies that you can include any other file to the mp3 file. i have seen that itunes already uses the attached picture id3 tag to show cover art but i haven&apos;t seen any program that uses this&#8230;]]></description>
			<content:encoded><![CDATA[<p>i&apos;ve been looking at the <a href="http://www.id3.org/id3v2.3.0.html">id3v2</a> specification that is used to add meta-data to mp3 files. <a href="http://www.id3.org/id3v2.3.0.html#sec4.16">here</a> it specifies that you can include any other file to the mp3 file. i have seen that itunes already uses the <a href="http://www.id3.org/id3v2.3.0.html#sec4.15">attached picture</a> id3 tag to show cover art but i haven&apos;t seen any program that uses this functionality to add for <a href="http://www.curry.com/2004/12/19#a151">example opml files</a>. i just downloaded <a href="http://www.vdheide.de/java_mp3/">jens Vonderheide&apos;s id3v2</a><br />
java classes and added an opml file to an mp3 file that already has two<br />
cover art attachements to it. when it is finished itunes won&apos;t show the<br />
cover art pictures any more.. i hope this is a itunes bug but i have<br />
asked jens a few questions. hopefully he can point me in the right<br />
direction. </p>
]]></content:encoded>
			<wfw:commentRss>http://clogwog.net/wp/2004/12/19/id3v2-file-encapsulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>in-band meta data</title>
		<link>http://clogwog.net/wp/2004/10/07/in-band-meta-data/</link>
		<comments>http://clogwog.net/wp/2004/10/07/in-band-meta-data/#comments</comments>
		<pubDate>Thu, 07 Oct 2004 00:08:11 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[stupid ideas]]></category>

		<guid isPermaLink="false">http://clogwog.net/wp/?p=172</guid>
		<description><![CDATA[when adam was talking (in one of his daily source codes ) about adding meta data to (mp3) sound files he was thinking about the mp3 id-tags but the following idea came to my mind:
in-band signaling
you could send some tones that represent data in the audio itself.
there&#8217;s a few different standards that already describe something&#8230;]]></description>
			<content:encoded><![CDATA[<p>when adam was talking (in one of his <a href="http://www.blognewsnetwork.com/members/0000001/2004/10/06.html#a6728">daily source code</a>s ) about adding meta data to (mp3) sound files he was thinking about the mp3 id-tags but the following idea came to my mind:</p>
<p>in-band signaling</p>
<p>you could send some tones that represent data in the audio itself.</p>
<p>there&#8217;s a few different standards that already describe something like this so first i thought about the way the deaf people have text telephone but that is a modulated signal (just like a modem) and basically it sounds horrible.</p>
<p>but i reckon just the keypad tones that a phone uses will be fine.<br />
Dual Tone Multi Frequency <a href="http://margo.student.utwente.nl/el/phone/dtmf.htm#DTMF_003">DTMF</a> uses 2 tones to pick a number (or * or # or A, B, C or D)</p>
<p>so to encode short bits of information like URL&#8217;s in your audio you could start sending <a href="http://www.asciitable.com/">ascii code</a>s delimited by for example the hash key</p>
<p>so</p>
<div><a href="http://LIVE.CURRY.COM">HTTP://LIVE.CURRY.COM</a></div>
<p>would be encoded as</p>
<div>72#84#84#80#58#47#47#76#73#86#69#46#67#85#82#82#89#46#67#79#77</div>
<div><font size="1">(i used uppercase because the ascii values are below 100 else the string would be even bigger)</font></div>
<p>try how that would sound in your mp3 <a href="http://www.dsptutor.freeuk.com/dtmf/TG102.html">here</a>. <font size="1"><br />
(just a note, this applet seems to grab hold of your key input, so just<br />
close the window once you are done <img src='http://clogwog.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </font></p>
<p>i know it takes a while but i&#8217;m sure you can speed it up and it will still be recognisable..</p>
<p>then on the other side we need an application that sits and listens to all audio.<br />
with a bit of digital signal processing (i think they use the <a href="http://www.dsptutor.freeuk.com/analyser/SpectrumAnalyser.html">Fast Fourier Analysis</a>) the individual<br />
characters can be extracted and shown in a window as the tones are &#8216;received&#8217;..</p>
<p>if this application finds a URL it can even start up a browser and navigate to it.</p>
<p>if the sounds is too annoying just add them to the end of your podcast so people that don&#8217;t know how to handle it can end it right there. this way you keep your podcast and the meta data together and you don&#8217;t need to invent another new standard.</p>
<p>the generation is the easy bit, the detection part is a bit harder to do.</p>
<p>just an idea.. any comments anyone ? is there a better protocol (one that actually already has all characters encoded for example) already out there ?</p>
]]></content:encoded>
			<wfw:commentRss>http://clogwog.net/wp/2004/10/07/in-band-meta-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

