Skip to content

Hello World!

Pre-release
Pre-release
Compare
Choose a tag to compare
@MattMoony MattMoony released this 28 May 18:39
· 37 commits to master since this release

The first alpha release of Figaro! This release doesn't come with an already packaged application, so you'll have to run the included setup scripts yourself - this requires certain tech like python and node to already be installed.

Anyway, I did my best to include an easily useable version of the GUI as well - although, I haven't had too much time to work on that lately. Some features like voice filters are still missing in the graphical interface (which doesn't mean that you can't use them in the CLI of course), but the main things like: adding/removing input/output devices & providing "soundboard" functionality.

Setup

So, to get Figaro up and running quickly, just follow these few steps:

  1. Download the ZIP file of the source-code you can find below this post
  2. Unpack the ZIP file and open a command prompt in the extracted directory - the one that includes all setup files
  3. Depending on which platform you're on, run one of the setup files:
    • Windows: setup.ps1
    • Linux: setup.sh
    • MacOS: setup-mac.sh
  4. Wait for the setup to finish, then run python figaro.py -s --> this will prompt you for some credentials to use with Figaro, after all, its intended to get across-the-network functionality in later updates.
  5. Having completed figaro.py's setup prompts, exit by using either quit or exit
  6. Finally, depending on which platform you're on, run ...
    • Windows: gui.ps1
    • Linux/MacOS: gui.sh
  7. Have fun with Figaro!

Issues

Should any issues arise feel free to contact me in the issues tab.