Re: audiophiles - mp3 question

2002-11-29 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mmm. I misunderstood what you were looking to do when I first responded.
You should check out the sysutils/gtoaster port. It has an intuitive
interface and many features.

Personally, I only trust cdrecord and burncd, but gtoaster will probably
work just fine.

# Adam


 (11.29.2002 @ 0207 PST): BSD baby said, in 0.4K: 
 Many popular CD burning programs now can burn an audio CD directly from the MP3 
files.
 
 
  I know how to rip cd tracks to mp3 format, but what do I do to go the
  other way - .mp3 to cd format so they can be played in my car stereo
  which doesn't play .mp3's? Is this possible?
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 end of Re: audiophiles - mp3 question from BSD baby 


- --
Adam Weinberger
vectors.cx[EMAIL PROTECTED]
FreeBSD.org   [EMAIL PROTECTED]
Bayer Berkeley[EMAIL PROTECTED]
#vim:set ts=8: 8-char tabs prevent tooth decay.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE950QTo8KM2ULHQ/0RAueCAKCvu9VX1i38KL1WWWMXc3UAcnWB6ACZAUwJ
tKwKsx3ho+jLYl65s2EGzgE=
=Vm/s
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: audiophiles - mp3 question

2002-11-29 Thread Jim Arnold
At 11:37 AM -0800 11/28/02, chip wiegand wrote:

I know how to rip cd tracks to mp3 format, but what do I do to go the
other way - .mp3 to cd format so they can be played in my car stereo
which doesn't play .mp3's? Is this possible?


You can also use XMMS to do this. As per the handbook at
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/sound-mp3.html:

16.3.4 Decoding MP3s

In order to burn an audio CD from MP3s, they must be converted to a
non-compressed WAV format. Both XMMS and mpg123 support the output of MP3 to an
uncompressed file format.

Writing to Disk in XMMS:

1.

Launch XMMS.

2.

Right-click on the window to bring up the XMMS menu.

3.

Select Preference under Options.

4.

Change the Output Plugin to ``Disk Writer Plugin''.

5.

Press Configure.

6.

Enter (or choose browse) a directory to write the uncompressed files to.

7.

Load the MP3 file into XMMS as usual, with volume at 100% and EQ 
settings turned
off.

8.

Press Play -- XMMS will appear as if it is playing the MP3, but no 
music will be
heard. It is actually playing the MP3 to a file.

9.

Be sure to set the default Output Plugin back to what it was before in order to
listen to MP3s again.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: audiophiles - mp3 question

2002-11-29 Thread Jim Durham
On Fri, 29 Nov 2002, Jim Arnold wrote:

 At 11:37 AM -0800 11/28/02, chip wiegand wrote:
 I know how to rip cd tracks to mp3 format, but what do I do to go the
 other way - .mp3 to cd format so they can be played in my car stereo
 which doesn't play .mp3's? Is this possible?

 You can also use XMMS to do this. As per the handbook at
 http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/sound-mp3.html:


Just a little nit to pick. Some of the cd burning programs in ports put a
little tick at the beginning of the cut if you use wave files. This is
apparently the wave header getting detected as audio on the playback.

What you really want is raw 44100 pcm files, which you can easily get
from 'sox' with  'sox inputfile.wav outputfile.raw'. Then use these
to make your cd with no 'ticks'. You do this, of course, after using
xmms or lame or whatever to make the .wav files.

If you compare the .wav and the .raw files, you will see that 44 bytes
are missing..that's the 'tick'. You may not even care about this, but
it was making me crazier.

BTW 'audacity' will input wavs, raw and mp3 and output your choice and
let you edit them to boot.

-Jim



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



audiophiles - mp3 question

2002-11-28 Thread chip wiegand
I know how to rip cd tracks to mp3 format, but what do I do to go the
other way - .mp3 to cd format so they can be played in my car stereo
which doesn't play .mp3's? Is this possible?

--
Chip

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: audiophiles - mp3 question

2002-11-28 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

cd /usr/ports/audio/lame
make install clean

lame --decode filename.mp3

# Adam


 (11.28.2002 @ 1137 PST): chip wiegand said, in 0.3K: 
 I know how to rip cd tracks to mp3 format, but what do I do to go the
 other way - .mp3 to cd format so they can be played in my car stereo
 which doesn't play .mp3's? Is this possible?
 
 --
 Chip
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 
 end of audiophiles - mp3 question from chip wiegand 


- --
Adam Weinberger
vectors.cx[EMAIL PROTECTED]
FreeBSD.org   [EMAIL PROTECTED]
Bayer Berkeley[EMAIL PROTECTED]
#vim:set ts=8: 8-char tabs prevent tooth decay.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE95xx3o8KM2ULHQ/0RAhO6AKDR7Rot6qdoUp/1B9zV5ZVrl84sSACgkB9m
93TB3+9my7nXd2cTc9suAXU=
=VE7h
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message