I was hoping this would be a way to listen to Wikipedia articles like audiobooks. Unfortunately, the iPhone screen reader is not optimized for reading Wikipedia:
- It reads footnote links ("one", "fourteen", etc)
- It reads years like numbers ("One thousand, seven hundred and fifty six" instead of "seventeen fifty six").
- It reads introductory metadata, warnings, etc.
- It reads tables.
- It read image captions.
Ideally it wouldn't do any of these things. Basically, it reads the screen from top to bottom, which isn't what a human would do if you asked somebody to read a Wikipedia article to you. If anyone knows a good way to synthesize Wikipedia to speech, that would be so nice!
EDIT: I wonder if Apple would reject such an app from the App Store because it would compete with ebooks.
> I wonder if Apple would reject such an app from the App Store because it would compete with ebooks.
They would not, unless you went out of your way to violate App Store guidelines. There are currently hundreds of iOS "reader" apps that allow users to consume ebooks[1], graphic novels, articles from Wikipedia and similar sites (i.e. wikiHow), etc.
Neat, although with Wikipedia dealing largely with sentence-based text, I was hoping for something that does text-to-speech. It would be cool if for each edit a voice would read the article title and the updated sentence(s).
You can get a rough overview of the changes per minute looking at https://codepen.io/Krinkle/full/BwEKgW which listens to the event stream. (scroll to the bottom of the page, its seems slightly broken right now)
This shows ~300 edits per minute on en.wikipedia (5 a second) right now.
~1500 edits per minuites on all sites (25 a second)
There's an irc channel (#en.wikipedia on irc.wikimedia.org) that just lists edits as they happen - i always found it helped me appreciate the scale of things.
I seem to get about 50 or so entries that play, then nothing for many minutes. If I refresh, I get another burst of entries. Possibly HN is hugging the site to death?
I didn’t mind — ^W is not hard to type — but it does strike me as slightly odd that this seems to have been a conscious choice: “It is based on BitListen by Maximillian Laumeister”, which requests you click anywhere to unmute (https://www.bitlisten.com/).
If I remember correctly, back at the time they adapted BitListen into Listen to Wikipedia, Chrome's policy permitted autoplaying sound.
The "click anywhere to unmute" notification was something I added some time later, after the new autoplay policy, so that people wouldn't think the website was soundless or that sound was broken.
Google Chrome has changed its autoplay policy in the past few years [0] -- sites now require typically user interaction before they're allowed to start the audio context.
You can see this in the page's code [1] -- line 157 and further.
I was surprised to hear the page start playing right away though. Maybe Chrome's "whitelisting" has become more permissive..? See this [2] as well.
I remember there was a website or app which let you listen to wikipedia articles whose subject was near you, based on geolocation info. Anyone remember what it was?
- It reads footnote links ("one", "fourteen", etc)
- It reads years like numbers ("One thousand, seven hundred and fifty six" instead of "seventeen fifty six").
- It reads introductory metadata, warnings, etc.
- It reads tables.
- It read image captions.
Ideally it wouldn't do any of these things. Basically, it reads the screen from top to bottom, which isn't what a human would do if you asked somebody to read a Wikipedia article to you. If anyone knows a good way to synthesize Wikipedia to speech, that would be so nice!
EDIT: I wonder if Apple would reject such an app from the App Store because it would compete with ebooks.