From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 06:22:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCDBF16A41F for ; Mon, 19 Dec 2005 06:22:56 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5333043D5E for ; Mon, 19 Dec 2005 06:22:56 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1125844nzo for ; Sun, 18 Dec 2005 22:22:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r3AjfslboIgVJgoRzF/BflKYEevekMrhmSeLab1yiK6GassQHUnRkEbQP0mP6BgixSlOySQv8CW/2mF/dvdtqsc6AGNQ5OItabhlYI9D9fIvSACbH1RiJc/KWY5dEzFtOq8/w/TsCygZjyaCt6XSHczbdw5BL5hQzAc7kxXqYZg= Received: by 10.36.71.10 with SMTP id t10mr5530034nza; Sun, 18 Dec 2005 22:22:55 -0800 (PST) Received: by 10.37.20.33 with HTTP; Sun, 18 Dec 2005 22:22:55 -0800 (PST) Message-ID: Date: Mon, 19 Dec 2005 09:22:55 +0300 From: "Andrew P." To: user In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: how do I ... burn an audio CD from .WAV files _and_ add cd-text ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 06:22:57 -0000 On 12/19/05, user wrote: > > I have wav files. > > The wav files come from cds that did not have cd-text information on them= , > so I have no cd-text examples or source files for these wav files. > > I want to burn an audio cd with some wav files (I know how to do this wit= h > burncd and cdrecord) BUT I also want to add cd-text to the newly created, > custom audio CD. > > cdrecord seems as if it is able to do this, but after a night of > searching, I do not see how to create the file of text necessary to do > this. > > I am wondering if anyone out there already does this and could share thei= r > workflow / work-description ? > > thanks. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > I haven't tried it, but sysutils/cdrdao supports CD-Text. You can specify the text info right in its TOC files. Just have a glance at its manpage.