Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmickle66666666/Unity-Speech-Generator
https://github.com/jmickle66666666/Unity-Speech-Generator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmickle66666666/Unity-Speech-Generator
- Owner: jmickle66666666
- License: mit
- Created: 2018-08-23T16:49:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T17:10:06.000Z (about 6 years ago)
- Last Synced: 2024-04-24T16:42:13.037Z (7 months ago)
- Language: C#
- Size: 4.88 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity-Speech-Generator
![](https://imgur.com/Yhua6QK.png)
Little tool to quickly generate lines of text using MacOS's `say` commandline tool.
# Why
It's a handy little thing for generating lines of dialogue to use in games, possibly as a placeholder before recordings are made.# This only works on MacOS!
If you also have [sox](http://sox.sourceforge.net/) installed, it will also convert the audio file (by default `aiff` format) into an mp3, and delete the original.
You can install sox using [homebrew](https://brew.sh/), with the command `brew install sox` (i think)
# How to use
Put the script into an `Editor/` folder in your `Assets/` folder, then go to `Util > Speech Gen` to open up the tool.
The output folder will be in the `Assets/` folder, and will be created if it doesn't exist.