Twitter
- @andreypopp I couldn't get used to the matrix-based programming style in Python. I tried that, but I'm finding to like Matlab/Octave better. 1 week ago
- Playing with Matlab for the first time in my life. Why didn't I do this kind of stuff when I still was at the uni? http://t.co/rdQNfYLZ 1 week ago
- "What I found was your name all over the place!" is the best acknowledgement of your open source programming work I've ever heard. :) 2 weeks ago
- Please somebody say this is a joke. Firefox 9 apparently doesn't allow me to visit HTTPS sites with self-signed certificates. 2 weeks ago
- @uwwwx It can, but it's probably not particularly good at it (I've not tested though). Everything in there is heavily optimized for music. 3 weeks ago
Links
Categories
Archives
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
Category Archives: TagLib
Windows binaries for TagLib …
… or why there are none. TagLib is a C++ library and as such, it’s very dependant on the compiler. GCC (MinGW) and MSVC generate completely different symbol names, so you can’t even think about using libraries built the other … Continue reading
TagLib 1.7 released
TagLib 1.7 has been released. This release adds support for Monkey’s Audio files and cover art reading/writing for WMA and FLAC files. There is also a number of bug fixes, more details in the changelog. There are two important changes … Continue reading
TagLib 1.7 RC1 released
Even though I wasn’t planning to make a 1.7 release by the time 1.6.3 was released, moving forward with the 1.x series seems to be the easiest way to go. There are many new features in this version. The biggest … Continue reading
TagLib 1.6.3
TagLib 1.6.3 was released this Monday, but somehow I forgot to post an update here. There isn’t many changes, the main reason for the release were configuration issues with 1.6.2. The 1.6.3 tarball can be downloaded here or here. Changes … Continue reading
TagLib 1.6.2
TagLib 1.6.2 has been released. It’s another bug-fix release in the 1.6 series. There is no new functionality, only a few bugs and compatibility issues have been fixed. Please see the change log for details. You can download the source … Continue reading