PaiMorse: Morse module for Python

The project "page" is http://gitorious.org/paimorse/paimorse

at least for now. It was written while stuck inside a plane, being lazy to do anything more useful :) It consists of:

The audio module uses real-time audio generation when possible (e.g. CoreAudio allows it, while NSAudio does not).

This is important because correct timing makes a big difference in Morse audio output, in particular when high WPM rates are requested. Starting/stopping is just not good enough.

Toggling the volume/muting the sound would be fast enough, but sounds harsh and noisy at high WPM rates. Our audio module ramps up and down the generated wave for each symbol, so it sounds a lot smoother and symbol recognition is much easier.

blog comments powered by Disqus