aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/soundchan/LocalAudioManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10 from bwaggone/feature/sound-rescanBrandon2019-01-201-13/+39
|\ | | | | Feature/sound rescan
| * Adding in watcher for changes to user sound fileMatt Kohls2018-10-161-7/+21
| |
| * Adding comment about what PopulateFiles() does nowMatt Kohls2018-10-161-0/+4
| |
| * Adding ability for sounds to be added/removed on the flyMatt Kohls2018-10-141-6/+14
| | | | | | | | | | | | | | This adds a watcher to the directory named in localAudio (currently doesn't check anything that may be in a child directory). Whenever a file is created/deleted/renamed, it has the LocalAudioManager update its sounds so they can be played.
* | Checking for sound file not found and returning proper stringbugfix/nothing-found-by-nullMatt Kohls2018-10-301-0/+3
|/
* Adding checks that usersound file existsMatt Kohls2018-07-191-9/+13
|
* Adding default for usersound and way to see loaded usersoundsMatt Kohls2018-07-191-2/+15
|
* Adding in user/sound relation from a fileMatt Kohls2018-07-011-2/+73
| | | | | You can now have a file with all the users and the intro sound to play without having to have multiple copies of the same sound
* Add sound preemption + change structureBrandon2018-04-141-1/+2
|
* Add local audio file support, including listing filesBrandon2018-04-101-0/+55
Remove unused function, rename ConnectVoiceChannel function