<?xml version="1.0" encoding="utf-8"?>
<!-- name="generator" content="pyblosxom/1.5.3" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
<channel>
<title>aubio</title>
<link>https://aubio.org/news</link>
<description>a library for audio labelling</description>
<language>en</language>
<item>
  <title>0.4.6 released</title>
  <link>https://aubio.org/news/20171004-1345_0.4.6.html</link>
  <description>
&lt;p&gt;A new version of aubio, &lt;a href=&quot;&#x2F;pub&#x2F;aubio-0.4.6.tar.bz2&quot;&gt;0.4.6&lt;&#x2F;a&gt;, is now available.&lt;&#x2F;p&gt;
&lt;p&gt;This version includes:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;yinfast&lt;&#x2F;code&gt;, a new version of the YIN pitch detection algorithm, that uses
   spectral convolution to compute the same results as the original &lt;code&gt;yin&lt;&#x2F;code&gt;, but
   with a cost &lt;code&gt;O(N log(N))&lt;&#x2F;code&gt;, making it much faster than the plain
   implementation (&lt;code&gt;O(N^2)&lt;&#x2F;code&gt;)&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;software.intel.com&#x2F;en-us&#x2F;ipp-dev-reference&quot;&gt;Intel IPP&lt;&#x2F;a&gt;
   optimisations (thanks to Eduard Mueller), available for Linux, MacOS,
   Windows, and Android&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;improved support for &lt;a href=&quot;http:&#x2F;&#x2F;emscripten.org&quot;&gt;emscripten&lt;&#x2F;a&gt; (thanks to Martin
   Hermant), which compiles the aubio library as a javascript module and lets
   you run aubio&#x27;s algorithm directly from within a web-page.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;&lt;a href=&quot;&#x2F;pub&#x2F;aubio-0.4.6.tar.bz2&quot;&gt;0.4.6&lt;&#x2F;a&gt; also comes with several bug fixes and
improvements.&lt;&#x2F;p&gt;
&lt;p&gt;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.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;p class=&quot;readmore&quot;&gt;&lt;a href=&quot;https:&#x2F;&#x2F;aubio.org&#x2F;news&#x2F;20171004-1345_0.4.6.html&quot;&gt;read more after the break...&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</description>
</item>

<item>
  <title>Analyzing songs online</title>
  <link>https://aubio.org/news/20171004-1234_online_songs.html</link>
  <description>
&lt;p&gt;When built with &lt;a href=&quot;https:&#x2F;&#x2F;www.ffmpeg.org&#x2F;&quot;&gt;ffmpeg&lt;&#x2F;a&gt; or
&lt;a href=&quot;https:&#x2F;&#x2F;libav.org&#x2F;&quot;&gt;libav&lt;&#x2F;a&gt;, &lt;a href=&quot;https:&#x2F;&#x2F;aubio.org&quot;&gt;aubio&lt;&#x2F;a&gt; can &lt;a href=&quot;http:&#x2F;&#x2F;www.ffmpeg.org&#x2F;general.html#Supported-File-Formats_002c-Codecs-or-Features&quot;&gt;read most existing
audio and video
formats&lt;&#x2F;a&gt;,
including compressed and &lt;strong&gt;remote&lt;&#x2F;strong&gt; video streams. This feature lets you
analyze directly audio streams from the web.&lt;&#x2F;p&gt;
&lt;p&gt;A powerful tool to do this is
&lt;a href=&quot;https:&#x2F;&#x2F;rg3.github.io&#x2F;youtube-dl&#x2F;&quot;&gt;&lt;code&gt;youtube-dl&lt;&#x2F;code&gt;&lt;&#x2F;a&gt;, a python program which
downloads video and audio streams to your hard-drive. &lt;code&gt;youtube-dl&lt;&#x2F;code&gt; works not
only from youtube, but also from a &lt;a href=&quot;https:&#x2F;&#x2F;rg3.github.io&#x2F;youtube-dl&#x2F;supportedsites.html&quot;&gt;large number of
sites&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;Here is a quick tutorial to use &lt;code&gt;aubio&lt;&#x2F;code&gt; along with &lt;code&gt;youtube-dl&lt;&#x2F;code&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;p class=&quot;readmore&quot;&gt;&lt;a href=&quot;https:&#x2F;&#x2F;aubio.org&#x2F;news&#x2F;20171004-1234_online_songs.html&quot;&gt;read more after the break...&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</description>
</item>

<item>
  <title>0.4.5 released</title>
  <link>https://aubio.org/news/20170410-1502_0.4.5.html</link>
  <description>
&lt;p&gt;A new version of aubio, &lt;a href=&quot;&#x2F;pub&#x2F;aubio-0.4.5.tar.bz2&quot;&gt;0.4.5&lt;&#x2F;a&gt;, is available.&lt;&#x2F;p&gt;
&lt;p&gt;This version features:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;a new &lt;code&gt;aubio&lt;&#x2F;code&gt; python command line tool to extract information from sound
   files&lt;&#x2F;li&gt;
