thats helpful
both of these V4ks are now on th September edition - the problem I was having with the DVBlink addon not loading is a dvblink issue - I have rigged a routine on hte server to restart the server on a regular basis and that by and large reduces the issue to tolerable.
One Vero is using spdif and the other (the one I used to use bluetooth on is forced to use anlogue as I have not sound out on the monitor (I have ordered an hdmi audio splitter) I do suspect it wont happen on hdmi but I ran out of time to get the hdmi monitor from another room and try it - will get back to you on that - unfortunately today was my only free day in ages
I am not sure about whether the channel has 5:1 maybe on the recording but I doubt it - we were just watching ITV and BBC news and the backnoise was dire
I’ll set up full debug logs and upload [edited later - log with full debug is here at paste.osmc.tv/awegacupuz
This covers a few moments runnig a recording which shows very noticeable background noise (footsteps almost louder than speech) and I was rewinding to get to the offending scene]
In answer to the amplifier - yes its a simple headphone amplifier in stereo only a volume control - as I say that part of the set up has not changed but much thanks for the suggestion of reversing the channels - sounds very logical
[edited later to say] I tried swapping the stereo channels - they’ve never been mixed up before as they’re color coded. But no change still a lot of background]
The Sound bar takes SPDIF from the other Vero - if anything the SPDIF is slightly better than the analogue (i.e. background less prominent but miles worse than same soundbar using a Win10 PC SPDIF with straight Kodi - august 2017
this is the content of the conf file
Configuration for Amlogic M8 Audio
AML-M8AUDIO.pcm.default {
@args [ CARD ]
@args.CARD { type string }
type plug
slave.pcm {
@func concat
strings [ “dmix:” $CARD ]
}
}
confdir:pcm/front.conf
AML-M8AUDIO.pcm.front.0 {
@args [ CARD ]
@args.CARD { type string }
type hw
card $CARD
device 0
format S32_LE
}
confdir:pcm/surround51.conf
AML-M8AUDIO.pcm.surround51.0 {
@args [ CARD ]
@args.CARD { type string }
type route
ttable.0.0 1
ttable.1.1 1
ttable.2.4 1
ttable.3.5 1
ttable.4.3 1
ttable.5.2 1
slave.pcm {
type plug
slave {
pcm {
type hw
card $CARD
device 0
}
channels 8
format S32_LE
}
}
}
confdir:pcm/surround71.conf
AML-M8AUDIO.pcm.surround71.0 {
@args [ CARD ]
@args.CARD { type string }
type route
ttable.0.0 1
ttable.1.1 1
ttable.2.6 1
ttable.3.7 1
ttable.4.3 1
ttable.5.2 1
ttable.6.4 1
ttable.7.5 1
slave.pcm {
type plug
slave {
pcm {
type hw
card $CARD
device 0
}
channels 8
format S32_LE
}
}
}
confdir:pcm/hdmi.conf
AML-M8AUDIO.pcm.hdmi.0 {
@args [ CARD AES0 AES1 AES2 AES3 ]
@args.CARD { type string }
@args.AES0 { type integer }
@args.AES1 { type integer }
@args.AES2 { type integer }
@args.AES3 { type integer }
type hooks
slave.pcm {
type hw
card $CARD
device 1
format S16_LE
}
hooks.0 {
type ctl_elems
hook_args [
{
interface MIXER
name “IEC958 Playback Default”
lock true
preserve true
optional true
value [ $AES0 $AES1 $AES2 $AES3 ]
}
]
}
}