audio-cd

Read audio CD track information in c#

How can I read the track information (author, track title, length) for an Audio CD using C#? ...

What is the best way to get the CDDB info for an audio CD in Perl?

Hello! What is the best way to get the cd-title and the cd-track-names from an audio CD? I tried this module, but it didn't work. #!/usr/bin/env perl use warnings; use strict; use CDDB_get qw( get_cddb ); my %config; $config{CDDB_HOST} = "freedb.freedb.org"; $config{CDDB_PORT} = 8880; $config{CDDB_MODE} = "cddb"; $config{CD_DEVICE} = "...