Re: sox sucks !

2001-09-16 Thread John Galt
On Fri, 14 Sep 2001, Eric Van Buggenhaut wrote:

On Fri, Sep 14, 2001 at 02:37:55PM -0300, Gustavo Noronha Silva wrote:
 Em Fri, 14 Sep 2001 18:24:01 +0200
 Eric Van Buggenhaut [EMAIL PROTECTED] escreveu:

  Thanks to both of you  (Dag Belgïe :)
 
  Fact is I didn't know about this option, it's documentation is totally 
  hidden.
  Bug filed.
 hmmm I learned this option with a simple mpg123 --help... is it really
 hidden? btw, use mpg321 instead of mpg123 as mpg123 is non-free ;)


 [EMAIL PROTECTED] $ mpg321 --help 21 | grep wav
 --wav N or -w N  Use wave file N for output

 []s!

[EMAIL PROTECTED]:~]$ mpg123 --help 21 |grep wav
[EMAIL PROTECTED]:~]$


   -w filename write Output as WAV file

case sensitive...

 :[ !


[EMAIL PROTECTED]:~]$ mpg123 --longhelp 21 |grep wav
-w f --wav f  Writes samples as WAV file in f (- is stdout)
[EMAIL PROTECTED]:~]$

Admit you have to know it ...



-- 
The Internet must be a medium for it is neither Rare nor Well done!
a href=mailto:[EMAIL PROTECTED]John Galt /a




sox sucks !

2001-09-14 Thread Eric Van Buggenhaut
I'm unable to find out why this command actuall doesn't work :

mpg123 -s audio/01_Birdland.mp3 | sox -r 44100 -s -w -c2 - \
audio/01_Birdland.wav


The idea is basically to convert a .mp3 to a .wav

Has anyone a hint ?

Thanks.

Please CC me

-- 
Eric VAN BUGGENHAUT

[EMAIL PROTECTED]




Re: sox sucks !

2001-09-14 Thread Adrian Bunk
On Fri, 14 Sep 2001, Eric Van Buggenhaut wrote:

 I'm unable to find out why this command actuall doesn't work :

 mpg123 -s audio/01_Birdland.mp3 | sox -r 44100 -s -w -c2 - \
 audio/01_Birdland.wav


 The idea is basically to convert a .mp3 to a .wav

 Has anyone a hint ?


What does this have to do with the development of Debian?

Please don't use debian-devel for questions that don't belong here (you
can e.g. ask at a user list of sox or you can ask the Debian maintainer of
sox privately).


 Thanks.

 Please CC me

cu
Adrian

-- 

Get my GPG key: finger [EMAIL PROTECTED] | gpg --import

Fingerprint: B29C E71E FE19 6755 5C8A  84D4 99FC EA98 4F12 B400




Re: sox sucks !

2001-09-14 Thread Carlos Laviola
On Fri, Sep 14, 2001 at 05:14:04PM +0200, Eric Van Buggenhaut wrote:
 I'm unable to find out why this command actuall doesn't work :
 
 mpg123 -s audio/01_Birdland.mp3 | sox -r 44100 -s -w -c2 - \
 audio/01_Birdland.wav
 
 
 The idea is basically to convert a .mp3 to a .wav

Uh, why go thru all this trouble when you can use mpg123 -w?

-- 
 _ _  _| _  _  | _   . _ | _  http://laviola.org  Debian-BR Project
