<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" 
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" 
   xmlns:html="http://www.w3.org/1999/html" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
   <title>aubio</title>
   <link>https://aubio.org/news</link>
   <description>a library for audio labelling</description>
   <language>en</language>
   <copyright>Copyright 2004-2015 Paul Brossier</copyright>
   <ttl>60</ttl>
   <pubDate>Wed, 04 Oct 2017 11:45 GMT</pubDate>
   <managingEditor>piem@aubio.org</managingEditor>
   <generator>PyBlosxom http://pyblosxom.sourceforge.net/ 1.5.3</generator>
<item>
   <title>0.4.6 released</title>
   <guid isPermaLink="false">20171004-1345_0.4.6</guid>
   <link>https://aubio.org/news/20171004-1345_0.4.6.html</link>
   <description><![CDATA[
<p>A new version of aubio, <a href="/pub/aubio-0.4.6.tar.bz2">0.4.6</a>, is now available.</p>
<p>This version includes:</p>
<ul>
<li>
<p><code>yinfast</code>, a new version of the YIN pitch detection algorithm, that uses
   spectral convolution to compute the same results as the original <code>yin</code>, but
   with a cost <code>O(N log(N))</code>, making it much faster than the plain
   implementation (<code>O(N^2)</code>)</p>
</li>
<li>
<p><a href="https://software.intel.com/en-us/ipp-dev-reference">Intel IPP</a>
   optimisations (thanks to Eduard Mueller), available for Linux, MacOS,
   Windows, and Android</p>
</li>
<li>
<p>improved support for <a href="http://emscripten.org">emscripten</a> (thanks to Martin
   Hermant), which compiles the aubio library as a javascript module and lets
   you run aubio's algorithm directly from within a web-page.</p>
</li>
</ul>
<p><a href="/pub/aubio-0.4.6.tar.bz2">0.4.6</a> also comes with several bug fixes and
improvements.</p>
<p>Many thanks to Eduard Mueller (@emuell), Martin Hermant (@MartinHN), Hannes
Fritz (@hztirf), Stuart Axon (@stuaxo), Jörg (@7heW4yne), ssj71 (@ssj71),
Andreas Borg (@borg), Rob (@mlrobsmt) and everyone else for their valuable
contributions and input.</p>
<p><p class="readmore"><a href="https://aubio.org/news/20171004-1345_0.4.6.html">read more after the break...</a></p>
]]></description>
   <category domain="https://aubio.org/news"></category>
   <pubDate>Wed, 04 Oct 2017 11:45 GMT</pubDate>
</item>
<item>
   <title>Analyzing songs online</title>
   <guid isPermaLink="false">20171004-1234_online_songs</guid>
   <link>https://aubio.org/news/20171004-1234_online_songs.html</link>
   <description><![CDATA[
<p>When built with <a href="https://www.ffmpeg.org/">ffmpeg</a> or
<a href="https://libav.org/">libav</a>, <a href="https://aubio.org">aubio</a> can <a href="http://www.ffmpeg.org/general.html#Supported-File-Formats_002c-Codecs-or-Features">read most existing
audio and video
formats</a>,
including compressed and <strong>remote</strong> video streams. This feature lets you
analyze directly audio streams from the web.</p>
<p>A powerful tool to do this is
<a href="https://rg3.github.io/youtube-dl/"><code>youtube-dl</code></a>, a python program which
downloads video and audio streams to your hard-drive. <code>youtube-dl</code> works not
only from youtube, but also from a <a href="https://rg3.github.io/youtube-dl/supportedsites.html">large number of
sites</a>.</p>
<p>Here is a quick tutorial to use <code>aubio</code> along with <code>youtube-dl</code>.</p>
<p><p class="readmore"><a href="https://aubio.org/news/20171004-1234_online_songs.html">read more after the break...</a></p>
]]></description>
   <category domain="https://aubio.org/news"></category>
   <pubDate>Wed, 04 Oct 2017 10:34 GMT</pubDate>
</item>
<item>
   <title>0.4.5 released</title>
   <guid isPermaLink="false">20170410-1502_0.4.5</guid>
   <link>https://aubio.org/news/20170410-1502_0.4.5.html</link>
   <description><![CDATA[
<p>A new version of aubio, <a href="/pub/aubio-0.4.5.tar.bz2">0.4.5</a>, is available.</p>
<p>This version features:</p>
<ul>
<li>a new <code>aubio</code> python command line tool to extract information from sound
   files</li>
<li>improved default parameters for onset detection, using adaptive spectral
   whitening and compression</li>
<li>support for libswresample</li>
</ul>
<p>New options <code>--miditap-note</code> and <code>--miditap-velo</code> have been added to
<code>aubioonset</code> and <code>aubiotrack</code> to adjust the note and velocity of the midi note
emitted by onsets and beats.</p>
<p><a href="/pub/aubio-0.4.5.tar.bz2">0.4.5</a> also comes with a bunch of fixes, including
improved documentation, build system fixes, and platform compatibility.</p>
<p>Many thanks to Martin Hermant (@MartinHM), Sebastian Böck (@superbock), Travis
Seaver (@tseaver) and others for their help and contributions.</p>
<p><p class="readmore"><a href="https://aubio.org/news/20170410-1502_0.4.5.html">read more after the break...</a></p>
]]></description>
   <category domain="https://aubio.org/news"></category>
   <pubDate>Mon, 10 Apr 2017 13:02 GMT</pubDate>
