Re: [gentoo-user] amarok sound engine

2006-01-31 Thread Richard Fish
On 1/31/06, C. Beamer [EMAIL PROTECTED] wrote:
 I don't know if you've solved this issue.  I'm using the Xine engine
 with amaroK (1.3.6) and it works fine.  Did you choose an output
 plugin in the 'Configure amaroK -- Engine' screen, or did you let it
 auto detect?  Mine is set to auto detect.

Try building with USE=-gstreamer

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] amarok sound engine

2006-01-31 Thread Martins Steinbergs
On Tuesday 31 January 2006 20:42, C. Beamer wrote:
 Martins Steinbergs wrote:
 Hi,
 

 Hi,

 I don't know if you've solved this issue.  I'm using the Xine engine
 with amaroK (1.3.6) and it works fine.  Did you choose an output
 plugin in the 'Configure amaroK -- Engine' screen, or did you let it
 auto detect?  Mine is set to auto detect.

 Colleen

I came to conclusion this isn't amarok or xine problem. different boots with 
different results with no change between. this sound bug comes together with 
fast clock what i hadn't solve, but buggy sound is only amarok, xine or xmms 
plays nice. at leats fast clock i can sync with hardware.

martins
-- 
Linux 2.6.15-ck2 AMD Athlon(tm) 64 Processor 3200+
 06:06:59 up  1:38,  4 users,  load average: 3.20, 3.28, 3.25


pgpUnpVAOgyRD.pgp
Description: PGP signature


Re: [gentoo-user] amarok sound engine

2006-01-26 Thread Martins Steinbergs
On Thursday 26 January 2006 07:21, Richard Fish wrote:
 On 1/24/06, Martins Steinbergs [EMAIL PROTECTED] wrote:
  Hi,
 
  I emerged amarok, great gui to manage collection, but sound output is
  bumpy with xine engine. gstreamer apears not to work at all. I tried to
  tweak settings and xine config with no luck. However, playing adio
  directly in xine output is clear.
  What is your expierence, any sugestion where to look.

 My experience is that the xine engine is _by far_ the best sounding
 engine available in amarok.

 It might be interesting to diff
 ~/.kde3.5/share/apps/amarok/xine-config with ~/.xine/config,
 particularly for the alsa devices in use.  Actually, I think you can
 just copy the ~/.xine/config to the amarok directory to make sure you
 are using the same xine configuration for both.

  i have alsa on
  00:11.5 Multimedia audio controller: VIA Technologies, Inc.
  VT8233/A/8235/8237 AC97 Audio Controller (rev 60)

 The exact model of the controller chip might be useful here.  From the
 .confs in /usr/share/alsa/cards, I gather that the 8233 and 8237 do
 hardware mixing, while the 8233A does not, and enables dmix/dsnoop by
 default.

 If you have the 8233 or 8237, I might try forcing the use of dmix by
 default in your ~/.asoundrc to see if it makes a difference:

 pcm.!default {
 type plug
 slave.pcm dmixer
 }
 pcm.dmixer {
 type dmix
 ipc_key 1024
 slave {
 pcm hw:0,0
 period_time 0
 period_size 1024
 buffer_size 4096
 rate 44100
 }
 bindings {
 0 0
 1 1
 }
 }
 ctl.dmixer {
 type hw
 card 0
 }

 -Richard

Thanks, great to know I was wasting time with wrong xine config file :)
however, just before your message i recompiled amarok without gstreamer suport 
and problem has gone, hope forever cause I'd like to keep this app.

martins 
-- 
Linux 2.6.15-ck2 AMD Athlon(tm) 64 Processor 3200+
 09:53:52 up  2:41,  5 users,  load average: 1.19, 1.21, 1.18


pgpYlX4wVvVm5.pgp
Description: PGP signature


Re: [gentoo-user] amarok sound engine

2006-01-26 Thread Richard Fish
On 1/26/06, Martins Steinbergs [EMAIL PROTECTED] wrote:
 Thanks, great to know I was wasting time with wrong xine config file :)
 however, just before your message i recompiled amarok without gstreamer suport
 and problem has gone, hope forever cause I'd like to keep this app.

Ah, I also build amarok without gstreamer support, so you may be on to
something there.

-Richard

-- 
gentoo-user@gentoo.org mailing list