Author Topic: MP3 to WAV  (Read 457 times)

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
MP3 to WAV
« on: 20 June 2002, 05:13 »
is there any good command-line program that will 'decode' my MP3s to WAV??
Is there any way to decode more than one MP3 using mpg123???
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
MP3 to WAV
« Reply #1 on: 20 June 2002, 13:46 »
1. mpg123/lame/mad encoder
2. write a small shell script  ;)
If you can't learn to do something well, learn to enjoy doing it poorly.

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
MP3 to WAV
« Reply #2 on: 20 June 2002, 20:41 »
how would i go about writing a shell script that would decode every MP3 in the directory using mpg123?

[ June 20, 2002: Message edited by: Master of Reality / Bob ]

Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
MP3 to WAV
« Reply #3 on: 20 June 2002, 20:51 »
I'll post my script when I get home in about an hour (computer is off ... else I'd just ssh)
If you can't learn to do something well, learn to enjoy doing it poorly.

badkarma

  • VIP
  • Member
  • ***
  • Posts: 497
  • Kudos: 0
MP3 to WAV
« Reply #4 on: 22 June 2002, 18:08 »
sorry man, totally forgot.....

here it is, it's far from perfect though, but it works (it's to burn a dir with mp3 files on a cd, generate_toc.sh is from the cdrdao package (though it's not in the latest CVS anymore))

Code: [Select]
If you can't learn to do something well, learn to enjoy doing it poorly.