It's a shame the audio is so bad. Would love me a polished version...
Oh that's your new side project right there: a browser plugin that does this on the fly. With ai. And put something something block chain in for the 2017 retro vibes ;)
There's a massive business for audio correction on the web. I find it almost hysterical to have a 1080p conference video with a blurry slide and a dark speaker and cannot hear clearly. Radio is a better medium.
I’m interested in presentation detection and enhancement in general. For example, if a person is standing in front of a mostly static chalkboard for an hour, there is a ton of information there about the writing on the board. The frames could be fed into a handwriting detector and perhaps vectorized, and the video format should understand this and transmit a full resolution chalkboard on frame zero of the transmission, and not send any board info until there is an actual modification.
Actually, exactly this is a side project of mine, running at https://egghead.space ;)
However, as my side projects tend to go, it's not very polished - or finished even. I still think it's a good idea though and hope I will finish it some day...
Long answer: The title ist ridiculous, I refuse to even open the link. Yes, I know this community favors more substantial comments, but this one made me angry.
I like the concept and installed the android app.
Unfortunately, I wouldn't call it a beta version. I would say alpha since it seems to ... lack a lot. I was even unable to report a bug via the in-app mail link. Got a response that there is no such project on gitlab ;)
Regarding the "client/server render results do not match" issues: Fixing these is mostly easy in my experience, especially since vue will log the offending dom nodes to the dev console.
To clarify, this is not quite what I am looking for.
My challenge is that I don't want everything to be rendered on the client. I only want very specific things to be client rendered and nuxt does not have a way to do this (I think).
The no-ssr thing is the opposite of the functionality that I would like. I want to have the ability to declare which pieces are only server rendered and sprinkle in in client-side rendering where it makes sense.