Metadata-Version: 2.1
Name: mac-speech-cache
Version: 2020.12.3
Summary: macOS speech cache
Home-page: https://github.com/andrewp-as-is/mac-speech-cache
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        
        [![](https://img.shields.io/badge/OS-macOS-blue.svg?longCache=True)]()
        [![](https://img.shields.io/pypi/v/mac-speech-cache.svg?maxAge=3600)](https://pypi.org/project/mac-speech-cache/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install mac-speech-cache
        ```
        
        ```bash
        $ [sudo] npm i -g mac-speech-cache
        ```
        
        #### How it works
        ```
        ~/Library/Caches/speech-cache/<hash>.aiff
        ```
        
        #### Examples
        ```bash
        # say "$@"
        $ afplay "$(speech-cache "$@")"
        ```
        
        make cache for multiple files and voices:
        ```bash
        $ find . -name "*.txt" | xargs -I{} speech-cache -f {} -v Milena
        $ find . -name "*.txt" | xargs -I{} speech-cache -f {} -v Yuri
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: speech tts
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
