disturbed digital sound after pausing track
#1
I received last weekend my digital amp. Installation went well, I can play music files and DTS/AC3 movies.

However when I play a music track, press pause, and then play again, I get disturbed sound.

My sound card is a sound blaster live. I'm running ubuntu 8.04 and xbmc beta.

asound.conf:

Code:
pcm.!spdif {
        type hw
        card 0
        device 2
}

# Sets default playback to 'spdif'.
pcm.!default{
      type plug
        slave {
           pcm "spdif"
           rate 48000
      }
}

my xbmc.log:

http://www.pastebin.ca/1216199

the problem begins when the streams are flushed:

Quote:#
22:54:22 T:3067787104 M:325992448 ERROR: FlushStreams - flush-drain, alsa error: Resource temporarily unavailable
#
22:54:22 T:3067787104 M:325992448 ERROR: FlushStreams - flush-prepare, alsa error: Device or resource busy
#
22:54:22 T:3067787104 M:325992448 ERROR: FlushStreams - flush-start, alsa error: File descriptor in bad state

Any idea?
Reply

Logout Mark Read Team Forum Stats Members Help
disturbed digital sound after pausing track0