<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Into the Void</title>
	<atom:link href="http://nullvector.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nullvector.wordpress.com</link>
	<description>From heifers to Huffman</description>
	<lastBuildDate>Wed, 21 Nov 2007 14:07:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nullvector.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Into the Void</title>
		<link>http://nullvector.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nullvector.wordpress.com/osd.xml" title="Into the Void" />
	<atom:link rel='hub' href='http://nullvector.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Python and Bad Drugs</title>
		<link>http://nullvector.wordpress.com/2007/11/21/python-and-bad-drugs/</link>
		<comments>http://nullvector.wordpress.com/2007/11/21/python-and-bad-drugs/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 14:06:47 +0000</pubDate>
		<dc:creator>nullvector</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tonal]]></category>
		<category><![CDATA[avbin]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[pyglet]]></category>

		<guid isPermaLink="false">http://nullvector.wordpress.com/2007/11/21/python-and-bad-drugs/</guid>
		<description><![CDATA[ So to keep my self from going insane from boredom,  I started a project I&#8217;ve been thinking about for some time.   See my proggit comments here and here. The idea is to create a media player in python.  I don&#8217;t really have access to a Mac so I&#8217;m using cross platform kind of loosely I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nullvector.wordpress.com&amp;blog=2171673&amp;post=4&amp;subd=nullvector&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> So to keep my self from going insane from boredom,  I started a project I&#8217;ve been thinking about for some time.   See my <a href="http://programming.reddit.com">proggit</a> comments <a href="http://programming.reddit.com/info/5zpot/comments/c02dbco">here</a> and <a href="http://programming.reddit.com/info/60d3t/comments/c02g75d">here</a>.</p>
<p>The idea is to create a media player in python.  I don&#8217;t really have access to a Mac so I&#8217;m using cross platform kind of loosely I guess.</p>
<p>The media backend was the first stumbling block.  On Linux, there&#8217;s GStreamer.  On Windows, DirectShow.  I&#8217;ve actually used both before and they are both quite nice but I didn&#8217;t want to do two different engines.  I could have used GStreamer on Windows but installing it on Windows is no fun.</p>
<p>That left few options.  There&#8217;s FMOD but I ruled that out because of licensing.  The same for BASS.</p>
<p>That leaves ffmpeg.  Skip past my efforts at writing a python accessible library for playing media in python.  I revisited a python project called <a href="http://www.pyglet.org">pyglet</a> I had looked over before and realized they had already written a wrapper around a library called <a href="http://code.google.com/p/avbin/">AVbin</a> which is itself a wrapper around ffmpeg with a stable ABI.  The project was obviously not created with my needs in mind but it works out quite well.</p>
<p>Which brings me to the user interface, and a break.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nullvector.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nullvector.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nullvector.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nullvector.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nullvector.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nullvector.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nullvector.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nullvector.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nullvector.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nullvector.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nullvector.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nullvector.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nullvector.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nullvector.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nullvector.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nullvector.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nullvector.wordpress.com&amp;blog=2171673&amp;post=4&amp;subd=nullvector&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nullvector.wordpress.com/2007/11/21/python-and-bad-drugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36455d5ff84898dbba1724694fd32875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">null_vector</media:title>
		</media:content>
	</item>
		<item>
		<title>Stay away from the purple blotter!</title>
		<link>http://nullvector.wordpress.com/2007/11/21/stay-away-from-the-purple-blotter/</link>
		<comments>http://nullvector.wordpress.com/2007/11/21/stay-away-from-the-purple-blotter/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 14:05:05 +0000</pubDate>
		<dc:creator>nullvector</dc:creator>
				<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://nullvector.wordpress.com/2007/11/21/stay-away-from-the-purple-blotter/</guid>
		<description><![CDATA[It looks like I&#8217;m going to be laid up for a week or two. I started taking some new medication and the side effects are fairly overwhelming. I&#8217;m going to take the time to start this up for a brain dump of sorts.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nullvector.wordpress.com&amp;blog=2171673&amp;post=3&amp;subd=nullvector&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It looks like I&#8217;m going to be laid up for a week or two.  I started taking some new medication and the side effects are fairly overwhelming.  I&#8217;m going to take the time to start this up for a brain dump of sorts.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nullvector.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nullvector.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nullvector.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nullvector.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nullvector.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nullvector.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nullvector.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nullvector.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nullvector.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nullvector.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nullvector.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nullvector.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nullvector.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nullvector.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nullvector.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nullvector.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nullvector.wordpress.com&amp;blog=2171673&amp;post=3&amp;subd=nullvector&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nullvector.wordpress.com/2007/11/21/stay-away-from-the-purple-blotter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/36455d5ff84898dbba1724694fd32875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">null_vector</media:title>
		</media:content>
	</item>
	</channel>
</rss>
