Controlling mode, frequency, TX/RX state and running macros

This program demonstrates the possibility of switching modes, changing frequencies and running macros.

Download Visual Basic source code and EXE file: ASample2.zip.

 

Reading received text aloud (voice synthesizer)

This program uses the standard VTxtAuto ActiveX object (missing in some older Windows versions) to synthesize human's voice (must be Bill Gates' voice?). Of course, you will need a second sound card, since the first one is already used by MixW.

Download Visual Basic source code and EXE file: VBMixReader1.zip.

The program expands callsigns using the phonetic alphabet, also replacing some well-known abbreviations with better-percepted phrases.

For instance, 

    UT2UZ de UU9JDR
    RST is 599 599 599,
    name is Denis Denis Denis,
    and QTH is Kiev Kiev.
    BTU
UT2UZ de UU9JDR PSE k

will be heard as

    Uniform Tango Two Uniform Zulu de Uniform Uniform Nine Juliet Delta Romeo
    Signal report is is 599 599 599,
    name is Denis Denis Denis,
    and QTH is Kiev Kiev.
    Back to you. Uniform Tango Two Uniform Zulu de Uniform Uniform Nine Juliet Delta Romeo Please k

Download synthesized voice sample: mixspk1.mp3.