RSS Feed

Lisp Project of the Day

Day Zero

You can support this project by donating at:

Donate using PatreonDonate using Liberapay

Or see the list of project sponsors.

Day Zero

A small helper

Wrote a small helper to choose a random Common Lisp project from the Quicklisp for my "Project of the Day" marathon!

cl-mpg123

So, today's project is cl-mpg123!

It's documentation (http://quickdocs.org/cl-mpg123/) says:

This is a binding to libmpg123 library allowing for convenient,
extensive, and fast decoding of MPEG1/2/3 (most prominently mp3) files.

Also, this library is able to extract id3 tags from the mp3 files. You can use it to build an mp3 catalog in Common Lisp!

Let's see it works!

It almost was able to give me information about one of the mp3s I've found on the disk!

cl-mpg123:metadata method does not work on this file :(

Of cause, I've submitted the issue: https://github.com/Shirakumo/cl-mpg123/issues/2


Brought to you by 40Ants under Creative Commons License