• 1
  • 10
  • 11
  • 12
  • 13
  • 14(current)
Linux PulseAudio Sink
Hi,

i have a problem when i launch chrome in kodibuntu. I have not 5.1 audio.
When i launch chorme with advancedlauncher, with the next script:

Code:
#!/bin/bash
fluxbox &
pulseaudio -start &
google-chrome
pulseaudio -k &
killall -9 fluxbox

i have not audio 5.1, i don't know what is the problem, i changed the next value in the /etc/pulse/daemon.conf
Code:
default-sample-channels = 6

if i test the sound with:

Code:
speaker-test -c 6

all speakers work properly.

Anyone know what can be the problem?

thank you.
Reply
(2015-11-04, 13:31)panchon Wrote:
Code:
pulseauido -start &
Maybe PA is not started because of a misspelled command?!
Reply
(2015-11-04, 13:45)icebaer Wrote:
(2015-11-04, 13:31)panchon Wrote:
Code:
pulseauido -start &
Maybe PA is not started because of a misspelled command?!

I wrote a mistake.Confused
The script is correct.
Reply
Post your kodi.log please - then we will see. When I enumerate the PA sinks I print the configured speakers.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
Might be that chrome does not use pulseaudio in that combination. Also post a pactl list sinks and pactl list sink-inputs when your audio is running.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
Hi,
attach the output for the commands:

pactl list sinks
pactl list sink-inputs

Could you help me

thank you
Reply
chrome: Sample Specification: s16le 2ch 44100Hz

Yeah - nothing we can do. If you want, set pulse to 6 channels that will make ac3 non working and upmix everything from 2 to 6 channels - I don't think you want that. As chrome only sends a 2 channel signal anyways - no further info introduced by upmixing.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
  • 1
  • 10
  • 11
  • 12
  • 13
  • 14(current)

Logout Mark Read Team Forum Stats Members Help
PulseAudio Sink0