You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Finally installed a2dp-app-osmc. I had to make some changes in order to make it play nicely with my retrosmc/emulationstation/retropie installation besides it.
I changed the following:
in file: /etc/pulse/client.conf (makes pactl work):
osmc@osmc:~$ sudo su
root@osmc:/home/osmc# export PULSE_RUNTIME_PATH=/var/run/pulse
root@osmc:/home/osmc# pacmd
Welcome to PulseAudio 10.0! Use "help" for usage information.
>>> ^C
However, you're advised against doing this due to security reasons. Just like you're advised against running pulseaudio systemwide.. but this is not really a problem in single-user htpc scenarios)
I also changed the following settings in /etc/pulse/daemon.conf:
We found some regressions from running PulseAudio in system-wide mode.
You should be able to use the ALSA sink (bcm2835-alsa) on Pi and the Pulse sink simultaneously for dual audio output.
Hi! Finally installed a2dp-app-osmc. I had to make some changes in order to make it play nicely with my retrosmc/emulationstation/retropie installation besides it.
I changed the following:
in file:
/etc/pulse/client.conf
(makespactl
work):In file
/etc/pulse/daemon.conf
(fixes audio / emulationstation buffer underruns; source: https://bbs.archlinux.org/viewtopic.php?id=185736 ):in file
/etc/pulse/system.pa
':(This enables the use of
pacmd
command. Example:However, you're advised against doing this due to security reasons. Just like you're advised against running pulseaudio systemwide.. but this is not really a problem in single-user htpc scenarios)
I also changed the following settings in
/etc/pulse/daemon.conf
:default-sample-rate to 48000 as that is default of emulationstation, and changd the resample-method.
Now I can play audio via bluetooth on osmc and play star wars rogue squadron on my rpi3b+ at the same time; yay!
The text was updated successfully, but these errors were encountered: