Skip to content

GNU Octave-compatible version of VoiceSauce (NO LONGER UPDATED)

License

Notifications You must be signed in to change notification settings

voicesauce/opensauce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPENSAUCE

THIS PROJECT IS NO LONGER BEING WORKED ON!!!

For the open source version of VoiceSauce, please use opensauce-python




OPENSAUCE is an GNU Octave-compatible version of VOICESAUCE, software for automated voice measurements.

Dependencies

Currently, OPENSAUCE has only been tested on Mac OSX (Mavericks). Other *nix environments
may require some tweaking. If you're on Windows, for now your best bet is to install VirtualBox and something like Ubuntu.

Installation

Clone the OPENSAUCE repository, "cd" into the directory:

	$ git clone https://github.com/voicesauce/opensauce.git
	$ cd /path/to/opensauce

If you're on a Mac, here's a one-line for adding the SAUCE_ROOT environment variable to your .bash_profile:

	$ echo export SAUCE_ROOT=$PWD >> ~/.bash_profile

Then, don't forget to

	$ source ~/.bash_profile

or open a new Terminal session.

If you're not on a Mac, add "export SAUCE_ROOT=/path/to/opensauce/directory" to your .profile manually.

Quickstart

Let's assume you have a directory of sound (*.wav) files in the directory ~/sounds and that you've cloned the opensauce repository into the folder ~/opensauce.

  1. Change into the opensauce directory: cd ~/opensauce
  2. Make sure your SAUCE_ROOT environment variable is set by typing echo $SAUCE_ROOT on the command line. If nothing is printed, type export SAUCE_ROOT=$PWD.
  3. Run make clean, then make run.

About

GNU Octave-compatible version of VoiceSauce (NO LONGER UPDATED)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published