├── .gitignore ├── LICENSE ├── README.md └── txt2wave.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GwadaLUG/pico-read-speaker/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GwadaLUG/pico-read-speaker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GwadaLUG/pico-read-speaker/HEAD/README.md -------------------------------------------------------------------------------- /txt2wave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GwadaLUG/pico-read-speaker/HEAD/txt2wave.py --------------------------------------------------------------------------------