Ordinary Emacs movement speaks the text crossed by point: moving by a character, word, line, or paragraph presents the corresponding unit. The commands below let you inspect useful units without first moving. They use the default C-e prefix.
This is deliberately a starter set, not a second complete key reference. If a binding below differs in your session, use C-h k on that key and check your customizations. The complete generated defaults are in the Emacsvox Keymaps in Emacsvox Reference Manual.
emacsvox-speak-char
speaks the character at point.
emacsvox-speak-word
speaks the current word. Repeating it at the same position spells the
word.
emacsvox-speak-line
speaks the current line.
emacsvox-speak-paragraph
speaks the current paragraph.
emacsvox-speak-page
speaks the current page.
emacsvox-speak-region
speaks the active region between point and mark.
emacsvox-speak-rest-of-buffer
speaks from point to the end of the buffer.
emacsvox-speak-buffer
speaks the entire current buffer.
tts-stop
stops current speech.
emacsvox-toggle-show-point
toggles the aural indication of point within spoken text.
Many speaking commands accept a prefix argument to limit speech to the text before or after point. Use C-h k on a command before relying on those variants, because their exact argument behavior is documented with the command.