Posts: 36
Joined: Oct 2018
Reputation:
2
mats_o
Junior Member
Posts: 36
seems broken on 19.1 tvos. There are no gui sounds at all when using a remote
It works on 17.6 if that is of any help
Posts: 584
Joined: Oct 2017
Reputation:
85
Fuzzard
Team-Kodi Member
Posts: 584
GUI sounds only work for input that uses "keyboard" code path. Anything that uses game "controller" code path as input doesn't apply GUI sounds. Apple tv remote input uses the latter.
Posts: 584
Joined: Oct 2017
Reputation:
85
Fuzzard
Team-Kodi Member
Posts: 584
No tvos input is handled like keyboard input, so yes.
Posts: 4
Joined: Oct 2018
Reputation:
0
Came here to report the same issue. The lack of GUI sounds in Kodi 19 on tvOS is obviously a bug from any user's perspective, and should be treated as such. The explanation offered by Fuzzard, though it may be accurate, is unsatisfactory. It is the convention throughout the entirety of tvOS is that navigation should produce sounds, and so it should be the case in Kodi. This is a significant regression from Kodi 17!
Please consider the lack of navigation sounds in tvOS as a bug and fix it!
Posts: 584
Joined: Oct 2017
Reputation:
85
Fuzzard
Team-Kodi Member
Posts: 584
PR's are always welcome from anyone interested in fixing it.
Posts: 584
Joined: Oct 2017
Reputation:
85
Fuzzard
Team-Kodi Member
Posts: 584
2021-10-11, 08:21
(This post was last modified: 2021-10-11, 08:23 by Fuzzard.)
Its not just an option missing. All gamecontoller input (on all platforms) doesnt generate any audio sounds. It needs to be added to gamecontroller codepaths.
The game controller stuff gave me head spins trying to follow it all. As it goes into and out of the addon system as well. Have to look at the call graph and find somewhere add it.
Posts: 36
Joined: Oct 2018
Reputation:
2
mats_o
Junior Member
Posts: 36
Since I'm not a C developer I can't help with the coding but I can do testing.
May I ask what changed from 17.6 and if it can be reverted? For my use case the "broken" sounds is a blocking Issue that means that 17.6 is the last "working" version.
I do believe that mrmc has working sounds too if that codebase can be of any help
Posts: 655
Joined: May 2017
Reputation:
26
kambala
Team-Kodi Member
Posts: 655
a lot has changed, unfortunately.
mrmc is based on the v17 code iirc.