LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-01-2014, 11:04 PM   #1
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Rep: Reputation: 176Reputation: 176
no sound on conventional CD player after burning mp3 to a CD


I'm using Xubuntu, the latest one. I have a Dell Optiplex 170L desktop. I downloaded the mp3 to the computer and then burned it to a CD. The CD burn was incredibly fast (less than 10 seconds for over an hour of mp3) and it works fine on the Xfburn player on my computer. But when I try to play the CD on a regular CD player, although the LED on my CD player shows that the time is ticking off, there is no sound. Any ideas? Thanks!
 
Old 07-02-2014, 12:05 AM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

regular cd players won't play mp3 files, which prompts the following questions:

What method did you use to convert the mp3 to a wav before burning? I guess you didn't. Some burning software will do the conversion for you if you tell it to - what program did you use to perform the burn? What options did you give it?

Evo2.
 
1 members found this post helpful.
Old 07-02-2014, 08:26 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Find the item on your burning program's menu to "Burn Audio CD." Then your burning program will convert the *.mp3 files to the correct format (it's a wave format, but the file extension is something else--*.cda I think).

Different burning programs hide it in different places in the menu. Doing a web search for "burn audio CD [program name]" should quickly get you an answer.
 
2 members found this post helpful.
Old 07-03-2014, 12:35 AM   #4
SandsOfArrakis
Member
 
Registered: Apr 2012
Location: Netherlands
Distribution: Linux Mint 21.1 Vera / Zorin Pro 6.2
Posts: 155

Rep: Reputation: Disabled
Correct Frank

If you import mp3's and burn it normally. The resulting files will stay as mp3 (CD will be a data disc). And most CD players can't play those. But if you choose "burn audio disc" option, then the resulting disc will be an audio disc with files a CD player can read.

If OP is using Brasero, it's very easy. Just choose audioproject (same in English I guess, since I'm using the Dutch language) and you're good to go. K3b works very similar. You'll see the option when you start the program. Or can go File -> New Project -> New Audio CD Project from the menu.

Good luck
 
1 members found this post helpful.
Old 07-03-2014, 01:06 AM   #5
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

ok, since people are giving explicit suggestions. Here's how I'd do it.
Code:
sudo apt-get install burn
burn -A *.mp3
Evo2.

PS. The burn package is universe in Ubuntu (in main in Debian)
 
1 members found this post helpful.
Old 07-03-2014, 01:24 AM   #6
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Thanks all three of you! All of your responses helped me figure out how to do it.

What I had done was I found this thing online:

http://www.cyberciti.biz/tips/how-do...nd-prompt.html

And I put the first command into the terminal and got a .wav file (and of course I had the original mp3 file as well). I tried the second command but it did nothing.

Then I put a cdr disc in the computer and went to Xfburn player in my Xubuntu accessories. What I did wrong was I did a data burn instead of an audio burn.

And I did the burn with the mp3 file, not the .wav file, so I'm thinking that's what Evo2 was talking about with some of the programs doing the conversion for you.

Bottom line: it worked and the CD plays in all my CD players.

Many thanks guys!

P.S. Evo2, we must've been doing our posts at the same time, but like I said, I already got it working. Thanks!

Last edited by Gregg Bell; 07-03-2014 at 01:26 AM. Reason: adding
 
Old 07-03-2014, 01:41 AM   #7
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

well done. Converting the mp3 to a wav file like you did is exactly what I was talking about.

Cheers,

Evo2.
 
  


Reply

Tags
burn, fail, mp3, no sound



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Burning MP3's as wav files for cd player jkirchner Linux - Newbie 8 06-21-2014 10:25 AM
Portable MP3 player with corrupted mp3 files today53 SUSE / openSUSE 1 05-22-2006 09:24 AM
MP3 PLAYER/SOUND CARD/Instalation HMB42 Linux - Hardware 5 02-20-2006 07:43 AM
S1 Mp3 player (Help Create a New Distro for an MP3 player!)) Ian_Hawdon Linux - General 3 12-05-2005 01:14 PM
MP3 CD player can't read MP3 CD's burned in linux food188 Linux - Software 2 01-11-2004 04:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration