From 4232f8450d896068713d988cf5541835c3818682 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 5 Apr 2011 01:29:33 +0200 Subject: - we love ogg, we hate mp3/wav - a lot of coding style/intent fix - add constant.h to pro files --- pacman-c++/sound/die.mp3 | Bin 27611 -> 0 bytes pacman-c++/sound/die.ogg | Bin 0 -> 12592 bytes pacman-c++/sound/eating_cherry.mp3 | Bin 10057 -> 0 bytes pacman-c++/sound/eating_cherry.ogg | Bin 0 -> 6062 bytes pacman-c++/sound/intermision.mp3 | Bin 86125 -> 0 bytes pacman-c++/sound/intermision.ogg | Bin 0 -> 29814 bytes pacman-c++/sound/intro.mp3 | Bin 70217 -> 0 bytes pacman-c++/sound/intro.ogg | Bin 0 -> 34469 bytes pacman-c++/sound/intro.wav | Bin 10990 -> 0 bytes pacman-c++/sound/siren.mp3 | Bin 29283 -> 0 bytes pacman-c++/sound/siren.ogg | Bin 0 -> 17170 bytes pacman-c++/sound/waka_waka.mp3 | Bin 12538 -> 0 bytes pacman-c++/sound/waka_waka.ogg | Bin 0 -> 9649 bytes 13 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 pacman-c++/sound/die.mp3 create mode 100644 pacman-c++/sound/die.ogg delete mode 100644 pacman-c++/sound/eating_cherry.mp3 create mode 100644 pacman-c++/sound/eating_cherry.ogg delete mode 100644 pacman-c++/sound/intermision.mp3 create mode 100644 pacman-c++/sound/intermision.ogg delete mode 100644 pacman-c++/sound/intro.mp3 create mode 100644 pacman-c++/sound/intro.ogg delete mode 100644 pacman-c++/sound/intro.wav delete mode 100644 pacman-c++/sound/siren.mp3 create mode 100644 pacman-c++/sound/siren.ogg delete mode 100644 pacman-c++/sound/waka_waka.mp3 create mode 100644 pacman-c++/sound/waka_waka.ogg (limited to 'pacman-c++/sound') diff --git a/pacman-c++/sound/die.mp3 b/pacman-c++/sound/die.mp3 deleted file mode 100644 index 14c76bc..0000000 Binary files a/pacman-c++/sound/die.mp3 and /dev/null differ diff --git a/pacman-c++/sound/die.ogg b/pacman-c++/sound/die.ogg new file mode 100644 index 0000000..a698564 Binary files /dev/null and b/pacman-c++/sound/die.ogg differ diff --git a/pacman-c++/sound/eating_cherry.mp3 b/pacman-c++/sound/eating_cherry.mp3 deleted file mode 100644 index d63cb9e..0000000 Binary files a/pacman-c++/sound/eating_cherry.mp3 and /dev/null differ diff --git a/pacman-c++/sound/eating_cherry.ogg b/pacman-c++/sound/eating_cherry.ogg new file mode 100644 index 0000000..daa488e Binary files /dev/null and b/pacman-c++/sound/eating_cherry.ogg differ diff --git a/pacman-c++/sound/intermision.mp3 b/pacman-c++/sound/intermision.mp3 deleted file mode 100644 index 2e89a78..0000000 Binary files a/pacman-c++/sound/intermision.mp3 and /dev/null differ diff --git a/pacman-c++/sound/intermision.ogg b/pacman-c++/sound/intermision.ogg new file mode 100644 index 0000000..0af3567 Binary files /dev/null and b/pacman-c++/sound/intermision.ogg differ diff --git a/pacman-c++/sound/intro.mp3 b/pacman-c++/sound/intro.mp3 deleted file mode 100644 index 7aac980..0000000 Binary files a/pacman-c++/sound/intro.mp3 and /dev/null differ diff --git a/pacman-c++/sound/intro.ogg b/pacman-c++/sound/intro.ogg new file mode 100644 index 0000000..fa8b3e1 Binary files /dev/null and b/pacman-c++/sound/intro.ogg differ diff --git a/pacman-c++/sound/intro.wav b/pacman-c++/sound/intro.wav deleted file mode 100644 index 1fc4231..0000000 Binary files a/pacman-c++/sound/intro.wav and /dev/null differ diff --git a/pacman-c++/sound/siren.mp3 b/pacman-c++/sound/siren.mp3 deleted file mode 100644 index cbe9c4a..0000000 Binary files a/pacman-c++/sound/siren.mp3 and /dev/null differ diff --git a/pacman-c++/sound/siren.ogg b/pacman-c++/sound/siren.ogg new file mode 100644 index 0000000..70a56b2 Binary files /dev/null and b/pacman-c++/sound/siren.ogg differ diff --git a/pacman-c++/sound/waka_waka.mp3 b/pacman-c++/sound/waka_waka.mp3 deleted file mode 100644 index 69791d3..0000000 Binary files a/pacman-c++/sound/waka_waka.mp3 and /dev/null differ diff --git a/pacman-c++/sound/waka_waka.ogg b/pacman-c++/sound/waka_waka.ogg new file mode 100644 index 0000000..a2b879f Binary files /dev/null and b/pacman-c++/sound/waka_waka.ogg differ -- cgit v1.2.3