a_dsp - Processed Speech Droid
This began as the fastest baseline: synthesize clean Piper speech, then make the voice
mechanical with ring modulation, comb filtering, bit-crush, tone leak, and soft clipping.
It keeps the words clear because the human-like TTS remains the dominant layer.
b_vocoder - Carrier-Synthesis Droid
This variant came from the classic robot-vocoder idea: extract the speech envelope and
use it to drive a saw/square synthetic carrier. It is the most machine-generated path,
with stronger droid character and less natural intelligibility.
c_light - Premium Android
This tests the opposite hypothesis: start from a higher-quality Piper voice and apply
only subtle metallic treatment. It is meant to sound like a cleaner protocol-style
android rather than a harsh machine.
d_hybrid - Vocoder-Forward Hybrid
This was retuned after the first blend sounded too much like a_dsp. The new
version makes the vocoder the primary layer and mixes in a smaller processed-speech layer
only to recover clarity. It should sit closer to b_vocoder than to A.