CodeWalrus

Development => Hardware => Topic started by: CVSoft on July 21, 2016, 07:24:48 AM

Title: CVSoft's Automatically Controlled Amateur Radio Thingy
Post by: CVSoft on July 21, 2016, 07:24:48 AM
I still don't know what to call this.


It'll be some kind of information terminal accessible over 70cm amateur radio, using both text-to-speech and speech-to-text. So far, I have code to get the current weather conditions written for it, well before I finished any of the backend components. It's designed for Orange Pi One (it's cheap \o/), but can work on normal RasPi or even Windows! Once I can tell that code is at least marginally functional, it'll be open-source on my github page. I also need to make sure that the Orange Pi One can do what I need it to with its limited USB, since I need both a sound card and wireless networking.

I want this project to be:
STATUS:
Title: Re: CVSoft's Automatically Controlled Amateur Radio Thingy
Post by: Dream of Omnimaga on July 22, 2016, 02:08:59 AM
Hm interesting. I am curious about how the audio quality will be. Also by text to speech, do you mean you'll code a converter?
Title: Re: CVSoft's Automatically Controlled Amateur Radio Thingy
Post by: CVSoft on July 22, 2016, 02:15:58 AM
Quote from: DJ Omnimaga on July 22, 2016, 02:08:59 AM
Hm interesting. I am curious about how the audio quality will be.
Bad, but copiable.

Quote from: DJ Omnimaga on July 22, 2016, 02:08:59 AM
Also by text to speech, do you mean you'll code a converter?
I'm probably going to be using Google for text-to-speech and speech-to-text (https://pypi.python.org/pypi/SpeechRecognition/). I don't have the time or knowledge to algorithmically process audio. I'll train my code to accept common mistranslations; since radio audio is filtered, speech recognition engines will have a hard time with translating voice.

Moderator edit: fixed formatting
Title: Re: CVSoft's Automatically Controlled Amateur Radio Thingy
Post by: Yuki on July 22, 2016, 02:37:45 AM
At least, for date and time, you can always use the WWV stations (or CHU in Canada), which are pretty much made to be easily understood by computers. Plus, with CHU, you may even hear the voice of Simon Durivage every minute. You might even probably be able to make a NTP server with that.
Title: Re: CVSoft's Automatically Controlled Amateur Radio Thingy
Post by: CVSoft on July 22, 2016, 02:45:14 AM
I'm just going to query the date/time on the Pi and send that as speechified text; I don't want to get into rebroadcasting laws.
Title: Re: CVSoft's Automatically Controlled Amateur Radio Thingy
Post by: Dream of Omnimaga on July 23, 2016, 03:59:21 AM
Thanks for explaining about Text to Speech. I didn't know Google made such thing. I knew AT&T had a text to speech converter.