&lt;li&gt;improved default parameters for onset detection, using adaptive spectral
   whitening and compression&lt;&#x2F;li&gt;
&lt;li&gt;support for libswresample&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;New options &lt;code&gt;--miditap-note&lt;&#x2F;code&gt; and &lt;code&gt;--miditap-velo&lt;&#x2F;code&gt; have been added to
&lt;code&gt;aubioonset&lt;&#x2F;code&gt; and &lt;code&gt;aubiotrack&lt;&#x2F;code&gt; to adjust the note and velocity of the midi note
emitted by onsets and beats.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;&#x2F;pub&#x2F;aubio-0.4.5.tar.bz2&quot;&gt;0.4.5&lt;&#x2F;a&gt; also comes with a bunch of fixes, including
improved documentation, build system fixes, and platform compatibility.&lt;&#x2F;p&gt;
&lt;p&gt;Many thanks to Martin Hermant (@MartinHM), Sebastian Böck (@superbock), Travis
Seaver (@tseaver) and others for their help and contributions.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;p class=&quot;readmore&quot;&gt;&lt;a href=&quot;https:&#x2F;&#x2F;aubio.org&#x2F;news&#x2F;20170410-1502_0.4.5.html&quot;&gt;read more after the break...&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</description>
</item>

<item>
  <title>0.4.4 released</title>
  <link>https://aubio.org/news/20170109-1635_0.4.4.html</link>
  <description>
&lt;p&gt;A new version of aubio, &lt;a href=&quot;&#x2F;pub&#x2F;aubio-0.4.4.tar.bz2&quot;&gt;0.4.4&lt;&#x2F;a&gt;, is available.&lt;&#x2F;p&gt;
&lt;p&gt;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 &lt;code&gt;stderr&lt;&#x2F;code&gt; or &lt;code&gt;stdout&lt;&#x2F;code&gt; by default.&lt;&#x2F;p&gt;
&lt;p&gt;Another new feature is the &lt;code&gt;--minioi&lt;&#x2F;code&gt; feature added to &lt;code&gt;aubioonset&lt;&#x2F;code&gt;, 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.&lt;&#x2F;p&gt;
&lt;p&gt;New demos have been added to the &lt;code&gt;python&#x2F;demos&lt;&#x2F;code&gt; folder, including one using the
pyaudio module to read samples from the microphone in real time.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;&#x2F;pub&#x2F;aubio-0.4.4.tar.bz2&quot;&gt;0.4.4&lt;&#x2F;a&gt; also comes with a bunch of fixes, including
typos in the documentation, build system improvements, optimisations, and
platform compatibility.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;p class=&quot;readmore&quot;&gt;&lt;a href=&quot;https:&#x2F;&#x2F;aubio.org&#x2F;news&#x2F;20170109-1635_0.4.4.html&quot;&gt;read more after the break...&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</description>
</item>

<item>
  <title>Sonic Runway takes aubio to the Playa</title>
  <link>https://aubio.org/news/20161229-1445_sonicrunway.html</link>
  <description>
&lt;p&gt;We just learned that &lt;a href=&quot;https:&#x2F;&#x2F;aubio.org&quot;&gt;aubio&lt;&#x2F;a&gt; was at &lt;a href=&quot;http:&#x2F;&#x2F;burningman.org&quot;&gt;Burning
Man&lt;&#x2F;a&gt; this year, thanks to the amazing work of Rob Jensen
and his friends on the &lt;a href=&quot;https:&#x2F;&#x2F;www.sonicrunway.net&#x2F;&quot;&gt;Sonic Runway&lt;&#x2F;a&gt;
installation.&lt;&#x2F;p&gt;
&lt;div class=&quot;figure&quot; style=&quot;text-align: center;&quot;&gt;

&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;aubio.org&#x2F;images&#x2F;sonicrunway.jpg&quot;&gt;&lt;img alt=&quot;Sonic Runway&quot; src=&quot;https:&#x2F;&#x2F;aubio.org&#x2F;images&#x2F;sonicrunway_400px.jpg&quot; title=&quot;Sonic Runway&quot;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;www.sonicrunway.net&#x2F;&quot;&gt;Sonic Runway&lt;&#x2F;a&gt; — photo by George Krieger&lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;

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

&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;aubio.org&#x2F;images&#x2F;sonicrunway2.jpg&quot;&gt;&lt;img alt=&quot;Sonic Runway&quot; src=&quot;https:&#x2F;&#x2F;aubio.org&#x2F;images&#x2F;sonicrunway2_400px.jpg&quot; title=&quot;Sonic Runway&quot;&gt;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;www.sonicrunway.net&#x2F;&quot;&gt;Sonic Runway&lt;&#x2F;a&gt; — photo by Jareb Mechaber&lt;&#x2F;p&gt;
&lt;&#x2F;div&gt;

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

</channel>
</rss>
