Re: [Freevo-users] /audio/plugins/mplayer.py and MPLAYER_AO_DEV_OPTS problem

2009-07-04 Thread Andrea Magatti

Duncan Webb wrote:

Andrea Magatti wrote:
  

Hi all,

seems like i can't get audio spidf out (iec958) when playing music, but
when playing video files everything is ok.

in freevo 1.8.2 (gentoo) i've configured the MPLAYER_AO_DEV_OPTS
='device=iec958' and MPLAYER_AO_DEV= 'alsa'.

these parameters are correctly passed to the mplayer (when selecting a
video file avi, mkw, mov and everything else) command line, but when
playing audio files (mp3, flac) only the MPLAYER_AO_DEV is passed to
the command line.

I was watching the source code in /src/audio/plugins/mplayer.py and i've
noticed that the command line building code doesn't use at all the
MPLAYER_AO_DEV_OPTS option.



Try just using:
MPLAYER_AO_DEV = 'alsa:device=default'
or possibly:
MPLAYER_AO_DEV = 'alsa:device=hw=0.0'

This is very hardware specific.

And don't set MPLAYER_AO_DEV_OPTS

I'm assuming that you have connected your audio card to an external amp.

Then you can set -afm hwac3 for certain file types.

Duncan

--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

  

It works quite well using

MPLAYER_AO_DEV = 'alsa:device=iec958'

I've got an audiophile 102 that requires this option.
Yes the soundcard is connected via Digital Output (not optical) to a Denon amp 
capable of decoding a lot of audio formats


Just a question: MPLAYER_AO_DEV_OPTS is intended to be used only for video 
files?
thanks 

--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] /audio/plugins/mplayer.py and MPLAYER_AO_DEV_OPTS problem

2009-07-03 Thread Andrea Magatti

Hi all,

seems like i can't get audio spidf out (iec958) when playing music, but 
when playing video files everything is ok.


in freevo 1.8.2 (gentoo) i've configured the MPLAYER_AO_DEV_OPTS 
='device=iec958' and MPLAYER_AO_DEV= 'alsa'.


these parameters are correctly passed to the mplayer (when selecting a 
video file avi, mkw, mov and everything else) command line, but when 
playing audio files (mp3, flac) only the MPLAYER_AO_DEV is passed to 
the command line.


I was watching the source code in /src/audio/plugins/mplayer.py and i've 
noticed that the command line building code doesn't use at all the 
MPLAYER_AO_DEV_OPTS option.


How can i fix this? (i'm not an experienced python developer )


thanks in advance

--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] /audio/plugins/mplayer.py and MPLAYER_AO_DEV_OPTS problem

2009-07-03 Thread Duncan Webb
Andrea Magatti wrote:
 Hi all,
 
 seems like i can't get audio spidf out (iec958) when playing music, but
 when playing video files everything is ok.
 
 in freevo 1.8.2 (gentoo) i've configured the MPLAYER_AO_DEV_OPTS
 ='device=iec958' and MPLAYER_AO_DEV= 'alsa'.
 
 these parameters are correctly passed to the mplayer (when selecting a
 video file avi, mkw, mov and everything else) command line, but when
 playing audio files (mp3, flac) only the MPLAYER_AO_DEV is passed to
 the command line.
 
 I was watching the source code in /src/audio/plugins/mplayer.py and i've
 noticed that the command line building code doesn't use at all the
 MPLAYER_AO_DEV_OPTS option.

Try just using:
MPLAYER_AO_DEV = 'alsa:device=default'
or possibly:
MPLAYER_AO_DEV = 'alsa:device=hw=0.0'

This is very hardware specific.

And don't set MPLAYER_AO_DEV_OPTS

I'm assuming that you have connected your audio card to an external amp.

Then you can set -afm hwac3 for certain file types.

Duncan

--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] /audio/plugins/mplayer.py and MPLAYER_AO_DEV_OPTS problem

2009-07-02 Thread Andrea Magatti

Hi all,

seems like i can't get audio spidf out (iec958) when playing music, but 
when playing video files everything is ok.


in freevo 1.8.2 (gentoo) i've configured the MPLAYER_AO_DEV_OPTS 
='device=iec958' and MPLAYER_AO_DEV= 'alsa'.


these parameters are correctly passed to the mplayer (when selecting a 
video file avi, mkw, mov and everything else) command line, but when 
playing audio files (mp3, flac) only the MPLAYER_AO_DEV is passed to 
the command line.


I was watching the source code in /src/audio/plugins/mplayer.py and i've 
noticed that the command line building code doesn't use at all the 
MPLAYER_AO_DEV_OPTS option.


How can i fix this? (i'm not an experienced python developer )


thanks in advance
--
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users