Is this a typo? Anyway, audio feedback is a critical part of games. Pressing the "fire" button and waiting 100ms for the sound of the gun would be insanely noticeable
The inverse is also true. Sound triggers and local animations are often used to mask latency in games like DOTA which need a server round trip before your commands have any affect on the game world. It works remarkably well to make games feel responsive even when they’re not.
However, with these streaming systems I’m not sure developers will be able to use tricks like that. It seems like these tech stacks are running all code remotely. I feel pretty skeptical about whether they can make the game feel good enough this way.
I can see this working very well for games like Total War where hardware specs are super high but response time is not critical