(_(_|| |(_)_)  |(_|\/|(_)|(_| uin#: 981913 (icq)  debian-br.sf.net

Linux: the choice of a GNU generation - Registered Linux User #103594




Re: sox sucks !

2001-09-14 Thread Wouter Verhelst
On Fri, 14 Sep 2001, Eric Van Buggenhaut wrote:

 I'm unable to find out why this command actuall doesn't work :
 
 mpg123 -s audio/01_Birdland.mp3 | sox -r 44100 -s -w -c2 - \
 audio/01_Birdland.wav
 
 The idea is basically to convert a .mp3 to a .wav
 
 Has anyone a hint ?

you don't need sox for that.

mpg123 audio/01_Birdland.mp3 -w audio/01_Birdland.wav

works just fine for me ;-)

-- 
wouter dot verhelst at advalvas dot be

Human knowledge belongs to the world
  -- From the movie Antitrust

rm -rf /bin/laden




Re: sox sucks !

2001-09-14 Thread Mike Dresser
On Fri, 14 Sep 2001, Eric Van Buggenhaut wrote:

 I'm unable to find out why this command actuall doesn't work :

 mpg123 -s audio/01_Birdland.mp3 | sox -r 44100 -s -w -c2 - \
 audio/01_Birdland.wav

i assume there's something wrong with

mpg123 -w audio/01_Birdland.wav audio/01_Birdland.mp3?

Doesn't solve your question, but provides a solution anyways.

Mike




Re: sox sucks !

2001-09-14 Thread Eric Van Buggenhaut
Thanks to both of you  (Dag Belgïe :)

Fact is I didn't know about this option, it's documentation is totally hidden.
Bug filed.

On Fri, Sep 14, 2001 at 06:05:42PM +0200, Wouter Verhelst wrote:
 On Fri, 14 Sep 2001, Eric Van Buggenhaut wrote:
 
  I'm unable to find out why this command actuall doesn't work :
  
  mpg123 -s audio/01_Birdland.mp3 | sox -r 44100 -s -w -c2 - \
  audio/01_Birdland.wav
  
  The idea is basically to convert a .mp3 to a .wav
  
  Has anyone a hint ?
 
 you don't need sox for that.
 
 mpg123 audio/01_Birdland.mp3 -w audio/01_Birdland.wav
 
 works just fine for me ;-)
 
 -- 
 wouter dot verhelst at advalvas dot be
 
 Human knowledge belongs to the world
   -- From the movie Antitrust
 
 rm -rf /bin/laden
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
 

On Fri, Sep 14, 2001 at 01:03:57PM -0300, Carlos Laviola wrote:
 On Fri, Sep 14, 2001 at 05:14:04PM +0200, Eric Van Buggenhaut wrote:
  I'm unable to find out why this command actuall doesn't work :
  
  mpg123 -s audio/01_Birdland.mp3 | sox -r 44100 -s -w -c2 - \
  audio/01_Birdland.wav
  
  
  The idea is basically to convert a .mp3 to a .wav
 
 Uh, why go thru all this trouble when you can use mpg123 -w?
 
 -- 
  _ _  _| _  _  | _   . _ | _  http://laviola.org  Debian-BR Project
 (_(_|| |(_)_)  |(_|\/|(_)|(_| uin#: 981913 (icq)  debian-br.sf.net
 
 Linux: the choice of a GNU generation - Registered Linux User #103594
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
 


-- 
Eric VAN BUGGENHAUT Oh My God! They killed init! You Bastards!
--from a /. post
\_|_/   Andago
   \/   \/  Av. Santa Engracia, 54
a n d a g o  |--E-28010 Madrid - tfno:+34(91)2041100
   /\___/\  http://www.andago.com
/ | \   Innovando en Internet
[EMAIL PROTECTED]




Re: sox sucks !

2001-09-14 Thread Eric Van Buggenhaut
On Fri, Sep 14, 2001 at 06:02:25PM +0200, Adrian Bunk wrote:
 On Fri, 14 Sep 2001, Eric Van Buggenhaut wrote:
 
  I'm unable to find out why this command actuall doesn't work :
 
  mpg123 -s audio/01_Birdland.mp3 | sox -r 44100 -s -w -c2 - \
  audio/01_Birdland.wav
 
 
  The idea is basically to convert a .mp3 to a .wav
 
  Has anyone a hint ?
 
 
 What does this have to do with the development of Debian?

I'd like to use it in 1 of my packages.

-- 
Eric VAN BUGGENHAUT Oh My God! They killed init! You Bastards!
--from a /. post
\_|_/   Andago
   \/   \/  Av. Santa Engracia, 54
a n d a g o  |--E-28010 Madrid - tfno:+34(91)2041100
   /\___/\  http://www.andago.com
/ | \   Innovando en Internet
[EMAIL PROTECTED]




Re: sox sucks !

2001-09-14 Thread Colin Walters
Adrian Bunk [EMAIL PROTECTED] writes:

 Please don't use debian-devel for questions that don't belong here
 (you can e.g. ask at a user list of sox or you can ask the Debian
 maintainer of sox privately).

The proposed debian-user-woody list might also be a good place to ask
these kinds of questions...




Re: sox sucks !

2001-09-14 Thread Dennis Schoen
On Fri, Sep 14, 2001 at 06:24:01PM +0200, Eric Van Buggenhaut wrote:
 Thanks to both of you  (Dag Belgïe :)
 
 Fact is I didn't know about this option, it's documentation is totally hidden.
fiesta ~ % mpg123 --help
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!

usage: mpg123 [option(s)] [file(s) | URL(s) | -]
supported options [defaults in brackets]:
   -vincrease verbosity level   -qquiet (don't print title)
   -ttestmode (no output)   -swrite to stdout
   -w filename write Output as WAV file
  

ciao
Dennis
-- 
The Idea Is Good But The World Isn't Ready Yet




Re: sox sucks !

2001-09-14 Thread Gustavo Noronha Silva
Em Fri, 14 Sep 2001 18:24:01 +0200
Eric Van Buggenhaut [EMAIL PROTECTED] escreveu:

 Thanks to both of you  (Dag Belgïe :)
 
 Fact is I didn't know about this option, it's documentation is totally hidden.
 Bug filed.
hmmm I learned this option with a simple mpg123 --help... is it really
hidden? btw, use mpg321 instead of mpg123 as mpg123 is non-free ;)


[EMAIL PROTECTED] $ mpg321 --help 21 | grep wav
--wav N or -w N  Use wave file N for output

[]s!

-- 
Gustavo Noronha Silva - kov http://www.metainfo.org/kov
**
|  .''`.  | Debian GNU/Linux: http://www.debian.org|
| : :'  : | Debian BR...: http://debian-br.sourceforge.net |
| `. `'`  |  Be Happy! Be FREE!  |
|   `-| Think globally, act locally!   |
**




Re: sox sucks !

2001-09-14 Thread Eric Van Buggenhaut
On Fri, Sep 14, 2001 at 02:37:55PM -0300, Gustavo Noronha Silva wrote:
 Em Fri, 14 Sep 2001 18:24:01 +0200
 Eric Van Buggenhaut [EMAIL PROTECTED] escreveu:
 
  Thanks to both of you  (Dag Belgïe :)
  
  Fact is I didn't know about this option, it's documentation is totally 
  hidden.
  Bug filed.
 hmmm I learned this option with a simple mpg123 --help... is it really
 hidden? btw, use mpg321 instead of mpg123 as mpg123 is non-free ;)
 
 
 [EMAIL PROTECTED] $ mpg321 --help 21 | grep wav
 --wav N or -w N  Use wave file N for output
 
 []s!

[EMAIL PROTECTED]:~]$ mpg123 --help 21 |grep wav
[EMAIL PROTECTED]:~]$


 :[ !


[EMAIL PROTECTED]:~]$ mpg123 --longhelp 21 |grep wav
-w f --wav f  Writes samples as WAV file in f (- is stdout)
[EMAIL PROTECTED]:~]$

Admit you have to know it ...

-- 
Eric VAN BUGGENHAUT Oh My God! They killed init! You Bastards!
--from a /. post
\_|_/   Andago
   \/   \/  Av. Santa Engracia, 54
a n d a g o  |--E-28010 Madrid - tfno:+34(91)2041100
   /\___/\  http://www.andago.com
/ | \   Innovando en Internet
[EMAIL PROTECTED]




Re: sox sucks !

2001-09-14 Thread Daniel Burrows
  Ok, this is pointless, but:

On Fri, Sep 14, 2001 at 08:29:12PM +0200, Eric Van Buggenhaut [EMAIL 
PROTECTED] was heard to say:
 [EMAIL PROTECTED]:~]$ mpg123 --help 21 |grep wav
 [EMAIL PROTECTED]:~]$


torrent:~ mpg123 --help 21 | grep -i wav
   -w filename write Output as WAV file
torrent:~

  Note the case of WAV there.

  Daniel

-- 
/ Daniel Burrows [EMAIL PROTECTED] ---\
|   ...drums...drums in the deep!   |
| J. R. R. Tolkien|
\-Evil Overlord, Inc: planning your future today. http://www.eviloverlord.com-/