Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Moar Questions!

A topic by LichPotato created Nov 08, 2016 Views: 256 Replies: 1
Viewing posts 1 to 2

As in the title:

1. What program do you use to synthesize the game's dialogue?

2. Do you have a Patreon, or the like?

  1. I use the following pipeline to generate the audio:
    1. A C# unity file downloads a google spreadsheet as a .csv file.
      It then parses the spreadsheet and translates the higher level information in the spreadsheet into a text file with more practical details, such as what voice to use, what pace to say it at etc.
    2. A shell script goes through the generated text file and uses the "say" command (available on Macs) to save the files into a folder.
  2. No patreon. The purchasing of my game is all the patronage I want. :)