From 8490bb7d9aab3d49d8efe32004e97faf17560722 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 22 Nov 2019 16:27:12 +0100 Subject: [PATCH] waon and timidity --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df0d3bbe..15173d18 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ You need to install the following * [Google credentials](https://cloud.google.com/docs/authentication/getting-started) (Optional: for [tts.js](commands/fun/tts/tts.js) and [ttsvc.js](commands/fun/tts/ttsvc.js), without that it will spam error on startup but not important) * Wine (Optional: required for linux/mac for [dectalk.js](commands/fun/tts/dectalk.js) and [dectalkvc.js](commands/fun/tts/dectalkvc.js)) * xvfb (Optional: for wine if using headless server) +* waon (Optional: use to convert sound files to midi for [midify.js](commands/fun/midify.js)) +* timidity (Optional: use to convert the midi files back to mp3 for [midify.js](commands/fun/midify.js)) ### Installing ```