hmatuschek / kochmorse

A simple morse tutor using the Koch method.
https://dm3mat.darc.de/kochmorse/
GNU General Public License v2.0
83 stars 18 forks source link
ham-radio morse-code

KochMorse -- A morse-code tutor

KochMorse is a simple morse-code tutor using the Koch method. It is written in C++ and uses Qt5 for the graphical user interface (GUI). More ...

Koch Morse in action.

KochMorse runs under Linux, MacOS X and even under Windows. See the Install wiki page for details.

Features

Below, you will find a list of features of the current KochMorse release.

Releases

kochmorse

Packaging status

History

This is a C++/Qt reimplementation of my "old" python morse-code tutor (also called "kochmorse", https://kochmorse.googlecode.com). As the "old" implementation relied on ALSA for sound output, it was restricted to Linux. This reimplementation now uses the Qt5 Multimedia module for the sound output and the GUI is implemented using Qt5, it is therefore more platform independent and runs under Linux, MacOS X and Windows.