Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

mp123

1 view
Skip to first unread message

hello

unread,
Aug 30, 2004, 8:45:31 PM8/30/04
to
hello,

is there a way to get mpg321 to convert from mp3 to the raw files without
having to list each file name indvidually. or mpg123.

thanks


Lowell Gilbert

unread,
Aug 30, 2004, 9:58:38 PM8/30/04
to
comp.unix.bsd.freebsd is not widely propagated, so you won't
necessarily get much help here (in comp.unix.bsd.freebsd).
See http://www.freebsd.org/support.html for better ideas...
[followups redirected accordingly]

"hello" <high...@hotmail.com> writes:

> is there a way to get mpg321 to convert from mp3 to the raw files without
> having to list each file name indvidually. or mpg123.

Sure. See, e.g., http://be-well.ilk.org:8088/~lowell/systuff/scripts/burnMixCD
which includes a loop roughly like:

for fil in *.mp3 ; do
mpg123 -w ${fil}.wav ${fil} ;
done

--
Lowell Gilbert, embedded/networking software engineer
http://be-well.ilk.org:8088/~lowell/

0 new messages