figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. π΅
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- cli.md
- gui.md
- __init__.py
- filter.py
- conf.json
- main.ts
- AppContext.tsx
- AudioWave.module.scss
- AudioWave.tsx
- BaseLayout.module.scss
- BaseLayout.tsx
- Controls.module.scss
- Controls.tsx
- DragWindow.module.scss
- DragWindow.tsx
- DragWorkspace.module.scss
- DragWorkspace.tsx
- FancyCheckbox.module.scss
- FancyCheckbox.tsx
- FancyCollapse.module.scss
- FancyCollapse.tsx
- FancyInput.module.scss
- FancyInput.tsx
- FiltersManager.module.scss
- FiltersManager.tsx
- Popup.module.scss
- Popup.tsx
- Soundboard.module.scss
- Soundboard.tsx
- SoundsStatus.module.scss
- SoundsStatus.tsx
- TitleBar.module.scss
- TitleBar.tsx
- index.module.scss
- index.tsx
- global.scss
- .gitignore
- .prettierignore
- .prettierrc
- gatsby-browser.js
- gatsby-config.js
- gatsby-ssr.js
- package-lock.json
- package.json
- tsconfig.json
- __init__.py
- nodemon.json
- package-lock.json
- package.json
- tsconfig.json
- audio.py
- auth.py
- config.py
- __init__.py
- db.py
- sutils.py
- __init__.py
- sound.py
- __init__.py
- channel.py
- cmd.py
- device.py
- interpreter.py
- params.py
- transformer.py
- utils.py
- audio-wave-paused.JPG
- audio-wave.gif
- auth-key.JPG
- basic-1.JPG
- basic-2.JPG
- basic-3.JPG
- basic-4.JPG
- filters-2.JPG
- filters.JPG
- input-selection.JPG
- logout.JPG
- setup-1.JPG
- setup-2.JPG
- sounds-status.JPG
- sounds-window.JPG
- start.JPG
- stop.JPG
- titlebar.JPG
- workspace-1.JPG
- audio.gif
- download-linux.png
- download-windows.png
- figaro-256x256.png
- figaro-collage.png
- figaro-demo.gif
- figaro.icns
- figaro.ico
- figaro.png
- show-dev.jpg
- show-fil-a.jpg
- show-fil.jpg
- show-int.jpg
- show-sounds.jpg
- start-fil.jpg
- start-in.jpg
- start-int.jpg
- start-out.jpg
- start-sound.jpg
- status.jpg
- stop-fil-a.jpg
- stop-fil.jpg
- stop-int.jpg
- stop-sound.jpg
- .gitkeep
- crackle.py
- crackle.yapsy-plugin
- distort.py
- distort.yapsy-plugin
- echo.py
- echo.yapsy-plugin
- noise.py
- noise.yapsy-plugin
- pitch.py
- pitch.yapsy-plugin
- trip.py
- trip.yapsy-plugin
- volume.py
- volume.yapsy-plugin
- .gitkeep
- .gitkeep
- .gitignore
- build.ps1
- build.sh
- CODE_OF_CONDUCT.md
- figaro.py
- gui.ps1
- gui.sh
- LICENSE
- README.md
- requirements-unix.txt
- requirements-windows.txt
- setup-mac.sh
- setup.ps1
- setup.sh
# Installation Guide
1. Get the code
git clone https://github.com/MattMoony/figaro
Downloads the entire project code from GitHub to your computer.
cd figaro
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd lib/gui
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
