I don't see any obvious reason that they're doing so because the build
is finding tools it's not supposed to see or that need to be added to
its deps or anything like that. However, as this thing uses scons,
it's anyone's guess. For now, it's better to have it building than not
building.
Changes from previous:
0.92 2011-09-09
- Added $info->{jenkins_hash} which is a 32-bit hash value of the
filename + mtime + file size.
- MP4: Get correct HE-AAC samplerate values from esds.
- ADTS AAC: Add support for .adts file extension.
0.91 2011-09-06
- MP3, MP4, WMA, WAV, AIFF, ADTS AAC: Added DLNA audio profile
detection as $info->{dlna_profile}.
LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
It transparently handles conversions between time and pulses, tempo
map handling etc. The only dependencies are C compiler and glib.
Full API documentation and examples are included.
aubio is a tool designed for the extraction of annotations from audio
signals. Its features include segmenting a sound file before each of
its attacks, performing pitch detection, tapping the beat and
producing midi streams from live audio.
Because these tasks are difficult, we thought it was important to
gather them in a dedicated library. To increase the fun, we have made
these algorithms work in a causal way, so as to be used in real time
applications with as low delay as possible. Functions can be used
offline in sound editors and software samplers, or online in audio
effects and virtual instruments.
aubio currently provides the following features:
- digital filters
- phase vocoder
- onset detection (several methods)
- pitch tracking (several methods)
- beat and tempo tracking
- mel frequency cepstrum coefficients (MFCC)
- transient / steady-state separation
2.6.18
Fix recording problem with Icecast.
Add totem and amarok as optional players.
2.1.17
Improve GUI responsiveness when playing radio stations
2.1.16
Fix security issue with use of os.system, commands and non-secure tempfiles
2.1.15
Fix minimal wx version back to 2.6
2.1.14
Fix errors with wxGTK 2.8.
Fix startup error if Geom file corrupted.
2.1.13
play icecast stations correctly
2.1.12
Fix bug where radiolist is not always refreshed correctly.
2.1.11
Revert to deprecated code in prefs as new version not supported by wxpython 2.6!
2.1.10
Fix icecast directory.
Fix deprecation warnings for wxpython 2.8
2.1.9
Fix problem with GUI breakage when right clicking before download finished.
Fix xcb_lock errors.
2.1.8
Fix to allow realplayer to play user-added streams.
2.1.7
Another record bug fixed (thanks Chris O'Halloran!)
Added option to add user-defined streams.
Pd (aka Pure Data) is a real-time graphical programming environment
for audio, video, and graphical processing. It is the third major
branch of the family of patcher programming languages known as Max
(Max/FTS, ISPW Max, Max/MSP, jMax, etc.) originally developed by
Miller Puckette and company at IRCAM. The core of Pd is written
and maintained by Miller Puckette and includes the work of many
developers, making the whole package very much a community effort.
Pd was created to explore ideas of how to further refine the Max
paradigm with the core ideas of allowing data to be treated in a
more open-ended way and opening it up to applications outside of
audio and MIDI, such as graphics and video.
It is easy to extend Pd by writing object classes ("externals") or
patches ("abstractions"). The work of many developers is already
available as part of the standard Pd packages and the Pd developer
community is growing rapidly. Recent developments include a system
of abstractions for building performance environments; a library
of objects for physical modeling; and a library of objects for
generating and processing video in realtime.
Discogs queries work again, after a Discogs API change. The track
numbering when querying multi-volume albums from Discogs was
incorrect and is fixed in this version.