Speak

Convert text to speech using Google's engine and play it on speakers.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Speak
    perldoc speak
    perldoc say (alias)

DEPENDENCIES

This module requires these other modules and libraries:

  Clipboard
  LWP::UserAgent
  URI::Escape

It also requires one of the following system commands for playback:
  - afplay (macOS)
  - powershell (Windows)
  - paplay (Linux/GNOME)
  - play (SoX)

COPYRIGHT AND LICENCE

Copyright (C) 2026 Andrew DeFaria <Andrew@DeFaria.com>

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
