The speech-to-text transcription is so incredibly wrong that it's almost dangerous to publish it like this. For instance: > at the beach view new screen for assistance there is a needle in his hand he's foaming from his mouth throwing off this item What the officer actually said on the radio: > He was going to Rainier Beach area. A request for assistance to approach two people with needles. : Call was from a neighbor…
Transcribed police scanners in real-time
81–90 of 109 posts
Re: Transcribed police scanners in real-time
#82This is very impressive. I'm the owner of Broadcastify.com, where presumably these streams are being transcribed from. We've dabbled in this space and looked at real-world approaches to taking something like this to market, but transcribing 7000+ streams to text seems like an expensive (computational) and ($$) effort that needs a lot of investigation. Note to mention that the individual lexicons between streams are d…
I prototyped this concept too, at https://feeds.talonvoice.com with prohibitively expensive Google speech recognition, but also have a feature for users to listen and fix transcriptions. If murph was anything like me they probably paid for broadcastify and tailed a couple of the static mp3 feeds. My plan was to collect user transcription corrections on my site then train my own inexpensive models on them. The open-so…
Re: Transcribed police scanners in real-time
#83Apart from the police and people listening out of interest/curiosity, who else taps into police scanners? It seems like a really narrow and competitive niche to be in for developers.
It is ridiculously competitive in the mobile app store market, because there is a lot of revenue out there. All of the apps source their streams from Broadcastify, and they license Broadcastify's API and content to do so. The apps are enormously popular, and the market generates hundreds of thousands of dollars a month in revenue. I deal constantly with nefarious developers who often feel like Broadcastify has an obl…
Re: Transcribed police scanners in real-time
#84Developer of murph.live here again - after reading this thread I have some ideas I'd like to vet with everyone here. 1. We need to post links to the source of the stream. I neglected to do that for fear of cease and desist, but now I realize we need to create accountability on our own platform. I will be contacting broadcastify.com to ensure we can direct users to a source. 2. We need a disclaimer on the site directl…
Re: Transcribed police scanners in real-time
#85The speech-to-text transcription is so incredibly wrong that it's almost dangerous to publish it like this. For instance: > at the beach view new screen for assistance there is a needle in his hand he's foaming from his mouth throwing off this item What the officer actually said on the radio: > He was going to Rainier Beach area. A request for assistance to approach two people with needles. : Call was from a neighbor…
I don't have familiarity with speech-to-text but wouldn't it be possible to weight words based on their probability in this application to help resolve this. For example, suspect is probably a low frequency word in normal speech but very high in radio chatter.
Typically you would use/train a LM for your domain or specifically for your dataset.
Re: Transcribed police scanners in real-time
#86The speech-to-text transcription is so incredibly wrong that it's almost dangerous to publish it like this. For instance: > at the beach view new screen for assistance there is a needle in his hand he's foaming from his mouth throwing off this item What the officer actually said on the radio: > He was going to Rainier Beach area. A request for assistance to approach two people with needles. : Call was from a neighbor…
It would be cool if there was a way to listen for a bit and feed some corrected transcriptions back in to help train the algorithm better
Re: Transcribed police scanners in real-time
#87Re: Transcribed police scanners in real-time
#88I don't know the law in the US, but here in Sweden any police investgiation is kept under strict secrecy until completed. When a crime occur and journalist ask for details the answer is always the same. While investigation is ongoing no details may be given. That would not work if there is a searchable transcription of the communication online.
So an nice technical achievement, but the more successful it is the faster it will be made obsolete in terms of getting information out of police scanners.
Re: Transcribed police scanners in real-time
#89Earlier quoted context omitted.
I don't have familiarity with speech-to-text but wouldn't it be possible to weight words based on their probability in this application to help resolve this. For example, suspect is probably a low frequency word in normal speech but very high in radio chatter.
apple dictation does this, it will change already transcribed text mid sentence if it thinks something else fits better https://news.ycombinator.com/item?id=23322321 at 33 second mark https://twitter.com/jamescham/status/1265512829806927873
Re: Transcribed police scanners in real-time
#90The speech-to-text transcription is so incredibly wrong that it's almost dangerous to publish it like this. For instance: > at the beach view new screen for assistance there is a needle in his hand he's foaming from his mouth throwing off this item What the officer actually said on the radio: > He was going to Rainier Beach area. A request for assistance to approach two people with needles. : Call was from a neighbor…
I don't have familiarity with speech-to-text but wouldn't it be possible to weight words based on their probability in this application to help resolve this. For example, suspect is probably a low frequency word in normal speech but very high in radio chatter.