so, i tried a couple of different ways of wobbling the "carrier" tone, and wasn't very successful at decoding it. i have some further ideas on how to do it, but they are crude and will take some time to work out. i have heard a method on the air that seems to work well, and it took a while of listening to figure out how it works, and that's "time domain scrambling". the way it works is every two to 5 seconds of audio is split into 0.1sec segments, and stored in either an analog bucket-brigade memory, or digitized and stored sequentially in RAM. then the 0.1sec segments are taken in a pseudorandom sequence and converted back to audio and sent. the receiving end takes the segments, and uses the pseudorandom sequence to store the audio (this time back in it's original sequence) and output it to the speaker. for correct timing of the sequencing, there is a tone sent at the beginning of the transmission with embedded sync pulses (i think as FSK). the transmitting and receiving ends have a prearranged "key" which is the pseudorandom sequence. i used to hear this type of scrambling a lot on HF in the 1980s and 1990s, but within the last two years only have heard it in use once or twice. the advantage of this method, is that the radio itself didn't need modification, just the addition of an audio processing device. more modern systems completely digitize the audio and send it as an OFDM transmission, and encryption can happen at any part of the transmission process after the ADC.