CSVOL SOL


Libraries

Importable by writing the following at the top of your main.csvol file:

    IMPORT LIBRARY csvol-sol [item]
    

Accessable by writing the following:

    LIBRARY [item] [args...]
    

Available Libraries:

Delimiter
Sets custom delimiters.

Display
Generates spreadsheet GUI of CSV dataset.

Voice
Generates and plays voice synthesized audio files.

Available voicebanks (unzip in C:/path_to_csvol-21/voice/voicebanks):
-Abir (Choppy)
-Abir (Smooth)

You must have FFmpeg installed on your machine! FFmpeg is needed to change the pitch of audio files.
Please do the following in order to have CSVOL Voice running with FFmpeg.
1. Head to https://ffmpeg.org/download.html to find an appropriate binary download for your system.
2. Locate the directory containing ffmpeg.exe (most likely in a 'bin' folder).
3. Paste that directory in your environment variables.

Why do I have to do this?:
It is protected under the GNU Lesser General Public License (LGPL). Additional legal information regarding FFmpeg can be found here: https://ffmpeg.org/legal.html