If my home timeline is any indication, the number of Move orders Ableton has gotten from blind people across the world in the past 24 hours has gone up by like 300%. Mostly thanks to some random dude making an open source project.
@TheQuinbox Sad thing is, as far as I know, people have asked Ableton to just provide us with an on-board screen reader from when the first video on it came out back in the day. They always avoided it with various excuses. Man, the moment we got the first device into our hands and noticed its basically just a Raspi we all knew it was possible, and not even hard to do at all. Talking about a company just doing as much as they need to generate income.
@ToniBarth @TheQuinbox Has anyone figured out how to hack the device to do TTS output on-device alongside other audio yet? I'm inclined to give them the benefit of the doubt on the reasons they gave.
@matt @ToniBarth That's what Move Everything does. It uses espeak or flight.
@TheQuinbox @ToniBarth Oh shit, I might have to buy one of these too. Don't know if the actual music application will be my thing, but I'm perpetually curious about how companies do Linux-based devices.
@matt @TheQuinbox I'd like to have one too, but I am kinda stuck in a moral loop hole. I find it unfair that a dev not related with Ableton fixed their accessibility issues, for free, and now Ableton is making thousands of dollars of someone's free labour.
@ToniBarth @TheQuinbox Work on products or product features is always speculative. You look at possibilities, guess about what you think will be profitable to work on, and hope you're right. Given that, if I'm not mistaken, Ableton had already implemented a roundabout way for blind people to use the device, they arguably did the minimum that was legally required. I don't think I can fault them for not going ahead and implementing something equivalent to Move Everything. (continued)
@matt @TheQuinbox They implemented a mode that required an external device, e.g. mobile or pc, to operate it, which arguably makes it less "moveable" and more like "Ableton Stationary", and definitely more fiddly than necessary. Well, there are several people on Mastodon here alone who purchased a new device just because ov Move Everything. Check the GitHub commit history of the dev and estimate the time effort, I'm sure it'll already be positive now.
@ToniBarth @matt @TheQuinbox He's still piggybacking off Ableton's own screenreader output, so it's not like he just did this on his own...
@FreakyFwoof @ToniBarth @matt Yeah, that. Move Everything is incredibly cool, but it also seems stupidly simple. Just intercept the strings being sent to the web app and pipe them through a tts binary.
@TheQuinbox @FreakyFwoof @ToniBarth So maybe there's enough bureaucracy between the business decision-makers and the developer(s) inside the company who could have done it, that the decision-makers didn't realize how simple it would actually be.
@TheQuinbox @FreakyFwoof @ToniBarth Plus of course to really do it right, to the standards of a commercial product from an international company, you have to think about TTS localization, configuring voice and rate, etc.
@matt @TheQuinbox @ToniBarth Well done. Critical thinking. Yes, all of that.