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 06-19-2014, 12:02 PM   #1
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Burning MP3's as wav files for cd player


We buy some accompaniment tracks online and download. They are mp3 files. In windows I would use media player, just drag them to make a cd and they just work in the player. In Ubuntu I have been using a sound converter to make them wav files and then using k3b to burn them.

Question is, is there a better/easier way? If command line is fastest I am not afraid of it

I am using Ubuntu 14.04

Thanks for the help !
 
Old 06-19-2014, 12:17 PM   #2
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
that seems to be the smart way:
http://www.tldp.org/HOWTO/pdf/MP3-CD-Burning.pdf

i suspect that gui's that burn mp3 -> cd are doing the intermediary step (mp3 -> wav -> cd) in the background.

maybe a diy zenity script or nautilus script will make it seamless ?
 
Old 06-19-2014, 12:22 PM   #3
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
I've never had a problem with Brasero. As stated, it does the conversion for you... but if you want to do it at command line, you can use lame and cdrecord.

Code:
lame --decode somefile.mp3 somefile.wav
cdrecord dev=/dev/cdrom -audio -pad *.wav
Note that the cdrecord utility is in the wodin package in centos/sl.
 
Old 06-19-2014, 12:38 PM   #4
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297
I will check on Brasero, it did not work so well in earlier versions, just sorta hung there and very slow. My method worked, just thought there would be a more streamlined way.

Thanks schneidz for the tldp link, should've tried there ...

Thanks szboardstretcher, I will check into Brasero, maybe it works better on 14.04

edit: wow, brasero worked fine...thanks. I had a bad go last time so did not try...

Last edited by jkirchner; 06-19-2014 at 12:40 PM.
 
Old 06-19-2014, 12:41 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
No need to switch to Brasero if you are already using K3B, K3B does the conversion on the fly, just choose an Audio-CD project and throw your MP3s at it.
 
Old 06-19-2014, 02:17 PM   #6
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297
Quote:
Originally Posted by TobiSGD View Post
No need to switch to Brasero if you are already using K3B, K3B does the conversion on the fly, just choose an Audio-CD project and throw your MP3s at it.
Oh gee, I must have overlooked something. Thanks Tobi, I feel like such a dummy...
 
Old 06-19-2014, 06:18 PM   #7
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,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
jkirchner, I've always thought that K3B should have the "New Project" item under the "Project" menu, not under the "File" menu. That seems more intuitive (that is, easier to remember and more difficult to overlook) to me than how it's presently set up.

That's pretty much the only criticism I have about K3B.
 
Old 06-19-2014, 06:40 PM   #8
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297
Thanks frankbell. I do like k3b and checked, and silly me, it was there all along. Just brain melting down I think. I am getting ready to just drop windows and am ironing out the last bits of little things.
 
Old 06-21-2014, 10:25 AM   #9
DJ Shaji
Member
 
Registered: Dec 2004
Location: Yo Momma's house
Distribution: Fedora Rawhide, ArchLinux
Posts: 518
Blog Entries: 15

Rep: Reputation: 106Reputation: 106
A quick way is to use
Code:
lame --decode file.mp3
to convert mp3 to wave and cdrecord to burn them to CD.
 
  


Reply



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
using mpg123 to convert .mp3 to .wav files cddesjar Linux - Software 7 06-26-2018 11:28 PM
[SOLVED] How to convert WAV or OGG files to MP3? Javelin Dan Zenwalk 13 12-07-2011 08:07 AM
[SOLVED] MP3 / WAV Player for Linux Hi_This_is_Dev Linux - General 5 09-10-2009 07:43 PM
Music Q - How to convert wav files into mp3... cbjhawks Linux - Software 3 03-30-2008 04:12 AM
Can anyone recommend some good software to convert *.wav files into *mp3 files? Tom "Techno" Earl Linux - Software 4 10-12-2006 04:03 PM

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

All times are GMT -5. The time now is 04:50 AM.

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