Monthly Archives: June 2020


Cyprus Radio Frequencies for cars imported from Japan

If you are having trouble with the radio of your car that was imported from Japan and you cannot tune in to your favorite radio stations you might have to do a little math!

On many cars that were imported from Japan it seems that to tune in to the station you like you need to subtract from the frequency 16Mhz. For example, if the station you are interested in is broadcasting at 97.2Mhz you will have to set your car radio to 81.2Mhz to listen to it.

A list of frequencies will follow soon.


Ubuntu 18.04 and VOSK Speech Recognition API

Just some quick notes on how to install and use VOSK on Ubuntu 18.04 LTS.

  1. Install using: pip3 install vosk
  2. Get samples from https://github.com/alphacep/vosk-api/tree/master/python/example
  3. Using ffmpeg create input audio files ffmpeg -i video.mkv -c:a pcm_s16le -ac 1 output.wav
    It will create a file of the following type output.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 48000 Hz
  4. Export text to JSON python3 ./test_simple.py output.wav