MattMoony / figaro

Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
GNU General Public License v3.0
830 stars 71 forks source link

Paths to the Sound Files #10

Open 0Adiber opened 3 years ago

0Adiber commented 3 years ago

Is your feature request related to a problem? Please describe. It is really "annoying" copying all the files, I want to play using Figaro, into the /res/sounds folder. Adding paths to files would really make that easier.

Describe the solution you'd like Being able to add paths to the Sounds I want to play, not having to copy every audio file into the /res/sounds directory.

MattMoony commented 3 years ago

Will also add this to the documentation soon, but you can now add sound files from outside the res/sounds folder by using ...

set sound path <new_sound_name> <new_sound_path>

figaro-issue10-2

... in the Figaro CLI. GUI support will be added in a future update ... 😄