pico2audio.rst 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .. RST source for pico2audio(1) man page. Convert with:
  2. .. rst2man.py pico2audio.rst > pico2audio.1
  3. .. rst2man.py comes from the SBo development/docutils package.
  4. .. |version| replace:: 20210802
  5. .. |date| date::
  6. .. converting from pod:
  7. .. s/B<\([^>]*\)>/**\1**/g
  8. .. s/I<\([^>]*\)>/*\1*/g
  9. ==========
  10. pico2audio
  11. ==========
  12. ------------------------------------
  13. text-to-speech wrapper for pico2wave
  14. ------------------------------------
  15. :Manual section: 1
  16. :Manual group: SlackBuilds.org
  17. :Date: |date|
  18. :Version: |version|
  19. SYNOPSIS
  20. ========
  21. pico2audio [*-l <language>*] [*words*]
  22. DESCRIPTION
  23. ===========
  24. **pico2audio** is a shell script wrapper for **pico2wave**. It renders text to
  25. speech and plays it using the **play** command.
  26. If a *-l <language>* option is given, it will be passed to pico2wave. See
  27. **pico2wave**\(1) for details.
  28. If *words* are given, they are used as input. Unlike the pico2wave command,
  29. there's no requirement to quote multiple words. If no *words* are given,
  30. words are read from standard input.
  31. Exit status is that of **pico2wave**.
  32. EXAMPLES
  33. ========
  34. Examples:
  35. pico2audio Hello world.
  36. Speaks "Hello world" in the default language (en-US).
  37. pico2audio -l en-GB Hello world.
  38. As above, in a British accent.
  39. fortune -s | pico2audio
  40. Reads from standard input.
  41. pico2audio < /etc/motd
  42. Speak a text file. Don't forget the **<** or it says the filename instead.
  43. AUTHOR
  44. ======
  45. pico2audio was written by B. Watson, and is licensed under the WTFPL.
  46. SEE ALSO
  47. ========
  48. **pico2wave**\(1), **play**\(1)