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