</item>
<item>
   <title>0.4.4 released</title>
   <guid isPermaLink="false">20170109-1635_0.4.4</guid>
   <link>https://aubio.org/news/20170109-1635_0.4.4.html</link>
   <description><![CDATA[
<p>A new version of aubio, <a href="/pub/aubio-0.4.4.tar.bz2">0.4.4</a>, is available.</p>
<p>This version features a new log module that allows redirecting errors,
warnings, and other messages coming from libaubio. As usual, these messages are
printed to <code>stderr</code> or <code>stdout</code> by default.</p>
<p>Another new feature is the <code>--minioi</code> feature added to <code>aubioonset</code>, which lets
you adjust the minimum Inter-Onset Interval (IOI) separating two consecutive
events. This makes it easier to reduce the number of doubled detections.</p>
<p>New demos have been added to the <code>python/demos</code> folder, including one using the
pyaudio module to read samples from the microphone in real time.</p>
<p><a href="/pub/aubio-0.4.4.tar.bz2">0.4.4</a> also comes with a bunch of fixes, including
typos in the documentation, build system improvements, optimisations, and
platform compatibility.</p>
<p><p class="readmore"><a href="https://aubio.org/news/20170109-1635_0.4.4.html">read more after the break...</a></p>
]]></description>
   <category domain="https://aubio.org/news"></category>
   <pubDate>Mon, 09 Jan 2017 15:35 GMT</pubDate>
</item>
<item>
   <title>Sonic Runway takes aubio to the Playa</title>
   <guid isPermaLink="false">20161229-1445_sonicrunway</guid>
   <link>https://aubio.org/news/20161229-1445_sonicrunway.html</link>
   <description><![CDATA[
<p>We just learned that <a href="https://aubio.org">aubio</a> was at <a href="http://burningman.org">Burning
Man</a> this year, thanks to the amazing work of Rob Jensen
and his friends on the <a href="https://www.sonicrunway.net/">Sonic Runway</a>
installation.</p>
<div class="figure" style="text-align: center;">

<p><a href="https://aubio.org/images/sonicrunway.jpg"><img alt="Sonic Runway" src="https://aubio.org/images/sonicrunway_400px.jpg" title="Sonic Runway"></a></p>
<p><a href="https://www.sonicrunway.net/">Sonic Runway</a> — photo by George Krieger</p>
</div>

<p><a href="https://en.wikipedia.org/wiki/Burning_Man">Burning Man</a> is an annual gathering
that takes place in the middle of a <a href="https://en.wikipedia.org/wiki/Black_Rock_Desert">vast desert in
Nevada</a>. For its 30th edition,
about 70,000 people attended the festival this year.</p>
<div class="figure" style="float: left; max-width: 50%; margin: 0 10px 10px 0; padding: 0 10px 10px 0;">

<p><a href="https://aubio.org/images/sonicrunway2.jpg"><img alt="Sonic Runway" src="https://aubio.org/images/sonicrunway2_400px.jpg" title="Sonic Runway"></a></p>
<p><a href="https://www.sonicrunway.net/">Sonic Runway</a> — photo by Jareb Mechaber</p>
</div>

<p>The idea behind <a href="http://www.sonicrunway.net">Sonic Runway</a> is to <em>visualise the
speed of sound</em> by building a 300&nbsp;meter (1000&nbsp;feet) long corridor,
materialized by 32 gates of colored lights.</p>
<p>Each of the gates would illuminate at the exact moment the sound, emitted from
one end of the runway, reaches them.</p>
<p>The light patterns were created on the fly, using <a href="https://aubio.org/">aubio</a> to
analyze the sound in real time and have the LED lights flash in sync with the music.</p>
<p>To cover the significant cost of hardware, the whole installation was <a href="https://www.indiegogo.com/projects/sonic-runway-burning-man-2016-music-art">funded
by dozens of backers in a successful crowd-funding
campaign</a>.</p>
<p><p class="readmore"><a href="https://aubio.org/news/20161229-1445_sonicrunway.html">read more after the break...</a></p>
]]></description>
   <category domain="https://aubio.org/news"></category>
   <pubDate>Thu, 29 Dec 2016 13:45 GMT</pubDate>
</item>
</channel>
</rss>
