Skip to content

Commit

Permalink
use wav with sounds plugin for windows / linux compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Cook committed Dec 8, 2015
1 parent 080ec26 commit c301c7c
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Binary file removed data/sounds/default/excellent.mp3
Binary file not shown.
Binary file added data/sounds/default/excellent.wav
Binary file not shown.
Binary file removed data/sounds/default/exploit_worked.mp3
Binary file not shown.
Binary file added data/sounds/default/exploit_worked.wav
Binary file not shown.
Binary file removed data/sounds/default/got_a_shell.mp3
Binary file not shown.
Binary file added data/sounds/default/got_a_shell.wav
Binary file not shown.
Binary file removed data/sounds/default/try_harder.mp3
Binary file not shown.
Binary file added data/sounds/default/try_harder.wav
Binary file not shown.
Binary file removed data/sounds/default/wonderful.mp3
Binary file not shown.
Binary file added data/sounds/default/wonderful.wav
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/sounds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def start_sound_queue
begin
while(true)
while(event = self.queue.shift)
path = ::File.join(self.base, self.theme, "#{event}.mp3")
path = ::File.join(self.base, self.theme, "#{event}.wav")
if(::File.exists?(path))
Rex::Compat.play_sound(path)
else
Expand Down

0 comments on commit c301c7c

Please sign in to comment.