<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ChipMusic.org - "C64MP3"]]></title>
		<link>https://chipmusic.org/forums/topic/637/c64mp3/</link>
		<description><![CDATA[The most recent posts in "C64MP3".]]></description>
		<lastBuildDate>Tue, 09 Feb 2010 13:33:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9888/#p9888</link>
			<description><![CDATA[<b><i>akira^8GB says:</i></b><p>It&#039;s interesting that the MP3 can be decoded in real time. The sound quality is the usual awful 4-bit <img src="https://chipmusic.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />I don&#039;t think there&#039;s even MP3 decoders for 68000 Amigas!</p>]]></description>
			<pubDate>Tue, 09 Feb 2010 13:33:35 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9888/#p9888</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9882/#p9882</link>
			<description><![CDATA[<b><i>Sander von Focus says:</i></b><p>Apparently there was a good reason to use that song. <br /><a href="http://en.wikipedia.org/wiki/Tom%27s_Diner#The_.22Mother_of_the_MP3.22" target="_blank">http://en.wikipedia.org/wiki/Tom%27s_Di &#133; the_MP3.22</a></p>]]></description>
			<pubDate>Tue, 09 Feb 2010 12:21:29 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9882/#p9882</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9881/#p9881</link>
			<description><![CDATA[<b><i>Jellica says:</i></b><p>its certainly interesting, but i&#039;d like to hear somthing a bit more interesting than suzanne vega</p>]]></description>
			<pubDate>Tue, 09 Feb 2010 12:18:04 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9881/#p9881</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9880/#p9880</link>
			<description><![CDATA[<b><i>rumpelfilter says:</i></b><p>the more I know about it, the more it seems amazing!</p>]]></description>
			<pubDate>Tue, 09 Feb 2010 12:14:00 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9880/#p9880</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9875/#p9875</link>
			<description><![CDATA[<b><i>Sander von Focus says:</i></b><p>Anders: It makes your c64 sing! <img src="https://chipmusic.org/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />I found this on csdb:</p><div class="quotebox"><blockquote><p>th of February 2010: It is true, the Commodore 64 CAN SING! The Commodore 64 mp3-decoder is called c64mp3, and I, Mahoney, made it for the Datastorm event in Gothenburg. The download link contains the full demo and the source code for the encoder and decoder.</p><p>The song chosen is &quot;Tom&#039;s Diner&quot; by Suzanne Vega.</p><p>The Commodore 64 c64mp3 replay routine uses all the tricks in the book,<br />in order to acheive the best sound quality possible:</p><p>* The sound buffer is calculated in the stack, and it wraps<br />* Jitter free sample playback, by using NMI IRQ vector pointing to $dd04<br />* 8-bit sample output by using SID test bit for resetting oscillators<br />* saving clock cycles by JMP $dd0c when exiting an NMI<br />* Pitch tables? Good for module playback, but worthless for human voices<br />* Dithering noise, to make quantization smoother<br />* Phase-aligned wavetables with extracted formants<br />* Full 8-bit interpolation between formants with 16 different volume ratios<br />* 16 volume levels for resulting audio output<br />* self-modifying code, of course<br />* critical code run in Zero Page<br />* ...while only ~15 assembly instructions per sample available<br />* ...and still cpu-time left for a demo!</p><p>The c64mp3 encoder uses some seriously advanced signal processing as well:</p><p>* sub-sample pitch detection<br />* auto-tuning into constant-pitch audio<br />* formant extraction, sub-sample phase-alignment and normalization<br />* formant cross correlation and selection<br />* consonant detection and extraction<br />* run-length encoding of data with _minimal_ unpacking overhead<br />* requires 4GB of RAM and 500MB of hard drive space</p><p>It is true, the Commodore 64 CAN SING! ...but it took some 28 years for it to learn! <img src="https://chipmusic.org/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p></blockquote></div>]]></description>
			<pubDate>Tue, 09 Feb 2010 10:47:20 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9875/#p9875</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9874/#p9874</link>
			<description><![CDATA[<b><i>goto80 says:</i></b><p>so ... what is it that the c64mp3 does?</p>]]></description>
			<pubDate>Tue, 09 Feb 2010 10:28:59 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9874/#p9874</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9723/#p9723</link>
			<description><![CDATA[<b><i>boomlinde says:</i></b><p>I thought the title was a bit misleading since it isn&#039;t really mp3. Aside from that, it&#039;s really impressive. Frequency domain compression for the c64!</p><p>For more sound tricks, check out the entries by Goto80 (techno aha; general multispeed trickery) and by Frantic (birdburner; bird emulation by linear analysis of bird beeps)</p>]]></description>
			<pubDate>Mon, 08 Feb 2010 18:38:34 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9723/#p9723</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9673/#p9673</link>
			<description><![CDATA[<b><i>Sander von Focus says:</i></b><p>&quot;use WinVice 2.2 settings/sid settings/ sid-engine any 6581 resid-fp (importrant choose resid with &quot;fp&quot; at the end)&quot;<br />I did this with WinVice 2.1. Or check the video above <img src="https://chipmusic.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<pubDate>Mon, 08 Feb 2010 13:17:05 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9673/#p9673</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9669/#p9669</link>
			<description><![CDATA[<b><i>ant1 says:</i></b><p>Sounds pretty accurate in VICE, what are you using?</p>]]></description>
			<pubDate>Mon, 08 Feb 2010 13:05:10 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9669/#p9669</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9663/#p9663</link>
			<description><![CDATA[<b><i>Jellica says:</i></b><p>this sounds hilarious through my emulator!</p>]]></description>
			<pubDate>Mon, 08 Feb 2010 12:35:23 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9663/#p9663</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9637/#p9637</link>
			<description><![CDATA[<b><i>rumpelfilter says:</i></b><div class="quotebox"><cite>ant1 wrote:</cite><blockquote><p>Or so amazingly hi-fi, if you look at it like that. <img src="https://chipmusic.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>hehe, you have a point there <img src="https://chipmusic.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<pubDate>Mon, 08 Feb 2010 08:35:30 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9637/#p9637</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9508/#p9508</link>
			<description><![CDATA[<b><i>Thretris says:</i></b><p>crazy, that is rad indeed</p>]]></description>
			<pubDate>Sun, 07 Feb 2010 15:59:15 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9508/#p9508</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9507/#p9507</link>
			<description><![CDATA[<b><i>ant1 says:</i></b><p>Or so amazingly hi-fi, if you look at it like that. <img src="https://chipmusic.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<pubDate>Sun, 07 Feb 2010 15:32:35 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9507/#p9507</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9506/#p9506</link>
			<description><![CDATA[<b><i>rumpelfilter says:</i></b><p>yeah! this is just so amazingly lo-fi!</p>]]></description>
			<pubDate>Sun, 07 Feb 2010 15:29:42 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9506/#p9506</guid>
		</item>
		<item>
			<title><![CDATA[Re: "C64MP3"]]></title>
			<link>https://chipmusic.org/forums/post/9503/#p9503</link>
			<description><![CDATA[<b><i>Sander von Focus says:</i></b><p><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/0mF9kXZAjsI" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><br />Just cool <img src="https://chipmusic.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<pubDate>Sun, 07 Feb 2010 13:48:12 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/9503/#p9503</guid>
		</item>
	</channel>
</rss>
