Re: [gentoo-user] seamonkey helper apps

2009-02-10 Thread Paul Hartman
On Mon, Feb 9, 2009 at 9:31 PM, James wirel...@tampabay.rr.com wrote:
 Hello,

 I use to listen to my voice mail, via mplayer and seamonkey.
 I setup mplayer to play voice-message.wav and it (use to)
 worked beautifully.

 Now I cannot get it to work. Any suggestion as to a simple app.
 I can set up as a helper application in seamonkey to play .wav
 files?

 The file command tells me this about the voice-message.wav file
 sent to me from vonage:

 file voice-message.wav
 voice-message.wav: RIFF (little-endian) data, WAVE audio,
 ITU G.711 mu-law, mono 8000 Hz

 ideas?


 James

I also have Vonage and use Seamonkey and everything is working okay
for me. I'm using the gecko-mediaplayer plugin, but opening with
gmplayer or something works too.

Paul



Re: [gentoo-user] seamonkey helper apps

2009-02-10 Thread Willie Wong
On Tue, Feb 10, 2009 at 03:31:41AM +, Penguin Lover James squawked:
 file voice-message.wav
 voice-message.wav: RIFF (little-endian) data, WAVE audio, 
 ITU G.711 mu-law, mono 8000 Hz
 
 
On Tue, Feb 10, 2009 at 05:34:06PM +, Penguin Lover James squawked:
 and some don't, like my voice mails:
 (aplay voice-message.wav
 aplay: test_wavefile:782: can't play WAVE-file 
 format 0x0007 which is not PCM or FLOAT encoded)
 Not sure if this matters...?
 
Have you tried aplay with manually specified format options?

aplay -f MU_LAW -c1 -r8000 -t wav voice-message.wav 

Is it possible that the wav files are corrupted? (Do you have just one
sample or multiple?) 

W
-- 
Where do you get Mercury?

H.G. Wells
Sortir en Pantoufles: up 795 days, 17:25



Re: [gentoo-user] seamonkey helper apps

2009-02-10 Thread Mick
On Tuesday 10 February 2009, James wrote:
 Hello,

 I use to listen to my voice mail, via mplayer and seamonkey.

I would have thought that mplayer is a bit of an overkill for playing .wav, 
have you tried /usr/bin/aplay?

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] seamonkey helper apps

2009-02-09 Thread James
Hello,

I use to listen to my voice mail, via mplayer and seamonkey.
I setup mplayer to play voice-message.wav and it (use to)
worked beautifully.

Now I cannot get it to work. Any suggestion as to a simple app.
I can set up as a helper application in seamonkey to play .wav
files?

The file command tells me this about the voice-message.wav file
sent to me from vonage:

file voice-message.wav
voice-message.wav: RIFF (little-endian) data, WAVE audio, 
ITU G.711 mu-law, mono 8000 Hz

ideas?


James