Re: Why won't XMMS play .au files?

2004-09-23 Thread Adam Funk
On Wednesday 22 September 2004 14:50, Ulisses Reina Montenegro de
Albuquerque wrote:

 You probably need http://www.mega-nerd.com/xmms_sndfile/. 

I'll take a look.

 Don't know if there is a Debian package for it, or if Debian 
 XMMS comes with it  

Not as far as I can determine.

 (I don't use XMMS).  

What do you use?

 You will also need (obviously) libsndfile. 

I've got it.

Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Why won't XMMS play .au files?

2004-09-22 Thread Adam Funk
I'm running the xmms 1.2.10-1 package.

$ apt-cache show xmms
...
 It's able to read and play:
  * Audio MPEG layer 1, 2, and 3 (with mpg123 plug-in),
  * WAV, RAW, AU (with internal wav plug-in and MikMod plug-in),
...

When I run XMMS the audio input plugin includes the following:
  MikMod Player 1.2.10 [libmikmod.so]
  Wave Player 1.2.10 [libwav.so]

But it will *not* play any of these files:

$ file *.au
foo1.au:   Sun/NeXT audio data: 16-bit linear PCM, stereo, 44100 Hz
foo.au:Sun/NeXT audio data: 16-bit linear PCM, mono, 22050 Hz
vsound4090.au: Sun/NeXT audio data: 16-bit linear PCM, mono, 22050 Hz

Any idea why not?

-- 
Thanks,
Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Why won't XMMS play .au files?

2004-09-22 Thread Johann Koenig
On Wednesday September 22 at 07:36am
Adam Funk [EMAIL PROTECTED] wrote:

 But it will *not* play any of these files:

Well, what happens when you try? Your description leaves a lot to the
imagination. My imagination says 'user error.'
-- 
-johann koenig
Now Playing: Ripple - Blown Away : Trying To Break Even: The Northwest
Compilation
Today is Setting Orange, the 46th day of Bureaucracy in the YOLD 3170
My public pgp key: http://mental-graffiti.com/pgp/


pgpmoJk7uMpec.pgp
Description: PGP signature


Re: Why won't XMMS play .au files?

2004-09-22 Thread Adam Funk
On Wednesday 22 September 2004 14:00, Johann Koenig wrote:

 On Wednesday September 22 at 07:36am
 Adam Funk [EMAIL PROTECTED] wrote:
 
 But it will *not* play any of these files:
 
 Well, what happens when you try? Your description leaves a lot to the
 imagination. My imagination says 'user error.'

Good point, sorry.  When I try to run it from the command line
   $ xmms *.au 
XMMS launches but shows an empty playlist and opens the dialogue box
for adding files to the playlist.  When I try to add these files using
that dialogue it won't add them.

This is the same behaviour that occurs with file types that XMMS can't
play (e.g. trying to play non-audio files by mistake or audio files of
an unsuitable WAVE type).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Why won't XMMS play .au files?

2004-09-22 Thread Ulisses Reina Montenegro de Albuquerque
Adam Funk wrote:
On Wednesday 22 September 2004 14:00, Johann Koenig wrote:
 

On Wednesday September 22 at 07:36am
Adam Funk [EMAIL PROTECTED] wrote:
   

But it will *not* play any of these files:
 

Well, what happens when you try? Your description leaves a lot to the
imagination. My imagination says 'user error.'
   

Good point, sorry.  When I try to run it from the command line
  $ xmms *.au 
XMMS launches but shows an empty playlist and opens the dialogue box
for adding files to the playlist.  When I try to add these files using
that dialogue it won't add them.
This is the same behaviour that occurs with file types that XMMS can't
play (e.g. trying to play non-audio files by mistake or audio files of
an unsuitable WAVE type).
 

You probably need http://www.mega-nerd.com/xmms_sndfile/. Don't know if 
there is a Debian package for it, or if Debian XMMS comes with it (I 
don't use XMMS). You will also need (obviously) libsndfile.

Cheers
Ulisses
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Why won't XMMS play .au files?

2004-09-22 Thread Michael Marsh
On Wed, 22 Sep 2004 10:46:39 -0300, Ulisses Reina Montenegro de
Albuquerque [EMAIL PROTECTED] wrote:
 Adam Funk wrote:
 This is the same behaviour that occurs with file types that XMMS can't
 play (e.g. trying to play non-audio files by mistake or audio files of
 an unsuitable WAVE type).
 You probably need http://www.mega-nerd.com/xmms_sndfile/. Don't know if
 there is a Debian package for it, or if Debian XMMS comes with it (I
 don't use XMMS). You will also need (obviously) libsndfile.

The xmms package description mentions MikMod in connection with .au
files and recommends the package libmikmod2.  This might be all that's
needed here.

-- 
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Why won't XMMS play .au files?

2004-09-22 Thread Johann Koenig
On Wednesday September 22 at 11:07am
Michael Marsh [EMAIL PROTECTED] wrote:

 The xmms package description mentions MikMod in connection with .au
 files and recommends the package libmikmod2.  This might be all that's
 needed here.

Failing that, there is a package available:
[EMAIL PROTECTED]:~$ apt-cache show xmms-audiofile
Package: xmms-audiofile
snip
Description: xmms plugin for various audio formats using audiofile lib
 This plug-in for XMMS allows users to play any file which the Audio
 File Library can read.  Common formats such as AIFF, AIFF-C, WAVE, and
 NeXT/Sun .snd/.au are supported

But it's not available in the standard Debian repository.

[EMAIL PROTECTED]:~$ apt-cache policy xmms-audiofile
xmms-audiofile:
  Installed: (none)
  Candidate: 0.1-1
  Version Table:
 0.1-1 0
500 http://www.rarewares.org ./ Packages

So you will need to add this to your sources.list:

[EMAIL PROTECTED]:~$ grep rarewares /etc/apt/sources.list 
#deb http://rarewares.hydrogenaudio.org/xmixahlx/debian/ ./
note I don't know what that is commented out. It might be that
rarewares moved servers and I just commented it out and added the
following line rather that removing it /note
deb http://www.rarewares.org/debian/packages/unstable ./
- 
-johann koenig
Now Playing: Project 86 - Rebuttal : Safety First
Today is Setting Orange, the 46th day of Bureaucracy in the YOLD 3170
My public pgp key: http://mental-graffiti.com/pgp/


pgpoqk6H7ea9s.pgp
Description: PGP signature


Re: *.au files ?

1998-08-21 Thread Michael Beattie
On Thu, 20 Aug 1998, Peter Granroth wrote:

[snip]
 Guess I didn't think that far huh? I just saw the post, remembered
 that I had the source to that particular program lying around and
 answered. I think I better start thinking faster than I type from now
 on...

H I wish I could do your wpm... about 2000 is it?


   Michael Beattie ([EMAIL PROTECTED])

   PGP Key available, reply with pgpkey as subject.
 -
  3 dreaded words:  hard disk failure
 -
Debian GNU/Linux  Ooohh You are missing out!



*.au files ?

1998-08-20 Thread fantomas
Hello,
i didn't find (maybe I should look more carefully) which audio player
supports SUN's au files. can anybody point me to right place ?
-- 
 Matus fantomas Uhlar, sysadmin at NETLAB+ Kosice, Slovakia
 BIC coord for *.sk; admin of netlab.irc.sk; co-admin of irc.felk.cvut.cz


Re: *.au files ?

1998-08-20 Thread Peter Granroth
 Hello,
 i didn't find (maybe I should look more carefully) which audio player
 supports SUN's au files. can anybody point me to right place ?

If you just need somethin that can play them from the commad line without all 
the bells  whistles with, you can grab playulaw from my ftp site (compiled or 
source). The files are 3.7K (stripped) and 4.1K so no long download times :)
adress:

ftp://ftp.granroth.ml.org/pub/Sound/
(files playulaw and playulaw.c)

PS. I am not the author of the program, just so you know...

-- 
--
+ Peter Granroth +  Microsoft is NOT the answer  +
+ mailto:[EMAIL PROTECTED] +   Microsoft is the question   +
+ http://granroth.ml.org +   The answer is NO+
--



Re: *.au files ?

1998-08-20 Thread servis
*- Peter Granroth wrote about Re: *.au files ? 
|  Hello,
|  i didn't find (maybe I should look more carefully) which audio player
|  supports SUN's au files. can anybody point me to right place ?
| 
| If you just need somethin that can play them from the commad line without all 
| the bells  whistles with, you can grab playulaw from my ftp site (compiled 
or 
| source). The files are 3.7K (stripped) and 4.1K so no long download times :)
| adress:
| 
| ftp://ftp.granroth.ml.org/pub/Sound/
| (files playulaw and playulaw.c)
| 
| PS. I am not the author of the program, just so you know...
| 

If you have the /dev/audio and /dev/dsp support compiled into the
kernel then all you have to do is cat the file to the device.

% cat file.au  /dev/audio

or 

% cat file.au  /dev/dsp


-- 
Brian 
-
Never criticize anybody until you have walked a mile in their shoes,  
 because by that time you will be a mile away and have their shoes. 
   - unknown  

Mechanical Engineering  [EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis
-


Re: *.au files ?

1998-08-20 Thread Peter Granroth
 *- Peter Granroth wrote about Re: *.au files ? 
 |  Hello,
 |  i didn't find (maybe I should look more carefully) which audio player
 |  supports SUN's au files. can anybody point me to right place ?
 | 
 | If you just need somethin that can play them from the commad line without 
 all 
 | the bells  whistles with, you can grab playulaw from my ftp site (compiled 
 or 
 | source). The files are 3.7K (stripped) and 4.1K so no long download times :)
 | adress:
 | 
 | ftp://ftp.granroth.ml.org/pub/Sound/
 | (files playulaw and playulaw.c)
 | 
 | PS. I am not the author of the program, just so you know...
 | 
 
 If you have the /dev/audio and /dev/dsp support compiled into the
 kernel then all you have to do is cat the file to the device.
 
 % cat file.au  /dev/audio
 
 or 
 
 % cat file.au  /dev/dsp

Guess I didn't think that far huh? I just saw the post, remembered that I had 
the source to that particular program lying around and answered. I think I 
better start thinking faster than I type from now on...

-- 
--
+ Peter Granroth +  Microsoft is NOT the answer  +
+ mailto:[EMAIL PROTECTED] +   Microsoft is the question   +
+ http://granroth.ml.org +   The answer is NO+
--