svoid dm_lowerVoiceVolume_speak() { Float vol = dm_getVoiceOutputVolume(); if (vol == null) ret; dm_setVoiceOutputVolume(vol *= 0.90f); dm_sayInEnglish("New volume: " + toIntPercent(vol) + "%"); }