diff --git a/code/modules/mob/living/silicon/ai/say.dm b/code/modules/mob/living/silicon/ai/say.dm
index 75f0fb5e816..3ad39bb016f 100644
--- a/code/modules/mob/living/silicon/ai/say.dm
+++ b/code/modules/mob/living/silicon/ai/say.dm
@@ -67,11 +67,16 @@
if(incapacitated())
return
- var/dat = "Here is a list of words you can type into the 'Announcement' button to create sentences to vocally announce to everyone on the same level at you.
\
-
- You can also click on the word to preview it.
\
- - You can only say 30 words for every announcement.
\
- - Do not use punctuation as you would normally, if you want a pause you can use the full stop and comma characters by separating them with spaces, like so: 'Alpha . Test , Bravo'.
\
- WARNING:
Misuse of the announcement system will get you job banned.
"
+ var/dat = {"
+ WARNING: Misuse of the announcement system will get you job banned.
+ Here is a list of words you can type into the 'Announcement' button to create sentences to vocally announce to everyone on the same level at you.
+ - You can also click on the word to PREVIEW it.
+ - You can only say 30 words for every announcement.
+ - Do not use punctuation as you would normally, if you want a pause you can use the full stop and comma characters by separating them with spaces, like so: 'Alpha . Test , Bravo'.
+ - Numbers are in word format, e.g. eight, sixty, etc
+ - Sound effects begin with an 's' before the actual word, e.g. scensor
+ - Use Ctrl+F to see if a word exists in the list.
+ "}
var/index = 0
for(var/word in GLOB.vox_sounds)
diff --git a/code/modules/mob/living/silicon/ai/vox_sounds.dm b/code/modules/mob/living/silicon/ai/vox_sounds.dm
index 04e4a201cc2..eb6d0ce9919 100644
--- a/code/modules/mob/living/silicon/ai/vox_sounds.dm
+++ b/code/modules/mob/living/silicon/ai/vox_sounds.dm
@@ -2,194 +2,288 @@
// Dynamically loading it has bad results with sounds overtaking each other, even with the wait variable.
#ifdef AI_VOX
-GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
-"." = 'sound/vox_fem/..ogg',
-"a" = 'sound/vox_fem/a.ogg',
+// Regex for collecting a list of ogg files
+// (([a-zA-Z,.]+)\.ogg)
+
+// For vim
+// :%s/\(\(.*\)\.ogg\)/"\2" = 'sound\/vox_fem\/\1',/g
+GLOBAL_LIST_INIT(vox_sounds, list("abduction" = 'sound/vox_fem/abduction.ogg',
"abortions" = 'sound/vox_fem/abortions.ogg',
+"above" = 'sound/vox_fem/above.ogg',
+"abstain" = 'sound/vox_fem/abstain.ogg',
"accelerating" = 'sound/vox_fem/accelerating.ogg',
"accelerator" = 'sound/vox_fem/accelerator.ogg',
"accepted" = 'sound/vox_fem/accepted.ogg',
"access" = 'sound/vox_fem/access.ogg',
-"acknowledge" = 'sound/vox_fem/acknowledge.ogg',
"acknowledged" = 'sound/vox_fem/acknowledged.ogg',
+"acknowledge" = 'sound/vox_fem/acknowledge.ogg',
"acquired" = 'sound/vox_fem/acquired.ogg',
"acquisition" = 'sound/vox_fem/acquisition.ogg',
"across" = 'sound/vox_fem/across.ogg',
-"activate" = 'sound/vox_fem/activate.ogg',
"activated" = 'sound/vox_fem/activated.ogg',
+"activate" = 'sound/vox_fem/activate.ogg',
"activity" = 'sound/vox_fem/activity.ogg',
"adios" = 'sound/vox_fem/adios.ogg',
"administration" = 'sound/vox_fem/administration.ogg',
"advanced" = 'sound/vox_fem/advanced.ogg',
-"aft" = 'sound/vox_fem/aft.ogg',
+"advised" = 'sound/vox_fem/advised.ogg',
"after" = 'sound/vox_fem/after.ogg',
+"aft" = 'sound/vox_fem/aft.ogg',
"agent" = 'sound/vox_fem/agent.ogg',
"ai" = 'sound/vox_fem/ai.ogg',
+"airlock" = 'sound/vox_fem/airlock.ogg',
+"air" = 'sound/vox_fem/air.ogg',
"alarm" = 'sound/vox_fem/alarm.ogg',
"alert" = 'sound/vox_fem/alert.ogg',
"alien" = 'sound/vox_fem/alien.ogg',
"aligned" = 'sound/vox_fem/aligned.ogg',
"all" = 'sound/vox_fem/all.ogg',
"alpha" = 'sound/vox_fem/alpha.ogg',
-"am" = 'sound/vox_fem/am.ogg',
+"also" = 'sound/vox_fem/also.ogg',
"amigo" = 'sound/vox_fem/amigo.ogg',
"ammunition" = 'sound/vox_fem/ammunition.ogg',
-"an" = 'sound/vox_fem/an.ogg',
+"am" = 'sound/vox_fem/am.ogg',
"and" = 'sound/vox_fem/and.ogg',
+"animal" = 'sound/vox_fem/animal.ogg',
"announcement" = 'sound/vox_fem/announcement.ogg',
+"an" = 'sound/vox_fem/an.ogg',
"anomalous" = 'sound/vox_fem/anomalous.ogg',
+"answer" = 'sound/vox_fem/answer.ogg',
"antenna" = 'sound/vox_fem/antenna.ogg',
"any" = 'sound/vox_fem/any.ogg',
+"a" = 'sound/vox_fem/a.ogg',
+"apc" = 'sound/vox_fem/apc.ogg',
"apprehend" = 'sound/vox_fem/apprehend.ogg',
"approach" = 'sound/vox_fem/approach.ogg',
-"are" = 'sound/vox_fem/are.ogg',
"area" = 'sound/vox_fem/area.ogg',
-"arm" = 'sound/vox_fem/arm.ogg',
+"are" = 'sound/vox_fem/are.ogg',
"armed" = 'sound/vox_fem/armed.ogg',
+"arm" = 'sound/vox_fem/arm.ogg',
"armor" = 'sound/vox_fem/armor.ogg',
"armory" = 'sound/vox_fem/armory.ogg',
"array" = 'sound/vox_fem/array.ogg',
"arrest" = 'sound/vox_fem/arrest.ogg',
"asimov" = 'sound/vox_fem/asimov.ogg',
-"ass" = 'sound/vox_fem/ass.ogg',
"asshole" = 'sound/vox_fem/asshole.ogg',
"assholes" = 'sound/vox_fem/assholes.ogg',
+"assistance" = 'sound/vox_fem/assistance.ogg',
+"assistant" = 'sound/vox_fem/assistant.ogg',
+"ass" = 'sound/vox_fem/ass.ogg',
+"atmosphere" = 'sound/vox_fem/atmosphere.ogg',
+"atmospheric" = 'sound/vox_fem/atmospheric.ogg',
+"atmospherics" = 'sound/vox_fem/atmospherics.ogg',
"at" = 'sound/vox_fem/at.ogg',
"atomic" = 'sound/vox_fem/atomic.ogg',
"attention" = 'sound/vox_fem/attention.ogg',
-"authorize" = 'sound/vox_fem/authorize.ogg',
+"authentication" = 'sound/vox_fem/authentication.ogg',
"authorized" = 'sound/vox_fem/authorized.ogg',
+"authorize" = 'sound/vox_fem/authorize.ogg',
"automatic" = 'sound/vox_fem/automatic.ogg',
"away" = 'sound/vox_fem/away.ogg',
-"b" = 'sound/vox_fem/b.ogg',
-"back" = 'sound/vox_fem/back.ogg',
+"awful" = 'sound/vox_fem/awful.ogg',
"backman" = 'sound/vox_fem/backman.ogg',
+"back" = 'sound/vox_fem/back.ogg',
"bad" = 'sound/vox_fem/bad.ogg',
"bag" = 'sound/vox_fem/bag.ogg',
"bailey" = 'sound/vox_fem/bailey.ogg',
+"bar" = 'sound/vox_fem/bar.ogg',
"barracks" = 'sound/vox_fem/barracks.ogg',
+"bartender" = 'sound/vox_fem/bartender.ogg',
"base" = 'sound/vox_fem/base.ogg',
"bay" = 'sound/vox_fem/bay.ogg',
-"be" = 'sound/vox_fem/be.ogg',
+"beam" = 'sound/vox_fem/beam.ogg',
"been" = 'sound/vox_fem/been.ogg',
+"beep" = 'sound/vox_fem/beep.ogg',
"before" = 'sound/vox_fem/before.ogg',
+"below" = 'sound/vox_fem/below.ogg',
+"be" = 'sound/vox_fem/be.ogg',
+"beside" = 'sound/vox_fem/beside.ogg',
+"beware" = 'sound/vox_fem/beware.ogg',
"beyond" = 'sound/vox_fem/beyond.ogg',
"biohazard" = 'sound/vox_fem/biohazard.ogg',
"biological" = 'sound/vox_fem/biological.ogg',
"birdwell" = 'sound/vox_fem/birdwell.ogg',
-"bitch" = 'sound/vox_fem/bitch.ogg',
"bitches" = 'sound/vox_fem/bitches.ogg',
+"bitch" = 'sound/vox_fem/bitch.ogg',
+"bitcoin" = 'sound/vox_fem/bitcoin.ogg',
"black" = 'sound/vox_fem/black.ogg',
"blast" = 'sound/vox_fem/blast.ogg',
+"bleed" = 'sound/vox_fem/bleed.ogg',
+"blob" = 'sound/vox_fem/blob.ogg',
"blocked" = 'sound/vox_fem/blocked.ogg',
+"blood" = 'sound/vox_fem/blood.ogg',
+"bloop" = 'sound/vox_fem/bloop.ogg',
"blue" = 'sound/vox_fem/blue.ogg',
+"b" = 'sound/vox_fem/b.ogg',
+"bomb" = 'sound/vox_fem/bomb.ogg',
+"bone" = 'sound/vox_fem/bone.ogg',
+"botanist" = 'sound/vox_fem/botanist.ogg',
+"botany" = 'sound/vox_fem/botany.ogg',
"bottom" = 'sound/vox_fem/bottom.ogg',
"bravo" = 'sound/vox_fem/bravo.ogg',
-"breach" = 'sound/vox_fem/breach.ogg',
"breached" = 'sound/vox_fem/breached.ogg',
+"breach" = 'sound/vox_fem/breach.ogg',
"break" = 'sound/vox_fem/break.ogg',
"bridge" = 'sound/vox_fem/bridge.ogg',
+"brig" = 'sound/vox_fem/brig.ogg',
"bust" = 'sound/vox_fem/bust.ogg',
"but" = 'sound/vox_fem/but.ogg',
"button" = 'sound/vox_fem/button.ogg',
"bypass" = 'sound/vox_fem/bypass.ogg',
-"c" = 'sound/vox_fem/c.ogg',
"cable" = 'sound/vox_fem/cable.ogg',
-"call" = 'sound/vox_fem/call.ogg',
"called" = 'sound/vox_fem/called.ogg',
+"call" = 'sound/vox_fem/call.ogg',
"canal" = 'sound/vox_fem/canal.ogg',
+"canister" = 'sound/vox_fem/canister.ogg',
"cap" = 'sound/vox_fem/cap.ogg',
"captain" = 'sound/vox_fem/captain.ogg',
"capture" = 'sound/vox_fem/capture.ogg',
+"carbon" = 'sound/vox_fem/carbon.ogg',
"cargo" = 'sound/vox_fem/cargo.ogg',
+"cat" = 'sound/vox_fem/cat.ogg',
+"cease" = 'sound/vox_fem/cease.ogg',
"ceiling" = 'sound/vox_fem/ceiling.ogg',
"celsius" = 'sound/vox_fem/celsius.ogg',
"centcom" = 'sound/vox_fem/centcom.ogg',
"center" = 'sound/vox_fem/center.ogg',
"centi" = 'sound/vox_fem/centi.ogg',
"central" = 'sound/vox_fem/central.ogg',
+"ce" = 'sound/vox_fem/ce.ogg',
+"challenge" = 'sound/vox_fem/challenge.ogg',
"chamber" = 'sound/vox_fem/chamber.ogg',
"changed" = 'sound/vox_fem/changed.ogg',
+"changeling" = 'sound/vox_fem/changeling.ogg',
+"change" = 'sound/vox_fem/change.ogg',
+"chapel" = 'sound/vox_fem/chapel.ogg',
+"chaplain" = 'sound/vox_fem/chaplain.ogg',
"charlie" = 'sound/vox_fem/charlie.ogg',
"check" = 'sound/vox_fem/check.ogg',
"checkpoint" = 'sound/vox_fem/checkpoint.ogg',
"chemical" = 'sound/vox_fem/chemical.ogg',
+"chemist" = 'sound/vox_fem/chemist.ogg',
+"chief" = 'sound/vox_fem/chief.ogg',
+"christ" = 'sound/vox_fem/christ.ogg',
+"chuckle" = 'sound/vox_fem/chuckle.ogg',
+"circuit" = 'sound/vox_fem/circuit.ogg',
"cleanup" = 'sound/vox_fem/cleanup.ogg',
-"clear" = 'sound/vox_fem/clear.ogg',
"clearance" = 'sound/vox_fem/clearance.ogg',
+"clear" = 'sound/vox_fem/clear.ogg',
+"clockwork" = 'sound/vox_fem/clockwork.ogg',
"close" = 'sound/vox_fem/close.ogg',
+"clowning" = 'sound/vox_fem/clowning.ogg',
"clown" = 'sound/vox_fem/clown.ogg',
-"code" = 'sound/vox_fem/code.ogg',
+"cmo" = 'sound/vox_fem/cmo.ogg',
"coded" = 'sound/vox_fem/coded.ogg',
+"code" = 'sound/vox_fem/code.ogg',
+"c" = 'sound/vox_fem/c.ogg',
+"cold" = 'sound/vox_fem/cold.ogg',
"collider" = 'sound/vox_fem/collider.ogg',
"come" = 'sound/vox_fem/come.ogg',
"command" = 'sound/vox_fem/command.ogg',
"communication" = 'sound/vox_fem/communication.ogg',
"complex" = 'sound/vox_fem/complex.ogg',
+"comply" = 'sound/vox_fem/comply.ogg',
"computer" = 'sound/vox_fem/computer.ogg',
"condition" = 'sound/vox_fem/condition.ogg',
+"condom" = 'sound/vox_fem/condom.ogg',
+"confirmed" = 'sound/vox_fem/confirmed.ogg',
"connor" = 'sound/vox_fem/connor.ogg',
+"console2" = 'sound/vox_fem/console2.ogg',
+"console" = 'sound/vox_fem/console.ogg',
+"construct" = 'sound/vox_fem/construct.ogg',
"containment" = 'sound/vox_fem/containment.ogg',
"contamination" = 'sound/vox_fem/contamination.ogg',
"contraband" = 'sound/vox_fem/contraband.ogg',
"control" = 'sound/vox_fem/control.ogg',
+"cook" = 'sound/vox_fem/cook.ogg',
"coolant" = 'sound/vox_fem/coolant.ogg',
"coomer" = 'sound/vox_fem/coomer.ogg',
"core" = 'sound/vox_fem/core.ogg',
+"corgi" = 'sound/vox_fem/corgi.ogg',
+"corporation" = 'sound/vox_fem/corporation.ogg',
"correct" = 'sound/vox_fem/correct.ogg',
"corridor" = 'sound/vox_fem/corridor.ogg',
+"corridors" = 'sound/vox_fem/corridors.ogg',
"coward" = 'sound/vox_fem/coward.ogg',
"cowards" = 'sound/vox_fem/cowards.ogg',
+"crate" = 'sound/vox_fem/crate.ogg',
+"created" = 'sound/vox_fem/created.ogg',
+"creature" = 'sound/vox_fem/creature.ogg',
"crew" = 'sound/vox_fem/crew.ogg',
+"critical" = 'sound/vox_fem/critical.ogg',
"cross" = 'sound/vox_fem/cross.ogg',
"cryogenic" = 'sound/vox_fem/cryogenic.ogg',
+"crystal" = 'sound/vox_fem/crystal.ogg',
+"cultist" = 'sound/vox_fem/cultist.ogg',
+"cult" = 'sound/vox_fem/cult.ogg',
"cunt" = 'sound/vox_fem/cunt.ogg',
+"curator" = 'sound/vox_fem/curator.ogg',
"cyborg" = 'sound/vox_fem/cyborg.ogg',
"cyborgs" = 'sound/vox_fem/cyborgs.ogg',
-"d" = 'sound/vox_fem/d.ogg',
-"damage" = 'sound/vox_fem/damage.ogg',
"damaged" = 'sound/vox_fem/damaged.ogg',
+"damage" = 'sound/vox_fem/damage.ogg',
"danger" = 'sound/vox_fem/danger.ogg',
+"dangerous" = 'sound/vox_fem/dangerous.ogg',
"day" = 'sound/vox_fem/day.ogg',
"deactivated" = 'sound/vox_fem/deactivated.ogg',
+"dead" = 'sound/vox_fem/dead.ogg',
+"death" = 'sound/vox_fem/death.ogg',
"decompression" = 'sound/vox_fem/decompression.ogg',
"decontamination" = 'sound/vox_fem/decontamination.ogg',
"deeoo" = 'sound/vox_fem/deeoo.ogg',
"defense" = 'sound/vox_fem/defense.ogg',
"degrees" = 'sound/vox_fem/degrees.ogg',
"delta" = 'sound/vox_fem/delta.ogg',
+"demon" = 'sound/vox_fem/demon.ogg',
"denied" = 'sound/vox_fem/denied.ogg',
-"deploy" = 'sound/vox_fem/deploy.ogg',
+"departures" = 'sound/vox_fem/departures.ogg',
"deployed" = 'sound/vox_fem/deployed.ogg',
-"destroy" = 'sound/vox_fem/destroy.ogg',
+"deploy" = 'sound/vox_fem/deploy.ogg',
+"desire" = 'sound/vox_fem/desire.ogg',
+"desist" = 'sound/vox_fem/desist.ogg',
"destroyed" = 'sound/vox_fem/destroyed.ogg',
+"destroy" = 'sound/vox_fem/destroy.ogg',
+"destruction" = 'sound/vox_fem/destruction.ogg',
"detain" = 'sound/vox_fem/detain.ogg',
"detected" = 'sound/vox_fem/detected.ogg',
+"detective" = 'sound/vox_fem/detective.ogg',
"detonation" = 'sound/vox_fem/detonation.ogg',
"device" = 'sound/vox_fem/device.ogg',
+"devil" = 'sound/vox_fem/devil.ogg',
"did" = 'sound/vox_fem/did.ogg',
"die" = 'sound/vox_fem/die.ogg',
"dimensional" = 'sound/vox_fem/dimensional.ogg',
+"dioxide" = 'sound/vox_fem/dioxide.ogg',
+"director" = 'sound/vox_fem/director.ogg',
"dirt" = 'sound/vox_fem/dirt.ogg',
+"disabled" = 'sound/vox_fem/disabled.ogg',
+"disease" = 'sound/vox_fem/disease.ogg',
"disengaged" = 'sound/vox_fem/disengaged.ogg',
"dish" = 'sound/vox_fem/dish.ogg',
+"disk" = 'sound/vox_fem/disk.ogg',
"disposal" = 'sound/vox_fem/disposal.ogg',
"distance" = 'sound/vox_fem/distance.ogg',
"distortion" = 'sound/vox_fem/distortion.ogg',
-"do" = 'sound/vox_fem/do.ogg',
"doctor" = 'sound/vox_fem/doctor.ogg',
+"d" = 'sound/vox_fem/d.ogg',
+"dog" = 'sound/vox_fem/dog.ogg',
+"do" = 'sound/vox_fem/do.ogg',
+"doomsday" = 'sound/vox_fem/doomsday.ogg',
+"doop" = 'sound/vox_fem/doop.ogg',
"door" = 'sound/vox_fem/door.ogg',
+"dormitory" = 'sound/vox_fem/dormitory.ogg',
+"dot" = 'sound/vox_fem/dot.ogg',
"down" = 'sound/vox_fem/down.ogg',
+"drone" = 'sound/vox_fem/drone.ogg',
"dual" = 'sound/vox_fem/dual.ogg',
"duct" = 'sound/vox_fem/duct.ogg',
-"e" = 'sound/vox_fem/e.ogg',
"east" = 'sound/vox_fem/east.ogg',
"echo" = 'sound/vox_fem/echo.ogg',
"ed" = 'sound/vox_fem/ed.ogg',
"effect" = 'sound/vox_fem/effect.ogg',
"egress" = 'sound/vox_fem/egress.ogg',
-"eight" = 'sound/vox_fem/eight.ogg',
"eighteen" = 'sound/vox_fem/eighteen.ogg',
+"eight" = 'sound/vox_fem/eight.ogg',
"eighty" = 'sound/vox_fem/eighty.ogg',
"electric" = 'sound/vox_fem/electric.ogg',
"electromagnetic" = 'sound/vox_fem/electromagnetic.ogg',
@@ -197,35 +291,46 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"eleven" = 'sound/vox_fem/eleven.ogg',
"eliminate" = 'sound/vox_fem/eliminate.ogg',
"emergency" = 'sound/vox_fem/emergency.ogg',
+"enabled" = 'sound/vox_fem/enabled.ogg',
"energy" = 'sound/vox_fem/energy.ogg',
-"engage" = 'sound/vox_fem/engage.ogg',
"engaged" = 'sound/vox_fem/engaged.ogg',
+"engage" = 'sound/vox_fem/engage.ogg',
+"engineering" = 'sound/vox_fem/engineering.ogg',
+"engineer" = 'sound/vox_fem/engineer.ogg',
"engine" = 'sound/vox_fem/engine.ogg',
"enter" = 'sound/vox_fem/enter.ogg',
+"entity" = 'sound/vox_fem/entity.ogg',
"entry" = 'sound/vox_fem/entry.ogg',
"environment" = 'sound/vox_fem/environment.ogg',
+"e" = 'sound/vox_fem/e.ogg',
+"epic" = 'sound/vox_fem/epic.ogg',
+"equipment" = 'sound/vox_fem/equipment.ogg',
"error" = 'sound/vox_fem/error.ogg',
"escape" = 'sound/vox_fem/escape.ogg',
"evacuate" = 'sound/vox_fem/evacuate.ogg',
+"eva" = 'sound/vox_fem/eva.ogg',
"exchange" = 'sound/vox_fem/exchange.ogg',
"exit" = 'sound/vox_fem/exit.ogg',
"expect" = 'sound/vox_fem/expect.ogg',
-"experiment" = 'sound/vox_fem/experiment.ogg',
"experimental" = 'sound/vox_fem/experimental.ogg',
+"experiment" = 'sound/vox_fem/experiment.ogg',
"explode" = 'sound/vox_fem/explode.ogg',
"explosion" = 'sound/vox_fem/explosion.ogg',
+"explosive" = 'sound/vox_fem/explosive.ogg',
"exposure" = 'sound/vox_fem/exposure.ogg',
"exterminate" = 'sound/vox_fem/exterminate.ogg',
-"extinguish" = 'sound/vox_fem/extinguish.ogg',
"extinguisher" = 'sound/vox_fem/extinguisher.ogg',
+"extinguish" = 'sound/vox_fem/extinguish.ogg',
"extreme" = 'sound/vox_fem/extreme.ogg',
-"f" = 'sound/vox_fem/f.ogg',
"facility" = 'sound/vox_fem/facility.ogg',
+"factory" = 'sound/vox_fem/factory.ogg',
"fahrenheit" = 'sound/vox_fem/fahrenheit.ogg',
"failed" = 'sound/vox_fem/failed.ogg',
"failure" = 'sound/vox_fem/failure.ogg',
+"false" = 'sound/vox_fem/false.ogg',
"farthest" = 'sound/vox_fem/farthest.ogg',
"fast" = 'sound/vox_fem/fast.ogg',
+"fauna" = 'sound/vox_fem/fauna.ogg',
"feet" = 'sound/vox_fem/feet.ogg',
"field" = 'sound/vox_fem/field.ogg',
"fifteen" = 'sound/vox_fem/fifteen.ogg',
@@ -236,14 +341,19 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"fire" = 'sound/vox_fem/fire.ogg',
"first" = 'sound/vox_fem/first.ogg',
"five" = 'sound/vox_fem/five.ogg',
+"fix" = 'sound/vox_fem/fix.ogg',
"flooding" = 'sound/vox_fem/flooding.ogg',
"floor" = 'sound/vox_fem/floor.ogg',
+"flyman" = 'sound/vox_fem/flyman.ogg',
+"f" = 'sound/vox_fem/f.ogg',
"fool" = 'sound/vox_fem/fool.ogg',
-"for" = 'sound/vox_fem/for.ogg',
"forbidden" = 'sound/vox_fem/forbidden.ogg',
"force" = 'sound/vox_fem/force.ogg',
"fore" = 'sound/vox_fem/fore.ogg',
+"formed" = 'sound/vox_fem/formed.ogg',
+"form" = 'sound/vox_fem/form.ogg',
"forms" = 'sound/vox_fem/forms.ogg',
+"for" = 'sound/vox_fem/for.ogg',
"found" = 'sound/vox_fem/found.ogg',
"four" = 'sound/vox_fem/four.ogg',
"fourteen" = 'sound/vox_fem/fourteen.ogg',
@@ -251,25 +361,32 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"fourty" = 'sound/vox_fem/fourty.ogg',
"foxtrot" = 'sound/vox_fem/foxtrot.ogg',
"freeman" = 'sound/vox_fem/freeman.ogg',
+"free" = 'sound/vox_fem/free.ogg',
"freezer" = 'sound/vox_fem/freezer.ogg',
+"freezing" = 'sound/vox_fem/freezing.ogg',
"from" = 'sound/vox_fem/from.ogg',
"front" = 'sound/vox_fem/front.ogg',
-"fuck" = 'sound/vox_fem/fuck.ogg',
"fucking" = 'sound/vox_fem/fucking.ogg',
+"fuck" = 'sound/vox_fem/fuck.ogg',
"fucks" = 'sound/vox_fem/fucks.ogg',
"fuel" = 'sound/vox_fem/fuel.ogg',
-"g" = 'sound/vox_fem/g.ogg',
"gas" = 'sound/vox_fem/gas.ogg',
+"generator" = 'sound/vox_fem/generator.ogg',
+"geneticist" = 'sound/vox_fem/geneticist.ogg',
"get" = 'sound/vox_fem/get.ogg',
"glory" = 'sound/vox_fem/glory.ogg',
-"go" = 'sound/vox_fem/go.ogg',
+"god" = 'sound/vox_fem/god.ogg',
+"g" = 'sound/vox_fem/g.ogg',
"going" = 'sound/vox_fem/going.ogg',
-"good" = 'sound/vox_fem/good.ogg',
+"golem" = 'sound/vox_fem/golem.ogg',
"goodbye" = 'sound/vox_fem/goodbye.ogg',
+"good" = 'sound/vox_fem/good.ogg',
+"go" = 'sound/vox_fem/go.ogg',
"gordon" = 'sound/vox_fem/gordon.ogg',
"got" = 'sound/vox_fem/got.ogg',
"government" = 'sound/vox_fem/government.ogg',
"granted" = 'sound/vox_fem/granted.ogg',
+"gravity" = 'sound/vox_fem/gravity.ogg',
"gray" = 'sound/vox_fem/gray.ogg',
"great" = 'sound/vox_fem/great.ogg',
"green" = 'sound/vox_fem/green.ogg',
@@ -278,11 +395,13 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"gulf" = 'sound/vox_fem/gulf.ogg',
"gun" = 'sound/vox_fem/gun.ogg',
"guthrie" = 'sound/vox_fem/guthrie.ogg',
-"h" = 'sound/vox_fem/h.ogg',
"hacker" = 'sound/vox_fem/hacker.ogg',
"hackers" = 'sound/vox_fem/hackers.ogg',
+"hall" = 'sound/vox_fem/hall.ogg',
+"hallway" = 'sound/vox_fem/hallway.ogg',
"handling" = 'sound/vox_fem/handling.ogg',
"hangar" = 'sound/vox_fem/hangar.ogg',
+"harmful" = 'sound/vox_fem/harmful.ogg',
"harm" = 'sound/vox_fem/harm.ogg',
"has" = 'sound/vox_fem/has.ogg',
"have" = 'sound/vox_fem/have.ogg',
@@ -294,94 +413,131 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"helium" = 'sound/vox_fem/helium.ogg',
"hello" = 'sound/vox_fem/hello.ogg',
"help" = 'sound/vox_fem/help.ogg',
+"he" = 'sound/vox_fem/he.ogg',
"here" = 'sound/vox_fem/here.ogg',
"hide" = 'sound/vox_fem/hide.ogg',
-"high" = 'sound/vox_fem/high.ogg',
"highest" = 'sound/vox_fem/highest.ogg',
+"high" = 'sound/vox_fem/high.ogg',
"hit" = 'sound/vox_fem/hit.ogg',
+"h" = 'sound/vox_fem/h.ogg',
"hole" = 'sound/vox_fem/hole.ogg',
+"honk" = 'sound/vox_fem/honk.ogg',
+"hop" = 'sound/vox_fem/hop.ogg',
+"hos" = 'sound/vox_fem/hos.ogg',
"hostile" = 'sound/vox_fem/hostile.ogg',
-"hot" = 'sound/vox_fem/hot.ogg',
"hotel" = 'sound/vox_fem/hotel.ogg',
+"hot" = 'sound/vox_fem/hot.ogg',
"hour" = 'sound/vox_fem/hour.ogg',
"hours" = 'sound/vox_fem/hours.ogg',
+"how" = 'sound/vox_fem/how.ogg',
"human" = 'sound/vox_fem/human.ogg',
+"humanoid" = 'sound/vox_fem/humanoid.ogg',
+"humans" = 'sound/vox_fem/humans.ogg',
"hundred" = 'sound/vox_fem/hundred.ogg',
"hunger" = 'sound/vox_fem/hunger.ogg',
+"hurt" = 'sound/vox_fem/hurt.ogg',
"hydro" = 'sound/vox_fem/hydro.ogg',
"hydroponics" = 'sound/vox_fem/hydroponics.ogg',
-"i" = 'sound/vox_fem/i.ogg',
+"ian" = 'sound/vox_fem/ian.ogg',
"idiot" = 'sound/vox_fem/idiot.ogg',
+"if2" = 'sound/vox_fem/if2.ogg',
+"if" = 'sound/vox_fem/if.ogg',
"illegal" = 'sound/vox_fem/illegal.ogg',
-"immediate" = 'sound/vox_fem/immediate.ogg',
"immediately" = 'sound/vox_fem/immediately.ogg',
-"in" = 'sound/vox_fem/in.ogg',
+"immediate" = 'sound/vox_fem/immediate.ogg',
+"immortal" = 'sound/vox_fem/immortal.ogg',
+"impossible" = 'sound/vox_fem/impossible.ogg',
"inches" = 'sound/vox_fem/inches.ogg',
"india" = 'sound/vox_fem/india.ogg',
"ing" = 'sound/vox_fem/ing.ogg',
+"in" = 'sound/vox_fem/in.ogg',
"inoperative" = 'sound/vox_fem/inoperative.ogg',
"inside" = 'sound/vox_fem/inside.ogg',
"inspection" = 'sound/vox_fem/inspection.ogg',
"inspector" = 'sound/vox_fem/inspector.ogg',
"interchange" = 'sound/vox_fem/interchange.ogg',
+"internals" = 'sound/vox_fem/internals.ogg',
"intruder" = 'sound/vox_fem/intruder.ogg',
"invalid" = 'sound/vox_fem/invalid.ogg',
"invasion" = 'sound/vox_fem/invasion.ogg',
+"i" = 'sound/vox_fem/i.ogg',
"is" = 'sound/vox_fem/is.ogg',
"it" = 'sound/vox_fem/it.ogg',
+"janitor" = 'sound/vox_fem/janitor.ogg',
+"jesus" = 'sound/vox_fem/jesus.ogg',
"j" = 'sound/vox_fem/j.ogg',
"johnson" = 'sound/vox_fem/johnson.ogg',
"juliet" = 'sound/vox_fem/juliet.ogg',
-"k" = 'sound/vox_fem/k.ogg',
"key" = 'sound/vox_fem/key.ogg',
+"kidnapped" = 'sound/vox_fem/kidnapped.ogg',
+"kidnapping" = 'sound/vox_fem/kidnapping.ogg',
+"killed" = 'sound/vox_fem/killed.ogg',
"kill" = 'sound/vox_fem/kill.ogg',
"kilo" = 'sound/vox_fem/kilo.ogg',
+"kitchen" = 'sound/vox_fem/kitchen.ogg',
"kit" = 'sound/vox_fem/kit.ogg',
-"l" = 'sound/vox_fem/l.ogg',
+"k" = 'sound/vox_fem/k.ogg',
"lab" = 'sound/vox_fem/lab.ogg',
"lambda" = 'sound/vox_fem/lambda.ogg',
"laser" = 'sound/vox_fem/laser.ogg',
"last" = 'sound/vox_fem/last.ogg',
"launch" = 'sound/vox_fem/launch.ogg',
+"lavaland" = 'sound/vox_fem/lavaland.ogg',
"law" = 'sound/vox_fem/law.ogg',
"laws" = 'sound/vox_fem/laws.ogg',
+"lawyer" = 'sound/vox_fem/lawyer.ogg',
"leak" = 'sound/vox_fem/leak.ogg',
"leave" = 'sound/vox_fem/leave.ogg',
"left" = 'sound/vox_fem/left.ogg',
"legal" = 'sound/vox_fem/legal.ogg',
"level" = 'sound/vox_fem/level.ogg',
"lever" = 'sound/vox_fem/lever.ogg',
+"library" = 'sound/vox_fem/library.ogg',
"lie" = 'sound/vox_fem/lie.ogg',
"lieutenant" = 'sound/vox_fem/lieutenant.ogg',
+"lifeform" = 'sound/vox_fem/lifeform.ogg',
"life" = 'sound/vox_fem/life.ogg',
"light" = 'sound/vox_fem/light.ogg',
"lima" = 'sound/vox_fem/lima.ogg',
"liquid" = 'sound/vox_fem/liquid.ogg',
+"live2" = 'sound/vox_fem/live2.ogg',
+"live" = 'sound/vox_fem/live.ogg',
+"lizard" = 'sound/vox_fem/lizard.ogg',
"loading" = 'sound/vox_fem/loading.ogg',
-"locate" = 'sound/vox_fem/locate.ogg',
"located" = 'sound/vox_fem/located.ogg',
+"locate" = 'sound/vox_fem/locate.ogg',
"location" = 'sound/vox_fem/location.ogg',
-"lock" = 'sound/vox_fem/lock.ogg',
"locked" = 'sound/vox_fem/locked.ogg',
"locker" = 'sound/vox_fem/locker.ogg',
+"lock" = 'sound/vox_fem/lock.ogg',
"lockout" = 'sound/vox_fem/lockout.ogg',
+"l" = 'sound/vox_fem/l.ogg',
+"long" = 'sound/vox_fem/long.ogg',
+"look" = 'sound/vox_fem/look.ogg',
+"loop" = 'sound/vox_fem/loop.ogg',
"loose" = 'sound/vox_fem/loose.ogg',
+"lot" = 'sound/vox_fem/lot.ogg',
"lower" = 'sound/vox_fem/lower.ogg',
"lowest" = 'sound/vox_fem/lowest.ogg',
-"m" = 'sound/vox_fem/m.ogg',
+"lusty" = 'sound/vox_fem/lusty.ogg',
+"machine" = 'sound/vox_fem/machine.ogg',
+"magic" = 'sound/vox_fem/magic.ogg',
"magnetic" = 'sound/vox_fem/magnetic.ogg',
"main" = 'sound/vox_fem/main.ogg',
"maintenance" = 'sound/vox_fem/maintenance.ogg',
"malfunction" = 'sound/vox_fem/malfunction.ogg',
"man" = 'sound/vox_fem/man.ogg',
+"many" = 'sound/vox_fem/many.ogg',
"mass" = 'sound/vox_fem/mass.ogg',
"materials" = 'sound/vox_fem/materials.ogg',
"maximum" = 'sound/vox_fem/maximum.ogg',
"may" = 'sound/vox_fem/may.ogg',
-"me" = 'sound/vox_fem/me.ogg',
+"meat" = 'sound/vox_fem/meat.ogg',
"medbay" = 'sound/vox_fem/medbay.ogg',
"medical" = 'sound/vox_fem/medical.ogg',
+"megafauna" = 'sound/vox_fem/megafauna.ogg',
"men" = 'sound/vox_fem/men.ogg',
+"me" = 'sound/vox_fem/me.ogg',
"mercy" = 'sound/vox_fem/mercy.ogg',
"mesa" = 'sound/vox_fem/mesa.ogg',
"message" = 'sound/vox_fem/message.ogg',
@@ -393,40 +549,59 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"military" = 'sound/vox_fem/military.ogg',
"milli" = 'sound/vox_fem/milli.ogg',
"million" = 'sound/vox_fem/million.ogg',
+"mime" = 'sound/vox_fem/mime.ogg',
"minefield" = 'sound/vox_fem/minefield.ogg',
+"miner" = 'sound/vox_fem/miner.ogg',
"minimum" = 'sound/vox_fem/minimum.ogg',
"minutes" = 'sound/vox_fem/minutes.ogg',
"mister" = 'sound/vox_fem/mister.ogg',
"mode" = 'sound/vox_fem/mode.ogg',
+"modification" = 'sound/vox_fem/modification.ogg',
+"m" = 'sound/vox_fem/m.ogg',
"money" = 'sound/vox_fem/money.ogg',
+"monkey" = 'sound/vox_fem/monkey.ogg',
+"moth" = 'sound/vox_fem/moth.ogg',
"motor" = 'sound/vox_fem/motor.ogg',
"motorpool" = 'sound/vox_fem/motorpool.ogg',
"move" = 'sound/vox_fem/move.ogg',
+"multitude" = 'sound/vox_fem/multitude.ogg',
+"murder" = 'sound/vox_fem/murder.ogg',
"must" = 'sound/vox_fem/must.ogg',
"my" = 'sound/vox_fem/my.ogg',
-"n" = 'sound/vox_fem/n.ogg',
+"mythic" = 'sound/vox_fem/mythic.ogg',
"nanotrasen" = 'sound/vox_fem/nanotrasen.ogg',
"nearest" = 'sound/vox_fem/nearest.ogg',
+"need" = 'sound/vox_fem/need.ogg',
"nice" = 'sound/vox_fem/nice.ogg',
"nine" = 'sound/vox_fem/nine.ogg',
"nineteen" = 'sound/vox_fem/nineteen.ogg',
"ninety" = 'sound/vox_fem/ninety.ogg',
-"no" = 'sound/vox_fem/no.ogg',
+"nitrogen" = 'sound/vox_fem/nitrogen.ogg',
+"n" = 'sound/vox_fem/n.ogg',
"nominal" = 'sound/vox_fem/nominal.ogg',
+"no" = 'sound/vox_fem/no.ogg',
"north" = 'sound/vox_fem/north.ogg',
"not" = 'sound/vox_fem/not.ogg',
"november" = 'sound/vox_fem/november.ogg',
"now" = 'sound/vox_fem/now.ogg',
+"nuclear" = 'sound/vox_fem/nuclear.ogg',
+"nuke" = 'sound/vox_fem/nuke.ogg',
"number" = 'sound/vox_fem/number.ogg',
-"o" = 'sound/vox_fem/o.ogg',
"objective" = 'sound/vox_fem/objective.ogg',
"observation" = 'sound/vox_fem/observation.ogg',
"obtain" = 'sound/vox_fem/obtain.ogg',
-"of" = 'sound/vox_fem/of.ogg',
+"office" = 'sound/vox_fem/office.ogg',
"officer" = 'sound/vox_fem/officer.ogg',
+"off" = 'sound/vox_fem/off.ogg',
+"of" = 'sound/vox_fem/of.ogg',
+"," = 'sound/vox_fem/,.ogg',
+"." = 'sound/vox_fem/..ogg',
+"oh" = 'sound/vox_fem/oh.ogg',
"ok" = 'sound/vox_fem/ok.ogg',
-"on" = 'sound/vox_fem/on.ogg',
"one" = 'sound/vox_fem/one.ogg',
+"on" = 'sound/vox_fem/on.ogg',
+"oof" = 'sound/vox_fem/oof.ogg',
+"o" = 'sound/vox_fem/o.ogg',
"open" = 'sound/vox_fem/open.ogg',
"operating" = 'sound/vox_fem/operating.ogg',
"operations" = 'sound/vox_fem/operations.ogg',
@@ -434,33 +609,48 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"option" = 'sound/vox_fem/option.ogg',
"order" = 'sound/vox_fem/order.ogg',
"organic" = 'sound/vox_fem/organic.ogg',
+"or" = 'sound/vox_fem/or.ogg',
"oscar" = 'sound/vox_fem/oscar.ogg',
"out" = 'sound/vox_fem/out.ogg',
"outside" = 'sound/vox_fem/outside.ogg',
-"over" = 'sound/vox_fem/over.ogg',
"overload" = 'sound/vox_fem/overload.ogg',
+"over" = 'sound/vox_fem/over.ogg',
"override" = 'sound/vox_fem/override.ogg',
-"p" = 'sound/vox_fem/p.ogg',
+"oxygen" = 'sound/vox_fem/oxygen.ogg',
+"pacification" = 'sound/vox_fem/pacification.ogg',
"pacify" = 'sound/vox_fem/pacify.ogg',
"pain" = 'sound/vox_fem/pain.ogg',
"pal" = 'sound/vox_fem/pal.ogg',
"panel" = 'sound/vox_fem/panel.ogg',
+"panting" = 'sound/vox_fem/panting.ogg',
+"pathetic" = 'sound/vox_fem/pathetic.ogg',
"percent" = 'sound/vox_fem/percent.ogg',
+"perfect" = 'sound/vox_fem/perfect.ogg',
"perimeter" = 'sound/vox_fem/perimeter.ogg',
"permitted" = 'sound/vox_fem/permitted.ogg',
+"personal" = 'sound/vox_fem/personal.ogg',
"personnel" = 'sound/vox_fem/personnel.ogg',
"pipe" = 'sound/vox_fem/pipe.ogg',
+"piping" = 'sound/vox_fem/piping.ogg',
+"piss" = 'sound/vox_fem/piss.ogg',
"plant" = 'sound/vox_fem/plant.ogg',
+"plasmaman" = 'sound/vox_fem/plasmaman.ogg',
"plasma" = 'sound/vox_fem/plasma.ogg',
"platform" = 'sound/vox_fem/platform.ogg',
+"plausible" = 'sound/vox_fem/plausible.ogg',
"please" = 'sound/vox_fem/please.ogg',
+"p" = 'sound/vox_fem/p.ogg',
"point" = 'sound/vox_fem/point.ogg',
-"port" = 'sound/vox_fem/port.ogg',
"portal" = 'sound/vox_fem/portal.ogg',
+"port" = 'sound/vox_fem/port.ogg',
+"possible" = 'sound/vox_fem/possible.ogg',
"power" = 'sound/vox_fem/power.ogg',
"presence" = 'sound/vox_fem/presence.ogg',
"press" = 'sound/vox_fem/press.ogg',
+"pressure" = 'sound/vox_fem/pressure.ogg',
"primary" = 'sound/vox_fem/primary.ogg',
+"prisoner" = 'sound/vox_fem/prisoner.ogg',
+"prison" = 'sound/vox_fem/prison.ogg',
"proceed" = 'sound/vox_fem/proceed.ogg',
"processing" = 'sound/vox_fem/processing.ogg',
"progress" = 'sound/vox_fem/progress.ogg',
@@ -469,23 +659,26 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"prosecute" = 'sound/vox_fem/prosecute.ogg',
"protective" = 'sound/vox_fem/protective.ogg',
"push" = 'sound/vox_fem/push.ogg',
+"put" = 'sound/vox_fem/put.ogg',
"q" = 'sound/vox_fem/q.ogg',
"quantum" = 'sound/vox_fem/quantum.ogg',
+"quarantine" = 'sound/vox_fem/quarantine.ogg',
+"quartermaster" = 'sound/vox_fem/quartermaster.ogg',
"quebec" = 'sound/vox_fem/quebec.ogg',
"queen" = 'sound/vox_fem/queen.ogg',
-"question" = 'sound/vox_fem/question.ogg',
+"questionable" = 'sound/vox_fem/questionable.ogg',
"questioning" = 'sound/vox_fem/questioning.ogg',
+"question" = 'sound/vox_fem/question.ogg',
"quick" = 'sound/vox_fem/quick.ogg',
"quit" = 'sound/vox_fem/quit.ogg',
-"r" = 'sound/vox_fem/r.ogg',
"radiation" = 'sound/vox_fem/radiation.ogg',
"radioactive" = 'sound/vox_fem/radioactive.ogg',
"rads" = 'sound/vox_fem/rads.ogg',
"raider" = 'sound/vox_fem/raider.ogg',
"raiders" = 'sound/vox_fem/raiders.ogg',
"rapid" = 'sound/vox_fem/rapid.ogg',
-"reach" = 'sound/vox_fem/reach.ogg',
"reached" = 'sound/vox_fem/reached.ogg',
+"reach" = 'sound/vox_fem/reach.ogg',
"reactor" = 'sound/vox_fem/reactor.ogg',
"red" = 'sound/vox_fem/red.ogg',
"relay" = 'sound/vox_fem/relay.ogg',
@@ -497,38 +690,54 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"report" = 'sound/vox_fem/report.ogg',
"reports" = 'sound/vox_fem/reports.ogg',
"required" = 'sound/vox_fem/required.ogg',
+"require" = 'sound/vox_fem/require.ogg',
"research" = 'sound/vox_fem/research.ogg',
"resevoir" = 'sound/vox_fem/resevoir.ogg',
"resistance" = 'sound/vox_fem/resistance.ogg',
"rest" = 'sound/vox_fem/rest.ogg',
+"restoration" = 'sound/vox_fem/restoration.ogg',
+"revolutionary" = 'sound/vox_fem/revolutionary.ogg',
+"revolution" = 'sound/vox_fem/revolution.ogg',
"right" = 'sound/vox_fem/right.ogg',
+"riot" = 'sound/vox_fem/riot.ogg',
+"roboticist" = 'sound/vox_fem/roboticist.ogg',
"rocket" = 'sound/vox_fem/rocket.ogg',
"roger" = 'sound/vox_fem/roger.ogg',
+"r" = 'sound/vox_fem/r.ogg',
+"rogue" = 'sound/vox_fem/rogue.ogg',
"romeo" = 'sound/vox_fem/romeo.ogg',
"room" = 'sound/vox_fem/room.ogg',
"round" = 'sound/vox_fem/round.ogg',
+"rune" = 'sound/vox_fem/rune.ogg',
"run" = 'sound/vox_fem/run.ogg',
-"s" = 'sound/vox_fem/s.ogg',
+"runtime" = 'sound/vox_fem/runtime.ogg',
+"sabotage" = 'sound/vox_fem/sabotage.ogg',
"safe" = 'sound/vox_fem/safe.ogg',
"safety" = 'sound/vox_fem/safety.ogg',
+"sairhorn" = 'sound/vox_fem/sairhorn.ogg',
"sarah" = 'sound/vox_fem/sarah.ogg',
"sargeant" = 'sound/vox_fem/sargeant.ogg',
"satellite" = 'sound/vox_fem/satellite.ogg',
"save" = 'sound/vox_fem/save.ogg',
+"scensor" = 'sound/vox_fem/scensor.ogg',
"science" = 'sound/vox_fem/science.ogg',
+"scientist" = 'sound/vox_fem/scientist.ogg',
"scream" = 'sound/vox_fem/scream.ogg',
"screen" = 'sound/vox_fem/screen.ogg',
"search" = 'sound/vox_fem/search.ogg',
-"second" = 'sound/vox_fem/second.ogg',
"secondary" = 'sound/vox_fem/secondary.ogg',
+"second" = 'sound/vox_fem/second.ogg',
"seconds" = 'sound/vox_fem/seconds.ogg',
+"section" = 'sound/vox_fem/section.ogg',
"sector" = 'sound/vox_fem/sector.ogg',
-"secure" = 'sound/vox_fem/secure.ogg',
"secured" = 'sound/vox_fem/secured.ogg',
+"secure" = 'sound/vox_fem/secure.ogg',
"security" = 'sound/vox_fem/security.ogg',
-"select" = 'sound/vox_fem/select.ogg',
"selected" = 'sound/vox_fem/selected.ogg',
+"select" = 'sound/vox_fem/select.ogg',
+"self" = 'sound/vox_fem/self.ogg',
"sensors" = 'sound/vox_fem/sensors.ogg',
+"server" = 'sound/vox_fem/server.ogg',
"service" = 'sound/vox_fem/service.ogg',
"seven" = 'sound/vox_fem/seven.ogg',
"seventeen" = 'sound/vox_fem/seventeen.ogg',
@@ -536,28 +745,39 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"severe" = 'sound/vox_fem/severe.ogg',
"sewage" = 'sound/vox_fem/sewage.ogg',
"sewer" = 'sound/vox_fem/sewer.ogg',
+"shaft" = 'sound/vox_fem/shaft.ogg',
+"she" = 'sound/vox_fem/she.ogg',
"shield" = 'sound/vox_fem/shield.ogg',
"shipment" = 'sound/vox_fem/shipment.ogg',
"shirt" = 'sound/vox_fem/shirt.ogg',
-"shit" = 'sound/vox_fem/shit.ogg',
"shitlord" = 'sound/vox_fem/shitlord.ogg',
+"shit" = 'sound/vox_fem/shit.ogg',
"shits" = 'sound/vox_fem/shits.ogg',
"shitting" = 'sound/vox_fem/shitting.ogg',
"shock" = 'sound/vox_fem/shock.ogg',
+"shonk" = 'sound/vox_fem/shonk.ogg',
"shoot" = 'sound/vox_fem/shoot.ogg',
"shower" = 'sound/vox_fem/shower.ogg',
"shut" = 'sound/vox_fem/shut.ogg',
"shuttle" = 'sound/vox_fem/shuttle.ogg',
+"sick" = 'sound/vox_fem/sick.ogg',
"side" = 'sound/vox_fem/side.ogg',
"sierra" = 'sound/vox_fem/sierra.ogg',
"sight" = 'sound/vox_fem/sight.ogg',
+"silicon" = 'sound/vox_fem/silicon.ogg',
"silo" = 'sound/vox_fem/silo.ogg',
"singularity" = 'sound/vox_fem/singularity.ogg',
"six" = 'sound/vox_fem/six.ogg',
"sixteen" = 'sound/vox_fem/sixteen.ogg',
"sixty" = 'sound/vox_fem/sixty.ogg',
+"skeleton" = 'sound/vox_fem/skeleton.ogg',
+"slaughter" = 'sound/vox_fem/slaughter.ogg',
"slime" = 'sound/vox_fem/slime.ogg',
+"slip" = 'sound/vox_fem/slip.ogg',
+"slippery" = 'sound/vox_fem/slippery.ogg',
"slow" = 'sound/vox_fem/slow.ogg',
+"sm" = 'sound/vox_fem/sm.ogg',
+"s" = 'sound/vox_fem/s.ogg',
"solar" = 'sound/vox_fem/solar.ogg',
"solars" = 'sound/vox_fem/solars.ogg',
"soldier" = 'sound/vox_fem/soldier.ogg',
@@ -567,6 +787,7 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"son" = 'sound/vox_fem/son.ogg',
"sorry" = 'sound/vox_fem/sorry.ogg',
"south" = 'sound/vox_fem/south.ogg',
+"space" = 'sound/vox_fem/space.ogg',
"squad" = 'sound/vox_fem/squad.ogg',
"square" = 'sound/vox_fem/square.ogg',
"ss13" = 'sound/vox_fem/ss13.ogg',
@@ -574,9 +795,12 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"starboard" = 'sound/vox_fem/starboard.ogg',
"station" = 'sound/vox_fem/station.ogg',
"status" = 'sound/vox_fem/status.ogg',
+"stay" = 'sound/vox_fem/stay.ogg',
"sterile" = 'sound/vox_fem/sterile.ogg',
"sterilization" = 'sound/vox_fem/sterilization.ogg',
+"stop" = 'sound/vox_fem/stop.ogg',
"storage" = 'sound/vox_fem/storage.ogg',
+"strong" = 'sound/vox_fem/strong.ogg',
"stuck" = 'sound/vox_fem/stuck.ogg',
"sub" = 'sound/vox_fem/sub.ogg',
"subsurface" = 'sound/vox_fem/subsurface.ogg',
@@ -585,23 +809,30 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"suit" = 'sound/vox_fem/suit.ogg',
"superconducting" = 'sound/vox_fem/superconducting.ogg',
"supercooled" = 'sound/vox_fem/supercooled.ogg',
+"supermatter" = 'sound/vox_fem/supermatter.ogg',
"supply" = 'sound/vox_fem/supply.ogg',
"surface" = 'sound/vox_fem/surface.ogg',
"surrender" = 'sound/vox_fem/surrender.ogg',
-"surround" = 'sound/vox_fem/surround.ogg',
"surrounded" = 'sound/vox_fem/surrounded.ogg',
+"surround" = 'sound/vox_fem/surround.ogg',
+"sweating" = 'sound/vox_fem/sweating.ogg',
+"swhitenoise" = 'sound/vox_fem/swhitenoise.ogg',
"switch" = 'sound/vox_fem/switch.ogg',
"syndicate" = 'sound/vox_fem/syndicate.ogg',
"system" = 'sound/vox_fem/system.ogg',
"systems" = 'sound/vox_fem/systems.ogg',
-"t" = 'sound/vox_fem/t.ogg',
+"table" = 'sound/vox_fem/table.ogg',
"tactical" = 'sound/vox_fem/tactical.ogg',
"take" = 'sound/vox_fem/take.ogg',
"talk" = 'sound/vox_fem/talk.ogg',
+"tampered" = 'sound/vox_fem/tampered.ogg',
"tango" = 'sound/vox_fem/tango.ogg',
"tank" = 'sound/vox_fem/tank.ogg',
"target" = 'sound/vox_fem/target.ogg',
"team" = 'sound/vox_fem/team.ogg',
+"technician" = 'sound/vox_fem/technician.ogg',
+"technology" = 'sound/vox_fem/technology.ogg',
+"tech" = 'sound/vox_fem/tech.ogg',
"temperature" = 'sound/vox_fem/temperature.ogg',
"temporal" = 'sound/vox_fem/temporal.ogg',
"ten" = 'sound/vox_fem/ten.ogg',
@@ -609,10 +840,14 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"terminated" = 'sound/vox_fem/terminated.ogg',
"termination" = 'sound/vox_fem/termination.ogg',
"test" = 'sound/vox_fem/test.ogg',
+"text" = 'sound/vox_fem/text.ogg',
"that" = 'sound/vox_fem/that.ogg',
-"the" = 'sound/vox_fem/the.ogg',
+"theater" = 'sound/vox_fem/theater.ogg',
+"them" = 'sound/vox_fem/them.ogg',
"then" = 'sound/vox_fem/then.ogg',
+"the" = 'sound/vox_fem/the.ogg',
"there" = 'sound/vox_fem/there.ogg',
+"they" = 'sound/vox_fem/they.ogg',
"third" = 'sound/vox_fem/third.ogg',
"thirteen" = 'sound/vox_fem/thirteen.ogg',
"thirty" = 'sound/vox_fem/thirty.ogg',
@@ -624,6 +859,7 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"through" = 'sound/vox_fem/through.ogg',
"tide" = 'sound/vox_fem/tide.ogg',
"time" = 'sound/vox_fem/time.ogg',
+"t" = 'sound/vox_fem/t.ogg',
"to" = 'sound/vox_fem/to.ogg',
"top" = 'sound/vox_fem/top.ogg',
"topside" = 'sound/vox_fem/topside.ogg',
@@ -635,83 +871,108 @@ GLOBAL_LIST_INIT(vox_sounds, list("," = 'sound/vox_fem/,.ogg',
"traitor" = 'sound/vox_fem/traitor.ogg',
"transportation" = 'sound/vox_fem/transportation.ogg',
"truck" = 'sound/vox_fem/truck.ogg',
+"true" = 'sound/vox_fem/true.ogg',
"tunnel" = 'sound/vox_fem/tunnel.ogg',
"turn" = 'sound/vox_fem/turn.ogg',
"turret" = 'sound/vox_fem/turret.ogg',
"twelve" = 'sound/vox_fem/twelve.ogg',
"twenty" = 'sound/vox_fem/twenty.ogg',
"two" = 'sound/vox_fem/two.ogg',
-"u" = 'sound/vox_fem/u.ogg',
+"ughh" = 'sound/vox_fem/ughh.ogg',
+"ugh" = 'sound/vox_fem/ugh.ogg',
+"unable" = 'sound/vox_fem/unable.ogg',
"unauthorized" = 'sound/vox_fem/unauthorized.ogg',
"under" = 'sound/vox_fem/under.ogg',
"uniform" = 'sound/vox_fem/uniform.ogg',
+"unknown" = 'sound/vox_fem/unknown.ogg',
"unlocked" = 'sound/vox_fem/unlocked.ogg',
+"unsafe" = 'sound/vox_fem/unsafe.ogg',
"until" = 'sound/vox_fem/until.ogg',
-"up" = 'sound/vox_fem/up.ogg',
-"update" = 'sound/vox_fem/update.ogg',
+"u" = 'sound/vox_fem/u.ogg',
"updated" = 'sound/vox_fem/updated.ogg',
+"update" = 'sound/vox_fem/update.ogg',
"updating" = 'sound/vox_fem/updating.ogg',
"upload" = 'sound/vox_fem/upload.ogg',
+"up" = 'sound/vox_fem/up.ogg',
"upper" = 'sound/vox_fem/upper.ogg',
"uranium" = 'sound/vox_fem/uranium.ogg',
-"us" = 'sound/vox_fem/us.ogg',
"usa" = 'sound/vox_fem/usa.ogg',
-"use" = 'sound/vox_fem/use.ogg',
"used" = 'sound/vox_fem/used.ogg',
+"use" = 'sound/vox_fem/use.ogg',
"user" = 'sound/vox_fem/user.ogg',
-"v" = 'sound/vox_fem/v.ogg',
+"us" = 'sound/vox_fem/us.ogg',
"vacate" = 'sound/vox_fem/vacate.ogg',
+"vacuum" = 'sound/vox_fem/vacuum.ogg',
"valid" = 'sound/vox_fem/valid.ogg',
"vapor" = 'sound/vox_fem/vapor.ogg',
-"vent" = 'sound/vox_fem/vent.ogg',
+"vendor" = 'sound/vox_fem/vendor.ogg',
"ventilation" = 'sound/vox_fem/ventilation.ogg',
+"vent" = 'sound/vox_fem/vent.ogg',
+"very" = 'sound/vox_fem/very.ogg',
"victor" = 'sound/vox_fem/victor.ogg',
"violated" = 'sound/vox_fem/violated.ogg',
"violation" = 'sound/vox_fem/violation.ogg',
+"virologist" = 'sound/vox_fem/virologist.ogg',
"virology" = 'sound/vox_fem/virology.ogg',
+"virus" = 'sound/vox_fem/virus.ogg',
+"vitals" = 'sound/vox_fem/vitals.ogg',
+"v" = 'sound/vox_fem/v.ogg',
"voltage" = 'sound/vox_fem/voltage.ogg',
-"vox" = 'sound/vox_fem/vox.ogg',
"vox_login" = 'sound/vox_fem/vox_login.ogg',
+"vox" = 'sound/vox_fem/vox.ogg',
"voxtest" = 'sound/vox_fem/voxtest.ogg',
-"w" = 'sound/vox_fem/w.ogg',
"walk" = 'sound/vox_fem/walk.ogg',
"wall" = 'sound/vox_fem/wall.ogg',
"wanker" = 'sound/vox_fem/wanker.ogg',
-"want" = 'sound/vox_fem/want.ogg',
"wanted" = 'sound/vox_fem/wanted.ogg',
+"want" = 'sound/vox_fem/want.ogg',
+"warden" = 'sound/vox_fem/warden.ogg',
"warm" = 'sound/vox_fem/warm.ogg',
-"warn" = 'sound/vox_fem/warn.ogg',
"warning" = 'sound/vox_fem/warning.ogg',
+"warn" = 'sound/vox_fem/warn.ogg',
"waste" = 'sound/vox_fem/waste.ogg',
"water" = 'sound/vox_fem/water.ogg',
-"we" = 'sound/vox_fem/we.ogg',
+"weak" = 'sound/vox_fem/weak.ogg',
"weapon" = 'sound/vox_fem/weapon.ogg',
"welcome" = 'sound/vox_fem/welcome.ogg',
+"we" = 'sound/vox_fem/we.ogg',
"west" = 'sound/vox_fem/west.ogg',
+"wew" = 'sound/vox_fem/wew.ogg',
+"what" = 'sound/vox_fem/what.ogg',
+"when" = 'sound/vox_fem/when.ogg',
+"where" = 'sound/vox_fem/where.ogg',
"whiskey" = 'sound/vox_fem/whiskey.ogg',
"white" = 'sound/vox_fem/white.ogg',
+"why" = 'sound/vox_fem/why.ogg',
"wilco" = 'sound/vox_fem/wilco.ogg',
"will" = 'sound/vox_fem/will.ogg',
+"wing" = 'sound/vox_fem/wing.ogg',
+"wire" = 'sound/vox_fem/wire.ogg',
"with" = 'sound/vox_fem/with.ogg',
"without" = 'sound/vox_fem/without.ogg',
+"wizard" = 'sound/vox_fem/wizard.ogg',
+"w" = 'sound/vox_fem/w.ogg',
"wood" = 'sound/vox_fem/wood.ogg',
"woody" = 'sound/vox_fem/woody.ogg',
-"x" = 'sound/vox_fem/x.ogg',
-"xeno" = 'sound/vox_fem/xeno.ogg',
+"woop" = 'sound/vox_fem/woop.ogg',
+"wow" = 'sound/vox_fem/wow.ogg',
"xenobiology" = 'sound/vox_fem/xenobiology.ogg',
"xenomorph" = 'sound/vox_fem/xenomorph.ogg',
"xenomorphs" = 'sound/vox_fem/xenomorphs.ogg',
-"y" = 'sound/vox_fem/y.ogg',
+"xeno" = 'sound/vox_fem/xeno.ogg',
+"x" = 'sound/vox_fem/x.ogg',
"yankee" = 'sound/vox_fem/yankee.ogg',
"yards" = 'sound/vox_fem/yards.ogg',
"year" = 'sound/vox_fem/year.ogg',
"yellow" = 'sound/vox_fem/yellow.ogg',
"yes" = 'sound/vox_fem/yes.ogg',
+"y" = 'sound/vox_fem/y.ogg',
"you" = 'sound/vox_fem/you.ogg',
"your" = 'sound/vox_fem/your.ogg',
"yourself" = 'sound/vox_fem/yourself.ogg',
-"z" = 'sound/vox_fem/z.ogg',
"zero" = 'sound/vox_fem/zero.ogg',
+"z" = 'sound/vox_fem/z.ogg',
+"zombie" = 'sound/vox_fem/zombie.ogg',
"zone" = 'sound/vox_fem/zone.ogg',
"zulu" = 'sound/vox_fem/zulu.ogg'))
#endif
\ No newline at end of file
diff --git a/sound/vox_fem/,.ogg b/sound/vox_fem/,.ogg
index a94221d0ed6..62152d87b75 100644
Binary files a/sound/vox_fem/,.ogg and b/sound/vox_fem/,.ogg differ
diff --git a/sound/vox_fem/..ogg b/sound/vox_fem/..ogg
index e333dc159b4..df8a465e9aa 100644
Binary files a/sound/vox_fem/..ogg and b/sound/vox_fem/..ogg differ
diff --git a/sound/vox_fem/a.ogg b/sound/vox_fem/a.ogg
index f91e6de8f29..8acb94837a8 100644
Binary files a/sound/vox_fem/a.ogg and b/sound/vox_fem/a.ogg differ
diff --git a/sound/vox_fem/abduction.ogg b/sound/vox_fem/abduction.ogg
new file mode 100644
index 00000000000..aafe3c95c2a
Binary files /dev/null and b/sound/vox_fem/abduction.ogg differ
diff --git a/sound/vox_fem/abortions.ogg b/sound/vox_fem/abortions.ogg
index 1eecff6c89d..615e4cd11b4 100644
Binary files a/sound/vox_fem/abortions.ogg and b/sound/vox_fem/abortions.ogg differ
diff --git a/sound/vox_fem/above.ogg b/sound/vox_fem/above.ogg
new file mode 100644
index 00000000000..c9a36368247
Binary files /dev/null and b/sound/vox_fem/above.ogg differ
diff --git a/sound/vox_fem/abstain.ogg b/sound/vox_fem/abstain.ogg
new file mode 100644
index 00000000000..66074764a1c
Binary files /dev/null and b/sound/vox_fem/abstain.ogg differ
diff --git a/sound/vox_fem/accelerating.ogg b/sound/vox_fem/accelerating.ogg
index 2ad134d963d..bfe97d83881 100644
Binary files a/sound/vox_fem/accelerating.ogg and b/sound/vox_fem/accelerating.ogg differ
diff --git a/sound/vox_fem/accelerator.ogg b/sound/vox_fem/accelerator.ogg
index 3cc4044525a..bddacd65f6f 100644
Binary files a/sound/vox_fem/accelerator.ogg and b/sound/vox_fem/accelerator.ogg differ
diff --git a/sound/vox_fem/accepted.ogg b/sound/vox_fem/accepted.ogg
index 0e93357e9d6..97b5af22ccf 100644
Binary files a/sound/vox_fem/accepted.ogg and b/sound/vox_fem/accepted.ogg differ
diff --git a/sound/vox_fem/access.ogg b/sound/vox_fem/access.ogg
index 21c926651cc..f8da87fb290 100644
Binary files a/sound/vox_fem/access.ogg and b/sound/vox_fem/access.ogg differ
diff --git a/sound/vox_fem/acknowledge.ogg b/sound/vox_fem/acknowledge.ogg
index 29938de29de..cf75b2c1d4b 100644
Binary files a/sound/vox_fem/acknowledge.ogg and b/sound/vox_fem/acknowledge.ogg differ
diff --git a/sound/vox_fem/acknowledged.ogg b/sound/vox_fem/acknowledged.ogg
index 910a31fc179..4cdeb50b0f0 100644
Binary files a/sound/vox_fem/acknowledged.ogg and b/sound/vox_fem/acknowledged.ogg differ
diff --git a/sound/vox_fem/acquired.ogg b/sound/vox_fem/acquired.ogg
index 8248e057782..805ab98c7fb 100644
Binary files a/sound/vox_fem/acquired.ogg and b/sound/vox_fem/acquired.ogg differ
diff --git a/sound/vox_fem/acquisition.ogg b/sound/vox_fem/acquisition.ogg
index 28d3dc67355..45b75ba69d3 100644
Binary files a/sound/vox_fem/acquisition.ogg and b/sound/vox_fem/acquisition.ogg differ
diff --git a/sound/vox_fem/across.ogg b/sound/vox_fem/across.ogg
index e3a82f7ee9a..975aa1f0371 100644
Binary files a/sound/vox_fem/across.ogg and b/sound/vox_fem/across.ogg differ
diff --git a/sound/vox_fem/activate.ogg b/sound/vox_fem/activate.ogg
index 662f74e7a51..cd3cf9c54aa 100644
Binary files a/sound/vox_fem/activate.ogg and b/sound/vox_fem/activate.ogg differ
diff --git a/sound/vox_fem/activated.ogg b/sound/vox_fem/activated.ogg
index 526352d0bed..30a35337533 100644
Binary files a/sound/vox_fem/activated.ogg and b/sound/vox_fem/activated.ogg differ
diff --git a/sound/vox_fem/activity.ogg b/sound/vox_fem/activity.ogg
index b45be28c061..b7edde2e1a1 100644
Binary files a/sound/vox_fem/activity.ogg and b/sound/vox_fem/activity.ogg differ
diff --git a/sound/vox_fem/adios.ogg b/sound/vox_fem/adios.ogg
index d90dec63ab4..44164d66208 100644
Binary files a/sound/vox_fem/adios.ogg and b/sound/vox_fem/adios.ogg differ
diff --git a/sound/vox_fem/administration.ogg b/sound/vox_fem/administration.ogg
index 89df9d6889d..7744870a59a 100644
Binary files a/sound/vox_fem/administration.ogg and b/sound/vox_fem/administration.ogg differ
diff --git a/sound/vox_fem/advanced.ogg b/sound/vox_fem/advanced.ogg
index 04359f62e25..96f076fc96c 100644
Binary files a/sound/vox_fem/advanced.ogg and b/sound/vox_fem/advanced.ogg differ
diff --git a/sound/vox_fem/advised.ogg b/sound/vox_fem/advised.ogg
new file mode 100644
index 00000000000..7c8d4f75153
Binary files /dev/null and b/sound/vox_fem/advised.ogg differ
diff --git a/sound/vox_fem/aft.ogg b/sound/vox_fem/aft.ogg
index c7d967e8159..b9b3edcf902 100644
Binary files a/sound/vox_fem/aft.ogg and b/sound/vox_fem/aft.ogg differ
diff --git a/sound/vox_fem/after.ogg b/sound/vox_fem/after.ogg
index 950e3019b22..a728cf4af45 100644
Binary files a/sound/vox_fem/after.ogg and b/sound/vox_fem/after.ogg differ
diff --git a/sound/vox_fem/agent.ogg b/sound/vox_fem/agent.ogg
index 0375ccaa700..9b4f3dc2167 100644
Binary files a/sound/vox_fem/agent.ogg and b/sound/vox_fem/agent.ogg differ
diff --git a/sound/vox_fem/ai.ogg b/sound/vox_fem/ai.ogg
index af61ae25cec..978455d0874 100644
Binary files a/sound/vox_fem/ai.ogg and b/sound/vox_fem/ai.ogg differ
diff --git a/sound/vox_fem/air.ogg b/sound/vox_fem/air.ogg
new file mode 100644
index 00000000000..ac161097c8b
Binary files /dev/null and b/sound/vox_fem/air.ogg differ
diff --git a/sound/vox_fem/airlock.ogg b/sound/vox_fem/airlock.ogg
new file mode 100644
index 00000000000..650b6c0e3d6
Binary files /dev/null and b/sound/vox_fem/airlock.ogg differ
diff --git a/sound/vox_fem/alarm.ogg b/sound/vox_fem/alarm.ogg
index b3aad597351..424e4aefc47 100644
Binary files a/sound/vox_fem/alarm.ogg and b/sound/vox_fem/alarm.ogg differ
diff --git a/sound/vox_fem/alert.ogg b/sound/vox_fem/alert.ogg
index 9e66d9b1c2d..dd0005f90d3 100644
Binary files a/sound/vox_fem/alert.ogg and b/sound/vox_fem/alert.ogg differ
diff --git a/sound/vox_fem/alien.ogg b/sound/vox_fem/alien.ogg
index 4895423f5e9..ceb29585b47 100644
Binary files a/sound/vox_fem/alien.ogg and b/sound/vox_fem/alien.ogg differ
diff --git a/sound/vox_fem/aligned.ogg b/sound/vox_fem/aligned.ogg
index 9a427ad6fb7..4ffeba396a4 100644
Binary files a/sound/vox_fem/aligned.ogg and b/sound/vox_fem/aligned.ogg differ
diff --git a/sound/vox_fem/all.ogg b/sound/vox_fem/all.ogg
index d02fbf8d5b5..240899126db 100644
Binary files a/sound/vox_fem/all.ogg and b/sound/vox_fem/all.ogg differ
diff --git a/sound/vox_fem/alpha.ogg b/sound/vox_fem/alpha.ogg
index ab5aa85a0f6..cb8419f130d 100644
Binary files a/sound/vox_fem/alpha.ogg and b/sound/vox_fem/alpha.ogg differ
diff --git a/sound/vox_fem/also.ogg b/sound/vox_fem/also.ogg
new file mode 100644
index 00000000000..cd541f0ce7a
Binary files /dev/null and b/sound/vox_fem/also.ogg differ
diff --git a/sound/vox_fem/am.ogg b/sound/vox_fem/am.ogg
index a38d05c9356..58152f19ecf 100644
Binary files a/sound/vox_fem/am.ogg and b/sound/vox_fem/am.ogg differ
diff --git a/sound/vox_fem/amigo.ogg b/sound/vox_fem/amigo.ogg
index efe51a5568e..34001cb33d9 100644
Binary files a/sound/vox_fem/amigo.ogg and b/sound/vox_fem/amigo.ogg differ
diff --git a/sound/vox_fem/ammunition.ogg b/sound/vox_fem/ammunition.ogg
index e13406ab284..67a1e32c02e 100644
Binary files a/sound/vox_fem/ammunition.ogg and b/sound/vox_fem/ammunition.ogg differ
diff --git a/sound/vox_fem/an.ogg b/sound/vox_fem/an.ogg
index c371f13ee35..2b8f5d4888f 100644
Binary files a/sound/vox_fem/an.ogg and b/sound/vox_fem/an.ogg differ
diff --git a/sound/vox_fem/and.ogg b/sound/vox_fem/and.ogg
index 6765aaa98d0..cbf10ac9052 100644
Binary files a/sound/vox_fem/and.ogg and b/sound/vox_fem/and.ogg differ
diff --git a/sound/vox_fem/animal.ogg b/sound/vox_fem/animal.ogg
new file mode 100644
index 00000000000..570a4572f73
Binary files /dev/null and b/sound/vox_fem/animal.ogg differ
diff --git a/sound/vox_fem/announcement.ogg b/sound/vox_fem/announcement.ogg
index 16cc4b45710..579e333228c 100644
Binary files a/sound/vox_fem/announcement.ogg and b/sound/vox_fem/announcement.ogg differ
diff --git a/sound/vox_fem/anomalous.ogg b/sound/vox_fem/anomalous.ogg
index 00849a70c75..88cf095629d 100644
Binary files a/sound/vox_fem/anomalous.ogg and b/sound/vox_fem/anomalous.ogg differ
diff --git a/sound/vox_fem/answer.ogg b/sound/vox_fem/answer.ogg
new file mode 100644
index 00000000000..533a1f7a8b5
Binary files /dev/null and b/sound/vox_fem/answer.ogg differ
diff --git a/sound/vox_fem/antenna.ogg b/sound/vox_fem/antenna.ogg
index 65e50cb55d5..da6d727da6e 100644
Binary files a/sound/vox_fem/antenna.ogg and b/sound/vox_fem/antenna.ogg differ
diff --git a/sound/vox_fem/any.ogg b/sound/vox_fem/any.ogg
index bf10035db98..353f6f86198 100644
Binary files a/sound/vox_fem/any.ogg and b/sound/vox_fem/any.ogg differ
diff --git a/sound/vox_fem/apc.ogg b/sound/vox_fem/apc.ogg
new file mode 100644
index 00000000000..38c7e8175d0
Binary files /dev/null and b/sound/vox_fem/apc.ogg differ
diff --git a/sound/vox_fem/apprehend.ogg b/sound/vox_fem/apprehend.ogg
index 8b84b7b5439..22088088d47 100644
Binary files a/sound/vox_fem/apprehend.ogg and b/sound/vox_fem/apprehend.ogg differ
diff --git a/sound/vox_fem/approach.ogg b/sound/vox_fem/approach.ogg
index e1514d1bded..195175a5bea 100644
Binary files a/sound/vox_fem/approach.ogg and b/sound/vox_fem/approach.ogg differ
diff --git a/sound/vox_fem/are.ogg b/sound/vox_fem/are.ogg
index c91427b9760..9efe22b27c6 100644
Binary files a/sound/vox_fem/are.ogg and b/sound/vox_fem/are.ogg differ
diff --git a/sound/vox_fem/area.ogg b/sound/vox_fem/area.ogg
index 7bb402ba3e8..369782b006f 100644
Binary files a/sound/vox_fem/area.ogg and b/sound/vox_fem/area.ogg differ
diff --git a/sound/vox_fem/arm.ogg b/sound/vox_fem/arm.ogg
index 270325ca9b6..0aaa0840d53 100644
Binary files a/sound/vox_fem/arm.ogg and b/sound/vox_fem/arm.ogg differ
diff --git a/sound/vox_fem/armed.ogg b/sound/vox_fem/armed.ogg
index 6710dc13328..caf544e3db4 100644
Binary files a/sound/vox_fem/armed.ogg and b/sound/vox_fem/armed.ogg differ
diff --git a/sound/vox_fem/armor.ogg b/sound/vox_fem/armor.ogg
index be00c5c1aed..6fbdf476d72 100644
Binary files a/sound/vox_fem/armor.ogg and b/sound/vox_fem/armor.ogg differ
diff --git a/sound/vox_fem/armory.ogg b/sound/vox_fem/armory.ogg
index 1b8b486713f..9d445cf2da3 100644
Binary files a/sound/vox_fem/armory.ogg and b/sound/vox_fem/armory.ogg differ
diff --git a/sound/vox_fem/array.ogg b/sound/vox_fem/array.ogg
index 3caabbf9d94..5e976190a50 100644
Binary files a/sound/vox_fem/array.ogg and b/sound/vox_fem/array.ogg differ
diff --git a/sound/vox_fem/arrest.ogg b/sound/vox_fem/arrest.ogg
index db4291d93eb..843711c35aa 100644
Binary files a/sound/vox_fem/arrest.ogg and b/sound/vox_fem/arrest.ogg differ
diff --git a/sound/vox_fem/asimov.ogg b/sound/vox_fem/asimov.ogg
index 6665a1c2b6a..c20264de2cf 100644
Binary files a/sound/vox_fem/asimov.ogg and b/sound/vox_fem/asimov.ogg differ
diff --git a/sound/vox_fem/ass.ogg b/sound/vox_fem/ass.ogg
index ab51e76032d..e85e315e1a1 100644
Binary files a/sound/vox_fem/ass.ogg and b/sound/vox_fem/ass.ogg differ
diff --git a/sound/vox_fem/asshole.ogg b/sound/vox_fem/asshole.ogg
index d446c21281a..a24442ba9d8 100644
Binary files a/sound/vox_fem/asshole.ogg and b/sound/vox_fem/asshole.ogg differ
diff --git a/sound/vox_fem/assholes.ogg b/sound/vox_fem/assholes.ogg
index ce06096ef42..5312d8f07f2 100644
Binary files a/sound/vox_fem/assholes.ogg and b/sound/vox_fem/assholes.ogg differ
diff --git a/sound/vox_fem/assistance.ogg b/sound/vox_fem/assistance.ogg
new file mode 100644
index 00000000000..9f13867a641
Binary files /dev/null and b/sound/vox_fem/assistance.ogg differ
diff --git a/sound/vox_fem/assistant.ogg b/sound/vox_fem/assistant.ogg
new file mode 100644
index 00000000000..7d4e901cf1c
Binary files /dev/null and b/sound/vox_fem/assistant.ogg differ
diff --git a/sound/vox_fem/at.ogg b/sound/vox_fem/at.ogg
index 446edf47878..1517054a492 100644
Binary files a/sound/vox_fem/at.ogg and b/sound/vox_fem/at.ogg differ
diff --git a/sound/vox_fem/atmosphere.ogg b/sound/vox_fem/atmosphere.ogg
new file mode 100644
index 00000000000..6e0d541d386
Binary files /dev/null and b/sound/vox_fem/atmosphere.ogg differ
diff --git a/sound/vox_fem/atmospheric.ogg b/sound/vox_fem/atmospheric.ogg
new file mode 100644
index 00000000000..d618ae9773c
Binary files /dev/null and b/sound/vox_fem/atmospheric.ogg differ
diff --git a/sound/vox_fem/atmospherics.ogg b/sound/vox_fem/atmospherics.ogg
new file mode 100644
index 00000000000..bac1013b747
Binary files /dev/null and b/sound/vox_fem/atmospherics.ogg differ
diff --git a/sound/vox_fem/atomic.ogg b/sound/vox_fem/atomic.ogg
index 6d75570f0e8..be6de2fad95 100644
Binary files a/sound/vox_fem/atomic.ogg and b/sound/vox_fem/atomic.ogg differ
diff --git a/sound/vox_fem/attention.ogg b/sound/vox_fem/attention.ogg
index 1de7b20fca9..00780e35a9a 100644
Binary files a/sound/vox_fem/attention.ogg and b/sound/vox_fem/attention.ogg differ
diff --git a/sound/vox_fem/authentication.ogg b/sound/vox_fem/authentication.ogg
new file mode 100644
index 00000000000..031484edaf2
Binary files /dev/null and b/sound/vox_fem/authentication.ogg differ
diff --git a/sound/vox_fem/authorize.ogg b/sound/vox_fem/authorize.ogg
index 332ed3b3314..4df4830b65a 100644
Binary files a/sound/vox_fem/authorize.ogg and b/sound/vox_fem/authorize.ogg differ
diff --git a/sound/vox_fem/authorized.ogg b/sound/vox_fem/authorized.ogg
index d7f91f81328..6a989aeff63 100644
Binary files a/sound/vox_fem/authorized.ogg and b/sound/vox_fem/authorized.ogg differ
diff --git a/sound/vox_fem/automatic.ogg b/sound/vox_fem/automatic.ogg
index 2f7fedada2e..5f87645f893 100644
Binary files a/sound/vox_fem/automatic.ogg and b/sound/vox_fem/automatic.ogg differ
diff --git a/sound/vox_fem/away.ogg b/sound/vox_fem/away.ogg
index 3f482d5ccf3..e158d2cd803 100644
Binary files a/sound/vox_fem/away.ogg and b/sound/vox_fem/away.ogg differ
diff --git a/sound/vox_fem/awful.ogg b/sound/vox_fem/awful.ogg
new file mode 100644
index 00000000000..49768538acd
Binary files /dev/null and b/sound/vox_fem/awful.ogg differ
diff --git a/sound/vox_fem/b.ogg b/sound/vox_fem/b.ogg
index 9985f7c56aa..f41d01e4413 100644
Binary files a/sound/vox_fem/b.ogg and b/sound/vox_fem/b.ogg differ
diff --git a/sound/vox_fem/back.ogg b/sound/vox_fem/back.ogg
index 87fd5b3cc0d..63cbfcde1b8 100644
Binary files a/sound/vox_fem/back.ogg and b/sound/vox_fem/back.ogg differ
diff --git a/sound/vox_fem/backman.ogg b/sound/vox_fem/backman.ogg
index 6b3e758e90b..73690c48e72 100644
Binary files a/sound/vox_fem/backman.ogg and b/sound/vox_fem/backman.ogg differ
diff --git a/sound/vox_fem/bad.ogg b/sound/vox_fem/bad.ogg
index 3dd4e2cec6b..ff05d65af20 100644
Binary files a/sound/vox_fem/bad.ogg and b/sound/vox_fem/bad.ogg differ
diff --git a/sound/vox_fem/bag.ogg b/sound/vox_fem/bag.ogg
index 04d64df9f2f..79a1d686f46 100644
Binary files a/sound/vox_fem/bag.ogg and b/sound/vox_fem/bag.ogg differ
diff --git a/sound/vox_fem/bailey.ogg b/sound/vox_fem/bailey.ogg
index 25fee818440..95b6ef6b0b4 100644
Binary files a/sound/vox_fem/bailey.ogg and b/sound/vox_fem/bailey.ogg differ
diff --git a/sound/vox_fem/bar.ogg b/sound/vox_fem/bar.ogg
new file mode 100644
index 00000000000..69a21c97460
Binary files /dev/null and b/sound/vox_fem/bar.ogg differ
diff --git a/sound/vox_fem/barracks.ogg b/sound/vox_fem/barracks.ogg
index 6f78b3a8202..0ff6cbb0f19 100644
Binary files a/sound/vox_fem/barracks.ogg and b/sound/vox_fem/barracks.ogg differ
diff --git a/sound/vox_fem/bartender.ogg b/sound/vox_fem/bartender.ogg
new file mode 100644
index 00000000000..a9dfbbcafdc
Binary files /dev/null and b/sound/vox_fem/bartender.ogg differ
diff --git a/sound/vox_fem/base.ogg b/sound/vox_fem/base.ogg
index 9706d299453..242432b8229 100644
Binary files a/sound/vox_fem/base.ogg and b/sound/vox_fem/base.ogg differ
diff --git a/sound/vox_fem/bay.ogg b/sound/vox_fem/bay.ogg
index a4aac8563f3..8ac3e449e79 100644
Binary files a/sound/vox_fem/bay.ogg and b/sound/vox_fem/bay.ogg differ
diff --git a/sound/vox_fem/be.ogg b/sound/vox_fem/be.ogg
index e3ee37f2a04..5ae70289efa 100644
Binary files a/sound/vox_fem/be.ogg and b/sound/vox_fem/be.ogg differ
diff --git a/sound/vox_fem/beam.ogg b/sound/vox_fem/beam.ogg
new file mode 100644
index 00000000000..b26df5ca45d
Binary files /dev/null and b/sound/vox_fem/beam.ogg differ
diff --git a/sound/vox_fem/been.ogg b/sound/vox_fem/been.ogg
index 202d8f229cd..02a4fccfbc5 100644
Binary files a/sound/vox_fem/been.ogg and b/sound/vox_fem/been.ogg differ
diff --git a/sound/vox_fem/beep.ogg b/sound/vox_fem/beep.ogg
new file mode 100644
index 00000000000..38e825b80d8
Binary files /dev/null and b/sound/vox_fem/beep.ogg differ
diff --git a/sound/vox_fem/before.ogg b/sound/vox_fem/before.ogg
index 9b25bf1d2c6..cfde021dfde 100644
Binary files a/sound/vox_fem/before.ogg and b/sound/vox_fem/before.ogg differ
diff --git a/sound/vox_fem/below.ogg b/sound/vox_fem/below.ogg
new file mode 100644
index 00000000000..6425b7fd10a
Binary files /dev/null and b/sound/vox_fem/below.ogg differ
diff --git a/sound/vox_fem/beside.ogg b/sound/vox_fem/beside.ogg
new file mode 100644
index 00000000000..3522726d468
Binary files /dev/null and b/sound/vox_fem/beside.ogg differ
diff --git a/sound/vox_fem/beware.ogg b/sound/vox_fem/beware.ogg
new file mode 100644
index 00000000000..77808fe138f
Binary files /dev/null and b/sound/vox_fem/beware.ogg differ
diff --git a/sound/vox_fem/beyond.ogg b/sound/vox_fem/beyond.ogg
index d9064b764a3..c48b2dc8bf6 100644
Binary files a/sound/vox_fem/beyond.ogg and b/sound/vox_fem/beyond.ogg differ
diff --git a/sound/vox_fem/biohazard.ogg b/sound/vox_fem/biohazard.ogg
index 914a083c5be..c6db0331d8f 100644
Binary files a/sound/vox_fem/biohazard.ogg and b/sound/vox_fem/biohazard.ogg differ
diff --git a/sound/vox_fem/biological.ogg b/sound/vox_fem/biological.ogg
index 4efbb349702..8549b3ce21c 100644
Binary files a/sound/vox_fem/biological.ogg and b/sound/vox_fem/biological.ogg differ
diff --git a/sound/vox_fem/birdwell.ogg b/sound/vox_fem/birdwell.ogg
index b291d8d40b2..f76d0957eb1 100644
Binary files a/sound/vox_fem/birdwell.ogg and b/sound/vox_fem/birdwell.ogg differ
diff --git a/sound/vox_fem/bitch.ogg b/sound/vox_fem/bitch.ogg
index 348715b1517..1cdac8de7fe 100644
Binary files a/sound/vox_fem/bitch.ogg and b/sound/vox_fem/bitch.ogg differ
diff --git a/sound/vox_fem/bitches.ogg b/sound/vox_fem/bitches.ogg
index dab8e1257ab..c97a0df1168 100644
Binary files a/sound/vox_fem/bitches.ogg and b/sound/vox_fem/bitches.ogg differ
diff --git a/sound/vox_fem/bitcoin.ogg b/sound/vox_fem/bitcoin.ogg
new file mode 100644
index 00000000000..2407f6a2a6b
Binary files /dev/null and b/sound/vox_fem/bitcoin.ogg differ
diff --git a/sound/vox_fem/black.ogg b/sound/vox_fem/black.ogg
index 9c74790de48..d4abc241676 100644
Binary files a/sound/vox_fem/black.ogg and b/sound/vox_fem/black.ogg differ
diff --git a/sound/vox_fem/blast.ogg b/sound/vox_fem/blast.ogg
index 21d13d1e3ba..79a01904332 100644
Binary files a/sound/vox_fem/blast.ogg and b/sound/vox_fem/blast.ogg differ
diff --git a/sound/vox_fem/bleed.ogg b/sound/vox_fem/bleed.ogg
new file mode 100644
index 00000000000..541fedfb9e8
Binary files /dev/null and b/sound/vox_fem/bleed.ogg differ
diff --git a/sound/vox_fem/blob.ogg b/sound/vox_fem/blob.ogg
new file mode 100644
index 00000000000..9332313e3da
Binary files /dev/null and b/sound/vox_fem/blob.ogg differ
diff --git a/sound/vox_fem/blocked.ogg b/sound/vox_fem/blocked.ogg
index 0d97cf44e04..451898fed17 100644
Binary files a/sound/vox_fem/blocked.ogg and b/sound/vox_fem/blocked.ogg differ
diff --git a/sound/vox_fem/blood.ogg b/sound/vox_fem/blood.ogg
new file mode 100644
index 00000000000..3d5132b48bb
Binary files /dev/null and b/sound/vox_fem/blood.ogg differ
diff --git a/sound/vox_fem/bloop.ogg b/sound/vox_fem/bloop.ogg
new file mode 100644
index 00000000000..e65d755560f
Binary files /dev/null and b/sound/vox_fem/bloop.ogg differ
diff --git a/sound/vox_fem/blue.ogg b/sound/vox_fem/blue.ogg
index 2bca816f342..ed25ec85758 100644
Binary files a/sound/vox_fem/blue.ogg and b/sound/vox_fem/blue.ogg differ
diff --git a/sound/vox_fem/bomb.ogg b/sound/vox_fem/bomb.ogg
new file mode 100644
index 00000000000..c8e19815783
Binary files /dev/null and b/sound/vox_fem/bomb.ogg differ
diff --git a/sound/vox_fem/bone.ogg b/sound/vox_fem/bone.ogg
new file mode 100644
index 00000000000..432d8c91882
Binary files /dev/null and b/sound/vox_fem/bone.ogg differ
diff --git a/sound/vox_fem/botanist.ogg b/sound/vox_fem/botanist.ogg
new file mode 100644
index 00000000000..edb7e3e4c4b
Binary files /dev/null and b/sound/vox_fem/botanist.ogg differ
diff --git a/sound/vox_fem/botany.ogg b/sound/vox_fem/botany.ogg
new file mode 100644
index 00000000000..7aed8ec8270
Binary files /dev/null and b/sound/vox_fem/botany.ogg differ
diff --git a/sound/vox_fem/bottom.ogg b/sound/vox_fem/bottom.ogg
index c1850574c58..871f40d9065 100644
Binary files a/sound/vox_fem/bottom.ogg and b/sound/vox_fem/bottom.ogg differ
diff --git a/sound/vox_fem/bravo.ogg b/sound/vox_fem/bravo.ogg
index eaba95e28b6..c40d957223f 100644
Binary files a/sound/vox_fem/bravo.ogg and b/sound/vox_fem/bravo.ogg differ
diff --git a/sound/vox_fem/breach.ogg b/sound/vox_fem/breach.ogg
index b95f17f8d7c..4b7fe2033d7 100644
Binary files a/sound/vox_fem/breach.ogg and b/sound/vox_fem/breach.ogg differ
diff --git a/sound/vox_fem/breached.ogg b/sound/vox_fem/breached.ogg
index fd5369c05ac..9202861bc64 100644
Binary files a/sound/vox_fem/breached.ogg and b/sound/vox_fem/breached.ogg differ
diff --git a/sound/vox_fem/break.ogg b/sound/vox_fem/break.ogg
index 7a846fad7f4..1bf2f85c757 100644
Binary files a/sound/vox_fem/break.ogg and b/sound/vox_fem/break.ogg differ
diff --git a/sound/vox_fem/bridge.ogg b/sound/vox_fem/bridge.ogg
index 9d99aaf7067..61a00d16104 100644
Binary files a/sound/vox_fem/bridge.ogg and b/sound/vox_fem/bridge.ogg differ
diff --git a/sound/vox_fem/brig.ogg b/sound/vox_fem/brig.ogg
new file mode 100644
index 00000000000..6deacfa0b6f
Binary files /dev/null and b/sound/vox_fem/brig.ogg differ
diff --git a/sound/vox_fem/bust.ogg b/sound/vox_fem/bust.ogg
index eb227024863..f0944fd31f1 100644
Binary files a/sound/vox_fem/bust.ogg and b/sound/vox_fem/bust.ogg differ
diff --git a/sound/vox_fem/but.ogg b/sound/vox_fem/but.ogg
index a1c80f6d5d7..fd02fd97de7 100644
Binary files a/sound/vox_fem/but.ogg and b/sound/vox_fem/but.ogg differ
diff --git a/sound/vox_fem/button.ogg b/sound/vox_fem/button.ogg
index b31c342b149..b85f48e7a46 100644
Binary files a/sound/vox_fem/button.ogg and b/sound/vox_fem/button.ogg differ
diff --git a/sound/vox_fem/bypass.ogg b/sound/vox_fem/bypass.ogg
index f5e7449143b..cf67642e9c9 100644
Binary files a/sound/vox_fem/bypass.ogg and b/sound/vox_fem/bypass.ogg differ
diff --git a/sound/vox_fem/c.ogg b/sound/vox_fem/c.ogg
index 4fdccce68c4..a65bb86b083 100644
Binary files a/sound/vox_fem/c.ogg and b/sound/vox_fem/c.ogg differ
diff --git a/sound/vox_fem/cable.ogg b/sound/vox_fem/cable.ogg
index d859a727291..0e69ff8d7e4 100644
Binary files a/sound/vox_fem/cable.ogg and b/sound/vox_fem/cable.ogg differ
diff --git a/sound/vox_fem/call.ogg b/sound/vox_fem/call.ogg
index 9040e35ca1a..4777387195e 100644
Binary files a/sound/vox_fem/call.ogg and b/sound/vox_fem/call.ogg differ
diff --git a/sound/vox_fem/called.ogg b/sound/vox_fem/called.ogg
index b40530537dd..b1a0a733683 100644
Binary files a/sound/vox_fem/called.ogg and b/sound/vox_fem/called.ogg differ
diff --git a/sound/vox_fem/canal.ogg b/sound/vox_fem/canal.ogg
index 74b888be6bf..52d3c8a604a 100644
Binary files a/sound/vox_fem/canal.ogg and b/sound/vox_fem/canal.ogg differ
diff --git a/sound/vox_fem/canister.ogg b/sound/vox_fem/canister.ogg
new file mode 100644
index 00000000000..ea2d1789556
Binary files /dev/null and b/sound/vox_fem/canister.ogg differ
diff --git a/sound/vox_fem/cap.ogg b/sound/vox_fem/cap.ogg
index 842cd36f51a..482ba1d58f5 100644
Binary files a/sound/vox_fem/cap.ogg and b/sound/vox_fem/cap.ogg differ
diff --git a/sound/vox_fem/captain.ogg b/sound/vox_fem/captain.ogg
index b3c418cdd33..644bc0c8c6b 100644
Binary files a/sound/vox_fem/captain.ogg and b/sound/vox_fem/captain.ogg differ
diff --git a/sound/vox_fem/capture.ogg b/sound/vox_fem/capture.ogg
index 7ff6e2d303f..54bbcf06b63 100644
Binary files a/sound/vox_fem/capture.ogg and b/sound/vox_fem/capture.ogg differ
diff --git a/sound/vox_fem/carbon.ogg b/sound/vox_fem/carbon.ogg
new file mode 100644
index 00000000000..219d2c6ec07
Binary files /dev/null and b/sound/vox_fem/carbon.ogg differ
diff --git a/sound/vox_fem/cargo.ogg b/sound/vox_fem/cargo.ogg
index bacb92bcefc..3dfa1530caa 100644
Binary files a/sound/vox_fem/cargo.ogg and b/sound/vox_fem/cargo.ogg differ
diff --git a/sound/vox_fem/cat.ogg b/sound/vox_fem/cat.ogg
new file mode 100644
index 00000000000..f9b9928f926
Binary files /dev/null and b/sound/vox_fem/cat.ogg differ
diff --git a/sound/vox_fem/ce.ogg b/sound/vox_fem/ce.ogg
new file mode 100644
index 00000000000..dd3d06f2c2b
Binary files /dev/null and b/sound/vox_fem/ce.ogg differ
diff --git a/sound/vox_fem/cease.ogg b/sound/vox_fem/cease.ogg
new file mode 100644
index 00000000000..92f99b30a95
Binary files /dev/null and b/sound/vox_fem/cease.ogg differ
diff --git a/sound/vox_fem/ceiling.ogg b/sound/vox_fem/ceiling.ogg
index 23077d3190f..2ad9dcea3c5 100644
Binary files a/sound/vox_fem/ceiling.ogg and b/sound/vox_fem/ceiling.ogg differ
diff --git a/sound/vox_fem/celsius.ogg b/sound/vox_fem/celsius.ogg
index c581b1826c6..4a033ee5135 100644
Binary files a/sound/vox_fem/celsius.ogg and b/sound/vox_fem/celsius.ogg differ
diff --git a/sound/vox_fem/centcom.ogg b/sound/vox_fem/centcom.ogg
index fa959cf317e..38fd4cdc770 100644
Binary files a/sound/vox_fem/centcom.ogg and b/sound/vox_fem/centcom.ogg differ
diff --git a/sound/vox_fem/center.ogg b/sound/vox_fem/center.ogg
index 25287989017..f47ae98a4fb 100644
Binary files a/sound/vox_fem/center.ogg and b/sound/vox_fem/center.ogg differ
diff --git a/sound/vox_fem/centi.ogg b/sound/vox_fem/centi.ogg
index 1edbec2af63..af1137f63ee 100644
Binary files a/sound/vox_fem/centi.ogg and b/sound/vox_fem/centi.ogg differ
diff --git a/sound/vox_fem/central.ogg b/sound/vox_fem/central.ogg
index 46391d79d5f..10f244f739b 100644
Binary files a/sound/vox_fem/central.ogg and b/sound/vox_fem/central.ogg differ
diff --git a/sound/vox_fem/challenge.ogg b/sound/vox_fem/challenge.ogg
new file mode 100644
index 00000000000..4dc806d1731
Binary files /dev/null and b/sound/vox_fem/challenge.ogg differ
diff --git a/sound/vox_fem/chamber.ogg b/sound/vox_fem/chamber.ogg
index 2ebe6e95ef8..9f917eaef13 100644
Binary files a/sound/vox_fem/chamber.ogg and b/sound/vox_fem/chamber.ogg differ
diff --git a/sound/vox_fem/change.ogg b/sound/vox_fem/change.ogg
new file mode 100644
index 00000000000..51e3f3c1096
Binary files /dev/null and b/sound/vox_fem/change.ogg differ
diff --git a/sound/vox_fem/changed.ogg b/sound/vox_fem/changed.ogg
index a18a7e0bfa9..f4c4defe6c9 100644
Binary files a/sound/vox_fem/changed.ogg and b/sound/vox_fem/changed.ogg differ
diff --git a/sound/vox_fem/changeling.ogg b/sound/vox_fem/changeling.ogg
new file mode 100644
index 00000000000..79244a0b788
Binary files /dev/null and b/sound/vox_fem/changeling.ogg differ
diff --git a/sound/vox_fem/chapel.ogg b/sound/vox_fem/chapel.ogg
new file mode 100644
index 00000000000..e5c3959c49d
Binary files /dev/null and b/sound/vox_fem/chapel.ogg differ
diff --git a/sound/vox_fem/chaplain.ogg b/sound/vox_fem/chaplain.ogg
new file mode 100644
index 00000000000..9bca07f7e33
Binary files /dev/null and b/sound/vox_fem/chaplain.ogg differ
diff --git a/sound/vox_fem/charlie.ogg b/sound/vox_fem/charlie.ogg
index 0178175604a..01e5f99df46 100644
Binary files a/sound/vox_fem/charlie.ogg and b/sound/vox_fem/charlie.ogg differ
diff --git a/sound/vox_fem/check.ogg b/sound/vox_fem/check.ogg
index 111d71d51aa..1c6002b65ca 100644
Binary files a/sound/vox_fem/check.ogg and b/sound/vox_fem/check.ogg differ
diff --git a/sound/vox_fem/checkpoint.ogg b/sound/vox_fem/checkpoint.ogg
index 591e4506a73..3f7748a3da1 100644
Binary files a/sound/vox_fem/checkpoint.ogg and b/sound/vox_fem/checkpoint.ogg differ
diff --git a/sound/vox_fem/chemical.ogg b/sound/vox_fem/chemical.ogg
index f79015a82f3..198cf4ea095 100644
Binary files a/sound/vox_fem/chemical.ogg and b/sound/vox_fem/chemical.ogg differ
diff --git a/sound/vox_fem/chemist.ogg b/sound/vox_fem/chemist.ogg
new file mode 100644
index 00000000000..e17afefcb92
Binary files /dev/null and b/sound/vox_fem/chemist.ogg differ
diff --git a/sound/vox_fem/chief.ogg b/sound/vox_fem/chief.ogg
new file mode 100644
index 00000000000..b7d0942021e
Binary files /dev/null and b/sound/vox_fem/chief.ogg differ
diff --git a/sound/vox_fem/christ.ogg b/sound/vox_fem/christ.ogg
new file mode 100644
index 00000000000..86242d8c031
Binary files /dev/null and b/sound/vox_fem/christ.ogg differ
diff --git a/sound/vox_fem/chuckle.ogg b/sound/vox_fem/chuckle.ogg
new file mode 100644
index 00000000000..866611bef63
Binary files /dev/null and b/sound/vox_fem/chuckle.ogg differ
diff --git a/sound/vox_fem/circuit.ogg b/sound/vox_fem/circuit.ogg
new file mode 100644
index 00000000000..349167735a4
Binary files /dev/null and b/sound/vox_fem/circuit.ogg differ
diff --git a/sound/vox_fem/cleanup.ogg b/sound/vox_fem/cleanup.ogg
index 21bb9439055..ae2efcbbb93 100644
Binary files a/sound/vox_fem/cleanup.ogg and b/sound/vox_fem/cleanup.ogg differ
diff --git a/sound/vox_fem/clear.ogg b/sound/vox_fem/clear.ogg
index 28bc282ae23..98926f58f68 100644
Binary files a/sound/vox_fem/clear.ogg and b/sound/vox_fem/clear.ogg differ
diff --git a/sound/vox_fem/clearance.ogg b/sound/vox_fem/clearance.ogg
index 31e27ea4532..1ece107c768 100644
Binary files a/sound/vox_fem/clearance.ogg and b/sound/vox_fem/clearance.ogg differ
diff --git a/sound/vox_fem/clockwork.ogg b/sound/vox_fem/clockwork.ogg
new file mode 100644
index 00000000000..5e04e5d078f
Binary files /dev/null and b/sound/vox_fem/clockwork.ogg differ
diff --git a/sound/vox_fem/close.ogg b/sound/vox_fem/close.ogg
index e478f3c2423..7ac5412aa44 100644
Binary files a/sound/vox_fem/close.ogg and b/sound/vox_fem/close.ogg differ
diff --git a/sound/vox_fem/clown.ogg b/sound/vox_fem/clown.ogg
index 3d92a003732..d823a01d00f 100644
Binary files a/sound/vox_fem/clown.ogg and b/sound/vox_fem/clown.ogg differ
diff --git a/sound/vox_fem/clowning.ogg b/sound/vox_fem/clowning.ogg
new file mode 100644
index 00000000000..1dfb779e5de
Binary files /dev/null and b/sound/vox_fem/clowning.ogg differ
diff --git a/sound/vox_fem/cmo.ogg b/sound/vox_fem/cmo.ogg
new file mode 100644
index 00000000000..2e469ffa487
Binary files /dev/null and b/sound/vox_fem/cmo.ogg differ
diff --git a/sound/vox_fem/code.ogg b/sound/vox_fem/code.ogg
index 2f4f969e63c..2d36d7ff45a 100644
Binary files a/sound/vox_fem/code.ogg and b/sound/vox_fem/code.ogg differ
diff --git a/sound/vox_fem/coded.ogg b/sound/vox_fem/coded.ogg
index a82df555807..01dad555a8f 100644
Binary files a/sound/vox_fem/coded.ogg and b/sound/vox_fem/coded.ogg differ
diff --git a/sound/vox_fem/cold.ogg b/sound/vox_fem/cold.ogg
new file mode 100644
index 00000000000..0538fb512a8
Binary files /dev/null and b/sound/vox_fem/cold.ogg differ
diff --git a/sound/vox_fem/collider.ogg b/sound/vox_fem/collider.ogg
index 985d715bffe..0506ff94683 100644
Binary files a/sound/vox_fem/collider.ogg and b/sound/vox_fem/collider.ogg differ
diff --git a/sound/vox_fem/come.ogg b/sound/vox_fem/come.ogg
index d3c414ff984..7f61947ff67 100644
Binary files a/sound/vox_fem/come.ogg and b/sound/vox_fem/come.ogg differ
diff --git a/sound/vox_fem/command.ogg b/sound/vox_fem/command.ogg
index 4461a7f1a40..66370be8a7e 100644
Binary files a/sound/vox_fem/command.ogg and b/sound/vox_fem/command.ogg differ
diff --git a/sound/vox_fem/communication.ogg b/sound/vox_fem/communication.ogg
index 1bdea077e1d..efff5b2168d 100644
Binary files a/sound/vox_fem/communication.ogg and b/sound/vox_fem/communication.ogg differ
diff --git a/sound/vox_fem/complex.ogg b/sound/vox_fem/complex.ogg
index baedb710c99..d1a817f90a1 100644
Binary files a/sound/vox_fem/complex.ogg and b/sound/vox_fem/complex.ogg differ
diff --git a/sound/vox_fem/comply.ogg b/sound/vox_fem/comply.ogg
new file mode 100644
index 00000000000..aa0194054ab
Binary files /dev/null and b/sound/vox_fem/comply.ogg differ
diff --git a/sound/vox_fem/computer.ogg b/sound/vox_fem/computer.ogg
index 9582c594bb9..563c739ec50 100644
Binary files a/sound/vox_fem/computer.ogg and b/sound/vox_fem/computer.ogg differ
diff --git a/sound/vox_fem/condition.ogg b/sound/vox_fem/condition.ogg
index d6467534104..6b70d88b396 100644
Binary files a/sound/vox_fem/condition.ogg and b/sound/vox_fem/condition.ogg differ
diff --git a/sound/vox_fem/condom.ogg b/sound/vox_fem/condom.ogg
new file mode 100644
index 00000000000..9bc1d45997a
Binary files /dev/null and b/sound/vox_fem/condom.ogg differ
diff --git a/sound/vox_fem/confirmed.ogg b/sound/vox_fem/confirmed.ogg
new file mode 100644
index 00000000000..331c31e2187
Binary files /dev/null and b/sound/vox_fem/confirmed.ogg differ
diff --git a/sound/vox_fem/connor.ogg b/sound/vox_fem/connor.ogg
index d151e640d31..a1721dd36fd 100644
Binary files a/sound/vox_fem/connor.ogg and b/sound/vox_fem/connor.ogg differ
diff --git a/sound/vox_fem/console.ogg b/sound/vox_fem/console.ogg
new file mode 100644
index 00000000000..2a9784e2777
Binary files /dev/null and b/sound/vox_fem/console.ogg differ
diff --git a/sound/vox_fem/console2.ogg b/sound/vox_fem/console2.ogg
new file mode 100644
index 00000000000..36cab49dfbc
Binary files /dev/null and b/sound/vox_fem/console2.ogg differ
diff --git a/sound/vox_fem/construct.ogg b/sound/vox_fem/construct.ogg
new file mode 100644
index 00000000000..71026f52920
Binary files /dev/null and b/sound/vox_fem/construct.ogg differ
diff --git a/sound/vox_fem/containment.ogg b/sound/vox_fem/containment.ogg
index 669ab3ebba3..be81333e841 100644
Binary files a/sound/vox_fem/containment.ogg and b/sound/vox_fem/containment.ogg differ
diff --git a/sound/vox_fem/contamination.ogg b/sound/vox_fem/contamination.ogg
index 11dd067ace7..a6544716f16 100644
Binary files a/sound/vox_fem/contamination.ogg and b/sound/vox_fem/contamination.ogg differ
diff --git a/sound/vox_fem/contraband.ogg b/sound/vox_fem/contraband.ogg
index f236049a7cf..8627917f066 100644
Binary files a/sound/vox_fem/contraband.ogg and b/sound/vox_fem/contraband.ogg differ
diff --git a/sound/vox_fem/control.ogg b/sound/vox_fem/control.ogg
index 0074e0ffbb5..23f13913a2a 100644
Binary files a/sound/vox_fem/control.ogg and b/sound/vox_fem/control.ogg differ
diff --git a/sound/vox_fem/cook.ogg b/sound/vox_fem/cook.ogg
new file mode 100644
index 00000000000..59e6bbbc06e
Binary files /dev/null and b/sound/vox_fem/cook.ogg differ
diff --git a/sound/vox_fem/coolant.ogg b/sound/vox_fem/coolant.ogg
index dc4065daee3..b4969ee55d9 100644
Binary files a/sound/vox_fem/coolant.ogg and b/sound/vox_fem/coolant.ogg differ
diff --git a/sound/vox_fem/coomer.ogg b/sound/vox_fem/coomer.ogg
index 4f7f8ca3b94..fb40b8a1c04 100644
Binary files a/sound/vox_fem/coomer.ogg and b/sound/vox_fem/coomer.ogg differ
diff --git a/sound/vox_fem/core.ogg b/sound/vox_fem/core.ogg
index c44383dd591..8641800b904 100644
Binary files a/sound/vox_fem/core.ogg and b/sound/vox_fem/core.ogg differ
diff --git a/sound/vox_fem/corgi.ogg b/sound/vox_fem/corgi.ogg
new file mode 100644
index 00000000000..d21b56d0ae1
Binary files /dev/null and b/sound/vox_fem/corgi.ogg differ
diff --git a/sound/vox_fem/corporation.ogg b/sound/vox_fem/corporation.ogg
new file mode 100644
index 00000000000..31371bd8d69
Binary files /dev/null and b/sound/vox_fem/corporation.ogg differ
diff --git a/sound/vox_fem/correct.ogg b/sound/vox_fem/correct.ogg
index 952bee83563..cab75c93831 100644
Binary files a/sound/vox_fem/correct.ogg and b/sound/vox_fem/correct.ogg differ
diff --git a/sound/vox_fem/corridor.ogg b/sound/vox_fem/corridor.ogg
index 04227fd5d4e..ce8cd73c8ab 100644
Binary files a/sound/vox_fem/corridor.ogg and b/sound/vox_fem/corridor.ogg differ
diff --git a/sound/vox_fem/corridors.ogg b/sound/vox_fem/corridors.ogg
new file mode 100644
index 00000000000..9b2fa887936
Binary files /dev/null and b/sound/vox_fem/corridors.ogg differ
diff --git a/sound/vox_fem/coward.ogg b/sound/vox_fem/coward.ogg
index a343df23f75..020c046e683 100644
Binary files a/sound/vox_fem/coward.ogg and b/sound/vox_fem/coward.ogg differ
diff --git a/sound/vox_fem/cowards.ogg b/sound/vox_fem/cowards.ogg
index f5dac8813c3..6c3ed83ae54 100644
Binary files a/sound/vox_fem/cowards.ogg and b/sound/vox_fem/cowards.ogg differ
diff --git a/sound/vox_fem/crate.ogg b/sound/vox_fem/crate.ogg
new file mode 100644
index 00000000000..4d6fb5772a8
Binary files /dev/null and b/sound/vox_fem/crate.ogg differ
diff --git a/sound/vox_fem/created.ogg b/sound/vox_fem/created.ogg
new file mode 100644
index 00000000000..b5cb976af13
Binary files /dev/null and b/sound/vox_fem/created.ogg differ
diff --git a/sound/vox_fem/creature.ogg b/sound/vox_fem/creature.ogg
new file mode 100644
index 00000000000..14aecf4312c
Binary files /dev/null and b/sound/vox_fem/creature.ogg differ
diff --git a/sound/vox_fem/crew.ogg b/sound/vox_fem/crew.ogg
index 4a886bbfb71..f97e77af781 100644
Binary files a/sound/vox_fem/crew.ogg and b/sound/vox_fem/crew.ogg differ
diff --git a/sound/vox_fem/critical.ogg b/sound/vox_fem/critical.ogg
new file mode 100644
index 00000000000..813df8a5159
Binary files /dev/null and b/sound/vox_fem/critical.ogg differ
diff --git a/sound/vox_fem/cross.ogg b/sound/vox_fem/cross.ogg
index caaeb7057fb..a080b2e9217 100644
Binary files a/sound/vox_fem/cross.ogg and b/sound/vox_fem/cross.ogg differ
diff --git a/sound/vox_fem/cryogenic.ogg b/sound/vox_fem/cryogenic.ogg
index 04624fe5601..c7ef8fe0d2f 100644
Binary files a/sound/vox_fem/cryogenic.ogg and b/sound/vox_fem/cryogenic.ogg differ
diff --git a/sound/vox_fem/crystal.ogg b/sound/vox_fem/crystal.ogg
new file mode 100644
index 00000000000..3945bc141e7
Binary files /dev/null and b/sound/vox_fem/crystal.ogg differ
diff --git a/sound/vox_fem/cult.ogg b/sound/vox_fem/cult.ogg
new file mode 100644
index 00000000000..f5d441ad9eb
Binary files /dev/null and b/sound/vox_fem/cult.ogg differ
diff --git a/sound/vox_fem/cultist.ogg b/sound/vox_fem/cultist.ogg
new file mode 100644
index 00000000000..f9f7fc967c0
Binary files /dev/null and b/sound/vox_fem/cultist.ogg differ
diff --git a/sound/vox_fem/cunt.ogg b/sound/vox_fem/cunt.ogg
index 37abf11e927..1aafad77f80 100644
Binary files a/sound/vox_fem/cunt.ogg and b/sound/vox_fem/cunt.ogg differ
diff --git a/sound/vox_fem/curator.ogg b/sound/vox_fem/curator.ogg
new file mode 100644
index 00000000000..032a83da279
Binary files /dev/null and b/sound/vox_fem/curator.ogg differ
diff --git a/sound/vox_fem/cyborg.ogg b/sound/vox_fem/cyborg.ogg
index 76ea47f7d27..a42d0a8c0d5 100644
Binary files a/sound/vox_fem/cyborg.ogg and b/sound/vox_fem/cyborg.ogg differ
diff --git a/sound/vox_fem/cyborgs.ogg b/sound/vox_fem/cyborgs.ogg
index f05ec68ac08..9aa17057835 100644
Binary files a/sound/vox_fem/cyborgs.ogg and b/sound/vox_fem/cyborgs.ogg differ
diff --git a/sound/vox_fem/d.ogg b/sound/vox_fem/d.ogg
index 55a41320604..d708d41991c 100644
Binary files a/sound/vox_fem/d.ogg and b/sound/vox_fem/d.ogg differ
diff --git a/sound/vox_fem/damage.ogg b/sound/vox_fem/damage.ogg
index 08b44edc4ec..c3eae6ab8d1 100644
Binary files a/sound/vox_fem/damage.ogg and b/sound/vox_fem/damage.ogg differ
diff --git a/sound/vox_fem/damaged.ogg b/sound/vox_fem/damaged.ogg
index dddb8ce9768..321bf85b98d 100644
Binary files a/sound/vox_fem/damaged.ogg and b/sound/vox_fem/damaged.ogg differ
diff --git a/sound/vox_fem/danger.ogg b/sound/vox_fem/danger.ogg
index 4e3f77b0eaf..5fb815418c9 100644
Binary files a/sound/vox_fem/danger.ogg and b/sound/vox_fem/danger.ogg differ
diff --git a/sound/vox_fem/dangerous.ogg b/sound/vox_fem/dangerous.ogg
new file mode 100644
index 00000000000..4274bceac81
Binary files /dev/null and b/sound/vox_fem/dangerous.ogg differ
diff --git a/sound/vox_fem/day.ogg b/sound/vox_fem/day.ogg
index a1ad0c915f3..bcd49a608b2 100644
Binary files a/sound/vox_fem/day.ogg and b/sound/vox_fem/day.ogg differ
diff --git a/sound/vox_fem/deactivated.ogg b/sound/vox_fem/deactivated.ogg
index 9553b60f797..f799206ada3 100644
Binary files a/sound/vox_fem/deactivated.ogg and b/sound/vox_fem/deactivated.ogg differ
diff --git a/sound/vox_fem/dead.ogg b/sound/vox_fem/dead.ogg
new file mode 100644
index 00000000000..ba4ca54e001
Binary files /dev/null and b/sound/vox_fem/dead.ogg differ
diff --git a/sound/vox_fem/death.ogg b/sound/vox_fem/death.ogg
new file mode 100644
index 00000000000..1a37fbd5ed6
Binary files /dev/null and b/sound/vox_fem/death.ogg differ
diff --git a/sound/vox_fem/decompression.ogg b/sound/vox_fem/decompression.ogg
index d6bf99ddf4b..0add62768b6 100644
Binary files a/sound/vox_fem/decompression.ogg and b/sound/vox_fem/decompression.ogg differ
diff --git a/sound/vox_fem/decontamination.ogg b/sound/vox_fem/decontamination.ogg
index 6c2678fea9d..6398fea3c21 100644
Binary files a/sound/vox_fem/decontamination.ogg and b/sound/vox_fem/decontamination.ogg differ
diff --git a/sound/vox_fem/deeoo.ogg b/sound/vox_fem/deeoo.ogg
index 3a8bbd48aee..2af141dfa10 100644
Binary files a/sound/vox_fem/deeoo.ogg and b/sound/vox_fem/deeoo.ogg differ
diff --git a/sound/vox_fem/defense.ogg b/sound/vox_fem/defense.ogg
index fb96cc7cce4..3c53261dd49 100644
Binary files a/sound/vox_fem/defense.ogg and b/sound/vox_fem/defense.ogg differ
diff --git a/sound/vox_fem/degrees.ogg b/sound/vox_fem/degrees.ogg
index cb483e04fb7..845588a84ce 100644
Binary files a/sound/vox_fem/degrees.ogg and b/sound/vox_fem/degrees.ogg differ
diff --git a/sound/vox_fem/delta.ogg b/sound/vox_fem/delta.ogg
index 63cfcbc64c3..9e6e66b41af 100644
Binary files a/sound/vox_fem/delta.ogg and b/sound/vox_fem/delta.ogg differ
diff --git a/sound/vox_fem/demon.ogg b/sound/vox_fem/demon.ogg
new file mode 100644
index 00000000000..f6220c886d5
Binary files /dev/null and b/sound/vox_fem/demon.ogg differ
diff --git a/sound/vox_fem/denied.ogg b/sound/vox_fem/denied.ogg
index b44fc72b8f0..e839c4174f1 100644
Binary files a/sound/vox_fem/denied.ogg and b/sound/vox_fem/denied.ogg differ
diff --git a/sound/vox_fem/departures.ogg b/sound/vox_fem/departures.ogg
new file mode 100644
index 00000000000..22a4cb0490e
Binary files /dev/null and b/sound/vox_fem/departures.ogg differ
diff --git a/sound/vox_fem/deploy.ogg b/sound/vox_fem/deploy.ogg
index 1ff0a0e8625..2af4fc6d557 100644
Binary files a/sound/vox_fem/deploy.ogg and b/sound/vox_fem/deploy.ogg differ
diff --git a/sound/vox_fem/deployed.ogg b/sound/vox_fem/deployed.ogg
index 28bde2e2769..48db9e7e0d3 100644
Binary files a/sound/vox_fem/deployed.ogg and b/sound/vox_fem/deployed.ogg differ
diff --git a/sound/vox_fem/desire.ogg b/sound/vox_fem/desire.ogg
new file mode 100644
index 00000000000..bfb4d7f3d36
Binary files /dev/null and b/sound/vox_fem/desire.ogg differ
diff --git a/sound/vox_fem/desist.ogg b/sound/vox_fem/desist.ogg
new file mode 100644
index 00000000000..59f44f79f70
Binary files /dev/null and b/sound/vox_fem/desist.ogg differ
diff --git a/sound/vox_fem/destroy.ogg b/sound/vox_fem/destroy.ogg
index 924ec152f6e..e71008be95e 100644
Binary files a/sound/vox_fem/destroy.ogg and b/sound/vox_fem/destroy.ogg differ
diff --git a/sound/vox_fem/destroyed.ogg b/sound/vox_fem/destroyed.ogg
index 0cbd8474f99..e4e3627fa61 100644
Binary files a/sound/vox_fem/destroyed.ogg and b/sound/vox_fem/destroyed.ogg differ
diff --git a/sound/vox_fem/destruction.ogg b/sound/vox_fem/destruction.ogg
new file mode 100644
index 00000000000..8512afedf13
Binary files /dev/null and b/sound/vox_fem/destruction.ogg differ
diff --git a/sound/vox_fem/detain.ogg b/sound/vox_fem/detain.ogg
index 3391f7f859b..353884e5aeb 100644
Binary files a/sound/vox_fem/detain.ogg and b/sound/vox_fem/detain.ogg differ
diff --git a/sound/vox_fem/detected.ogg b/sound/vox_fem/detected.ogg
index b308ce59c97..b29f19c5bc5 100644
Binary files a/sound/vox_fem/detected.ogg and b/sound/vox_fem/detected.ogg differ
diff --git a/sound/vox_fem/detective.ogg b/sound/vox_fem/detective.ogg
new file mode 100644
index 00000000000..ca8dca481c8
Binary files /dev/null and b/sound/vox_fem/detective.ogg differ
diff --git a/sound/vox_fem/detonation.ogg b/sound/vox_fem/detonation.ogg
index 835111b1d7d..afe0027d5a1 100644
Binary files a/sound/vox_fem/detonation.ogg and b/sound/vox_fem/detonation.ogg differ
diff --git a/sound/vox_fem/device.ogg b/sound/vox_fem/device.ogg
index a08e6c3f443..d44d322bdd2 100644
Binary files a/sound/vox_fem/device.ogg and b/sound/vox_fem/device.ogg differ
diff --git a/sound/vox_fem/devil.ogg b/sound/vox_fem/devil.ogg
new file mode 100644
index 00000000000..8e1f2618ff1
Binary files /dev/null and b/sound/vox_fem/devil.ogg differ
diff --git a/sound/vox_fem/did.ogg b/sound/vox_fem/did.ogg
index 3af6acb99ed..d73d2c7e23f 100644
Binary files a/sound/vox_fem/did.ogg and b/sound/vox_fem/did.ogg differ
diff --git a/sound/vox_fem/die.ogg b/sound/vox_fem/die.ogg
index 602cc083ca7..1d0e885825b 100644
Binary files a/sound/vox_fem/die.ogg and b/sound/vox_fem/die.ogg differ
diff --git a/sound/vox_fem/dimensional.ogg b/sound/vox_fem/dimensional.ogg
index 175bfe01074..0779d44d311 100644
Binary files a/sound/vox_fem/dimensional.ogg and b/sound/vox_fem/dimensional.ogg differ
diff --git a/sound/vox_fem/dioxide.ogg b/sound/vox_fem/dioxide.ogg
new file mode 100644
index 00000000000..31686aee67a
Binary files /dev/null and b/sound/vox_fem/dioxide.ogg differ
diff --git a/sound/vox_fem/director.ogg b/sound/vox_fem/director.ogg
new file mode 100644
index 00000000000..26937c78351
Binary files /dev/null and b/sound/vox_fem/director.ogg differ
diff --git a/sound/vox_fem/dirt.ogg b/sound/vox_fem/dirt.ogg
index 39cc18c6163..0c20d472b42 100644
Binary files a/sound/vox_fem/dirt.ogg and b/sound/vox_fem/dirt.ogg differ
diff --git a/sound/vox_fem/disabled.ogg b/sound/vox_fem/disabled.ogg
new file mode 100644
index 00000000000..e9a53794c84
Binary files /dev/null and b/sound/vox_fem/disabled.ogg differ
diff --git a/sound/vox_fem/disease.ogg b/sound/vox_fem/disease.ogg
new file mode 100644
index 00000000000..dd49df12363
Binary files /dev/null and b/sound/vox_fem/disease.ogg differ
diff --git a/sound/vox_fem/disengaged.ogg b/sound/vox_fem/disengaged.ogg
index 906350fd67b..beb57e639b3 100644
Binary files a/sound/vox_fem/disengaged.ogg and b/sound/vox_fem/disengaged.ogg differ
diff --git a/sound/vox_fem/dish.ogg b/sound/vox_fem/dish.ogg
index 5dd123050fb..61ace0be59a 100644
Binary files a/sound/vox_fem/dish.ogg and b/sound/vox_fem/dish.ogg differ
diff --git a/sound/vox_fem/disk.ogg b/sound/vox_fem/disk.ogg
new file mode 100644
index 00000000000..849487f4ef6
Binary files /dev/null and b/sound/vox_fem/disk.ogg differ
diff --git a/sound/vox_fem/disposal.ogg b/sound/vox_fem/disposal.ogg
index 25331eeaf2a..5306720089b 100644
Binary files a/sound/vox_fem/disposal.ogg and b/sound/vox_fem/disposal.ogg differ
diff --git a/sound/vox_fem/distance.ogg b/sound/vox_fem/distance.ogg
index a663a6386b4..fc66bc93f7d 100644
Binary files a/sound/vox_fem/distance.ogg and b/sound/vox_fem/distance.ogg differ
diff --git a/sound/vox_fem/distortion.ogg b/sound/vox_fem/distortion.ogg
index 825cc558163..8208ca347c0 100644
Binary files a/sound/vox_fem/distortion.ogg and b/sound/vox_fem/distortion.ogg differ
diff --git a/sound/vox_fem/do.ogg b/sound/vox_fem/do.ogg
index 6ac7099d0bf..0add3672c3d 100644
Binary files a/sound/vox_fem/do.ogg and b/sound/vox_fem/do.ogg differ
diff --git a/sound/vox_fem/doctor.ogg b/sound/vox_fem/doctor.ogg
index a0736050219..e4ec1448947 100644
Binary files a/sound/vox_fem/doctor.ogg and b/sound/vox_fem/doctor.ogg differ
diff --git a/sound/vox_fem/dog.ogg b/sound/vox_fem/dog.ogg
new file mode 100644
index 00000000000..55a15810e50
Binary files /dev/null and b/sound/vox_fem/dog.ogg differ
diff --git a/sound/vox_fem/doomsday.ogg b/sound/vox_fem/doomsday.ogg
new file mode 100644
index 00000000000..c682fa23f81
Binary files /dev/null and b/sound/vox_fem/doomsday.ogg differ
diff --git a/sound/vox_fem/doop.ogg b/sound/vox_fem/doop.ogg
new file mode 100644
index 00000000000..34f653f12d6
Binary files /dev/null and b/sound/vox_fem/doop.ogg differ
diff --git a/sound/vox_fem/door.ogg b/sound/vox_fem/door.ogg
index 4d93d28cd85..d6c9bdf0473 100644
Binary files a/sound/vox_fem/door.ogg and b/sound/vox_fem/door.ogg differ
diff --git a/sound/vox_fem/dormitory.ogg b/sound/vox_fem/dormitory.ogg
new file mode 100644
index 00000000000..89f7104d538
Binary files /dev/null and b/sound/vox_fem/dormitory.ogg differ
diff --git a/sound/vox_fem/dot.ogg b/sound/vox_fem/dot.ogg
new file mode 100644
index 00000000000..bd8d47b6598
Binary files /dev/null and b/sound/vox_fem/dot.ogg differ
diff --git a/sound/vox_fem/down.ogg b/sound/vox_fem/down.ogg
index c6a69398b28..b34a0969595 100644
Binary files a/sound/vox_fem/down.ogg and b/sound/vox_fem/down.ogg differ
diff --git a/sound/vox_fem/drone.ogg b/sound/vox_fem/drone.ogg
new file mode 100644
index 00000000000..d58a86ccea3
Binary files /dev/null and b/sound/vox_fem/drone.ogg differ
diff --git a/sound/vox_fem/dual.ogg b/sound/vox_fem/dual.ogg
index 291c5eca450..539d7dcfdcb 100644
Binary files a/sound/vox_fem/dual.ogg and b/sound/vox_fem/dual.ogg differ
diff --git a/sound/vox_fem/duct.ogg b/sound/vox_fem/duct.ogg
index 04309950649..cae11fcc369 100644
Binary files a/sound/vox_fem/duct.ogg and b/sound/vox_fem/duct.ogg differ
diff --git a/sound/vox_fem/e.ogg b/sound/vox_fem/e.ogg
index 7a9af66368a..23712e56cd4 100644
Binary files a/sound/vox_fem/e.ogg and b/sound/vox_fem/e.ogg differ
diff --git a/sound/vox_fem/east.ogg b/sound/vox_fem/east.ogg
index 6034fcc6412..c3df2851d2b 100644
Binary files a/sound/vox_fem/east.ogg and b/sound/vox_fem/east.ogg differ
diff --git a/sound/vox_fem/echo.ogg b/sound/vox_fem/echo.ogg
index 6bbf45589f3..0cf14ffbda7 100644
Binary files a/sound/vox_fem/echo.ogg and b/sound/vox_fem/echo.ogg differ
diff --git a/sound/vox_fem/ed.ogg b/sound/vox_fem/ed.ogg
index e4bb08f3e8b..911901c2a05 100644
Binary files a/sound/vox_fem/ed.ogg and b/sound/vox_fem/ed.ogg differ
diff --git a/sound/vox_fem/effect.ogg b/sound/vox_fem/effect.ogg
index 5c60751cf3c..b17d6ec7e34 100644
Binary files a/sound/vox_fem/effect.ogg and b/sound/vox_fem/effect.ogg differ
diff --git a/sound/vox_fem/egress.ogg b/sound/vox_fem/egress.ogg
index b7b6a29d0d5..daab242620e 100644
Binary files a/sound/vox_fem/egress.ogg and b/sound/vox_fem/egress.ogg differ
diff --git a/sound/vox_fem/eight.ogg b/sound/vox_fem/eight.ogg
index ecf7111a42e..11695053eed 100644
Binary files a/sound/vox_fem/eight.ogg and b/sound/vox_fem/eight.ogg differ
diff --git a/sound/vox_fem/eighteen.ogg b/sound/vox_fem/eighteen.ogg
index b9c239faf62..e5778706f31 100644
Binary files a/sound/vox_fem/eighteen.ogg and b/sound/vox_fem/eighteen.ogg differ
diff --git a/sound/vox_fem/eighty.ogg b/sound/vox_fem/eighty.ogg
index c9b2f0ac5f8..2849238266f 100644
Binary files a/sound/vox_fem/eighty.ogg and b/sound/vox_fem/eighty.ogg differ
diff --git a/sound/vox_fem/electric.ogg b/sound/vox_fem/electric.ogg
index 58788723d23..fa8b62db799 100644
Binary files a/sound/vox_fem/electric.ogg and b/sound/vox_fem/electric.ogg differ
diff --git a/sound/vox_fem/electromagnetic.ogg b/sound/vox_fem/electromagnetic.ogg
index bec4c9d2f90..022f00cd14f 100644
Binary files a/sound/vox_fem/electromagnetic.ogg and b/sound/vox_fem/electromagnetic.ogg differ
diff --git a/sound/vox_fem/elevator.ogg b/sound/vox_fem/elevator.ogg
index d4383ba9089..97e68b7662c 100644
Binary files a/sound/vox_fem/elevator.ogg and b/sound/vox_fem/elevator.ogg differ
diff --git a/sound/vox_fem/eleven.ogg b/sound/vox_fem/eleven.ogg
index ea38113247a..08c8c0e644d 100644
Binary files a/sound/vox_fem/eleven.ogg and b/sound/vox_fem/eleven.ogg differ
diff --git a/sound/vox_fem/eliminate.ogg b/sound/vox_fem/eliminate.ogg
index 1e2bc8cc658..11b9552292d 100644
Binary files a/sound/vox_fem/eliminate.ogg and b/sound/vox_fem/eliminate.ogg differ
diff --git a/sound/vox_fem/emergency.ogg b/sound/vox_fem/emergency.ogg
index 5289a375caa..d89f2f342db 100644
Binary files a/sound/vox_fem/emergency.ogg and b/sound/vox_fem/emergency.ogg differ
diff --git a/sound/vox_fem/enabled.ogg b/sound/vox_fem/enabled.ogg
new file mode 100644
index 00000000000..7a377221d02
Binary files /dev/null and b/sound/vox_fem/enabled.ogg differ
diff --git a/sound/vox_fem/energy.ogg b/sound/vox_fem/energy.ogg
index d0e52f084b0..3887a11bd6f 100644
Binary files a/sound/vox_fem/energy.ogg and b/sound/vox_fem/energy.ogg differ
diff --git a/sound/vox_fem/engage.ogg b/sound/vox_fem/engage.ogg
index ee7d2112b87..66f17507a03 100644
Binary files a/sound/vox_fem/engage.ogg and b/sound/vox_fem/engage.ogg differ
diff --git a/sound/vox_fem/engaged.ogg b/sound/vox_fem/engaged.ogg
index 358d13f1061..6f625ed8125 100644
Binary files a/sound/vox_fem/engaged.ogg and b/sound/vox_fem/engaged.ogg differ
diff --git a/sound/vox_fem/engine.ogg b/sound/vox_fem/engine.ogg
index 1936b115cc1..267179cb7a5 100644
Binary files a/sound/vox_fem/engine.ogg and b/sound/vox_fem/engine.ogg differ
diff --git a/sound/vox_fem/engineer.ogg b/sound/vox_fem/engineer.ogg
new file mode 100644
index 00000000000..5b1761013a4
Binary files /dev/null and b/sound/vox_fem/engineer.ogg differ
diff --git a/sound/vox_fem/engineering.ogg b/sound/vox_fem/engineering.ogg
new file mode 100644
index 00000000000..821060a7b6d
Binary files /dev/null and b/sound/vox_fem/engineering.ogg differ
diff --git a/sound/vox_fem/enter.ogg b/sound/vox_fem/enter.ogg
index 93d796ca9c0..072d98b3442 100644
Binary files a/sound/vox_fem/enter.ogg and b/sound/vox_fem/enter.ogg differ
diff --git a/sound/vox_fem/entity.ogg b/sound/vox_fem/entity.ogg
new file mode 100644
index 00000000000..40b2f1d803d
Binary files /dev/null and b/sound/vox_fem/entity.ogg differ
diff --git a/sound/vox_fem/entry.ogg b/sound/vox_fem/entry.ogg
index a11ed9be4ec..bb42ea6cf98 100644
Binary files a/sound/vox_fem/entry.ogg and b/sound/vox_fem/entry.ogg differ
diff --git a/sound/vox_fem/environment.ogg b/sound/vox_fem/environment.ogg
index 02a2a172cf1..c2bfc9163fd 100644
Binary files a/sound/vox_fem/environment.ogg and b/sound/vox_fem/environment.ogg differ
diff --git a/sound/vox_fem/epic.ogg b/sound/vox_fem/epic.ogg
new file mode 100644
index 00000000000..461c72652d2
Binary files /dev/null and b/sound/vox_fem/epic.ogg differ
diff --git a/sound/vox_fem/equipment.ogg b/sound/vox_fem/equipment.ogg
new file mode 100644
index 00000000000..224b7b232d5
Binary files /dev/null and b/sound/vox_fem/equipment.ogg differ
diff --git a/sound/vox_fem/error.ogg b/sound/vox_fem/error.ogg
index 44c45e4a99b..6dab23ef3b0 100644
Binary files a/sound/vox_fem/error.ogg and b/sound/vox_fem/error.ogg differ
diff --git a/sound/vox_fem/escape.ogg b/sound/vox_fem/escape.ogg
index 5567566d5ae..d1e8195d816 100644
Binary files a/sound/vox_fem/escape.ogg and b/sound/vox_fem/escape.ogg differ
diff --git a/sound/vox_fem/eva.ogg b/sound/vox_fem/eva.ogg
new file mode 100644
index 00000000000..55deb8df427
Binary files /dev/null and b/sound/vox_fem/eva.ogg differ
diff --git a/sound/vox_fem/evacuate.ogg b/sound/vox_fem/evacuate.ogg
index 929f5514a3b..a0d8b2105b3 100644
Binary files a/sound/vox_fem/evacuate.ogg and b/sound/vox_fem/evacuate.ogg differ
diff --git a/sound/vox_fem/exchange.ogg b/sound/vox_fem/exchange.ogg
index 844fd8e7bbe..9b2a5b2dbb2 100644
Binary files a/sound/vox_fem/exchange.ogg and b/sound/vox_fem/exchange.ogg differ
diff --git a/sound/vox_fem/exit.ogg b/sound/vox_fem/exit.ogg
index 7a6f5048870..38649506b53 100644
Binary files a/sound/vox_fem/exit.ogg and b/sound/vox_fem/exit.ogg differ
diff --git a/sound/vox_fem/expect.ogg b/sound/vox_fem/expect.ogg
index e02d7913169..4489c61cf6d 100644
Binary files a/sound/vox_fem/expect.ogg and b/sound/vox_fem/expect.ogg differ
diff --git a/sound/vox_fem/experiment.ogg b/sound/vox_fem/experiment.ogg
index 7937c16d4d3..6a091111149 100644
Binary files a/sound/vox_fem/experiment.ogg and b/sound/vox_fem/experiment.ogg differ
diff --git a/sound/vox_fem/experimental.ogg b/sound/vox_fem/experimental.ogg
index d9b1312603e..689168a4132 100644
Binary files a/sound/vox_fem/experimental.ogg and b/sound/vox_fem/experimental.ogg differ
diff --git a/sound/vox_fem/explode.ogg b/sound/vox_fem/explode.ogg
index ad026fe0038..4ae77dcca31 100644
Binary files a/sound/vox_fem/explode.ogg and b/sound/vox_fem/explode.ogg differ
diff --git a/sound/vox_fem/explosion.ogg b/sound/vox_fem/explosion.ogg
index 717f55ad63a..4e94d50cc01 100644
Binary files a/sound/vox_fem/explosion.ogg and b/sound/vox_fem/explosion.ogg differ
diff --git a/sound/vox_fem/explosive.ogg b/sound/vox_fem/explosive.ogg
new file mode 100644
index 00000000000..a0113ee760b
Binary files /dev/null and b/sound/vox_fem/explosive.ogg differ
diff --git a/sound/vox_fem/exposure.ogg b/sound/vox_fem/exposure.ogg
index c10c8a621da..6f7bf4bea2a 100644
Binary files a/sound/vox_fem/exposure.ogg and b/sound/vox_fem/exposure.ogg differ
diff --git a/sound/vox_fem/exterminate.ogg b/sound/vox_fem/exterminate.ogg
index 476f16484f5..6068cd0f88d 100644
Binary files a/sound/vox_fem/exterminate.ogg and b/sound/vox_fem/exterminate.ogg differ
diff --git a/sound/vox_fem/extinguish.ogg b/sound/vox_fem/extinguish.ogg
index 184541bf630..b20db6dab69 100644
Binary files a/sound/vox_fem/extinguish.ogg and b/sound/vox_fem/extinguish.ogg differ
diff --git a/sound/vox_fem/extinguisher.ogg b/sound/vox_fem/extinguisher.ogg
index 53afe9584ba..21dd46ff0d8 100644
Binary files a/sound/vox_fem/extinguisher.ogg and b/sound/vox_fem/extinguisher.ogg differ
diff --git a/sound/vox_fem/extreme.ogg b/sound/vox_fem/extreme.ogg
index 73bd6d769fa..21b4f4f1ff6 100644
Binary files a/sound/vox_fem/extreme.ogg and b/sound/vox_fem/extreme.ogg differ
diff --git a/sound/vox_fem/f.ogg b/sound/vox_fem/f.ogg
index edf6d8aa2ed..b6d85c14c7c 100644
Binary files a/sound/vox_fem/f.ogg and b/sound/vox_fem/f.ogg differ
diff --git a/sound/vox_fem/facility.ogg b/sound/vox_fem/facility.ogg
index a9a6992ee9e..3d9016157ab 100644
Binary files a/sound/vox_fem/facility.ogg and b/sound/vox_fem/facility.ogg differ
diff --git a/sound/vox_fem/factory.ogg b/sound/vox_fem/factory.ogg
new file mode 100644
index 00000000000..33cf90dc581
Binary files /dev/null and b/sound/vox_fem/factory.ogg differ
diff --git a/sound/vox_fem/fahrenheit.ogg b/sound/vox_fem/fahrenheit.ogg
index 5a49a31a29e..6c3df93befa 100644
Binary files a/sound/vox_fem/fahrenheit.ogg and b/sound/vox_fem/fahrenheit.ogg differ
diff --git a/sound/vox_fem/failed.ogg b/sound/vox_fem/failed.ogg
index 1914ade3c4e..d0dcfeb88f0 100644
Binary files a/sound/vox_fem/failed.ogg and b/sound/vox_fem/failed.ogg differ
diff --git a/sound/vox_fem/failure.ogg b/sound/vox_fem/failure.ogg
index 352bce6e45a..955e757888f 100644
Binary files a/sound/vox_fem/failure.ogg and b/sound/vox_fem/failure.ogg differ
diff --git a/sound/vox_fem/false.ogg b/sound/vox_fem/false.ogg
new file mode 100644
index 00000000000..664215f9486
Binary files /dev/null and b/sound/vox_fem/false.ogg differ
diff --git a/sound/vox_fem/farthest.ogg b/sound/vox_fem/farthest.ogg
index 74216b9a2e1..e5c43372265 100644
Binary files a/sound/vox_fem/farthest.ogg and b/sound/vox_fem/farthest.ogg differ
diff --git a/sound/vox_fem/fast.ogg b/sound/vox_fem/fast.ogg
index 80f7468142c..802a6d165e4 100644
Binary files a/sound/vox_fem/fast.ogg and b/sound/vox_fem/fast.ogg differ
diff --git a/sound/vox_fem/fauna.ogg b/sound/vox_fem/fauna.ogg
new file mode 100644
index 00000000000..14972097c1c
Binary files /dev/null and b/sound/vox_fem/fauna.ogg differ
diff --git a/sound/vox_fem/feet.ogg b/sound/vox_fem/feet.ogg
index b94c99517cd..bdc3c783b21 100644
Binary files a/sound/vox_fem/feet.ogg and b/sound/vox_fem/feet.ogg differ
diff --git a/sound/vox_fem/field.ogg b/sound/vox_fem/field.ogg
index 89cc50ea826..80c4e1f02e5 100644
Binary files a/sound/vox_fem/field.ogg and b/sound/vox_fem/field.ogg differ
diff --git a/sound/vox_fem/fifteen.ogg b/sound/vox_fem/fifteen.ogg
index 0343d6b3ffe..8a77f21ab34 100644
Binary files a/sound/vox_fem/fifteen.ogg and b/sound/vox_fem/fifteen.ogg differ
diff --git a/sound/vox_fem/fifth.ogg b/sound/vox_fem/fifth.ogg
index b8255dad441..536592e78bf 100644
Binary files a/sound/vox_fem/fifth.ogg and b/sound/vox_fem/fifth.ogg differ
diff --git a/sound/vox_fem/fifty.ogg b/sound/vox_fem/fifty.ogg
index b71757c7c11..25545b950c0 100644
Binary files a/sound/vox_fem/fifty.ogg and b/sound/vox_fem/fifty.ogg differ
diff --git a/sound/vox_fem/final.ogg b/sound/vox_fem/final.ogg
index d1dc9e44ec1..6dbc6507cc9 100644
Binary files a/sound/vox_fem/final.ogg and b/sound/vox_fem/final.ogg differ
diff --git a/sound/vox_fem/fine.ogg b/sound/vox_fem/fine.ogg
index 4737c4259a8..f791d94f2bb 100644
Binary files a/sound/vox_fem/fine.ogg and b/sound/vox_fem/fine.ogg differ
diff --git a/sound/vox_fem/fire.ogg b/sound/vox_fem/fire.ogg
index db52a769179..b4324132239 100644
Binary files a/sound/vox_fem/fire.ogg and b/sound/vox_fem/fire.ogg differ
diff --git a/sound/vox_fem/first.ogg b/sound/vox_fem/first.ogg
index 9ef771b1671..2e5e035c5b9 100644
Binary files a/sound/vox_fem/first.ogg and b/sound/vox_fem/first.ogg differ
diff --git a/sound/vox_fem/five.ogg b/sound/vox_fem/five.ogg
index 014b7d4251e..4718bda670f 100644
Binary files a/sound/vox_fem/five.ogg and b/sound/vox_fem/five.ogg differ
diff --git a/sound/vox_fem/fix.ogg b/sound/vox_fem/fix.ogg
new file mode 100644
index 00000000000..ac318fcfeee
Binary files /dev/null and b/sound/vox_fem/fix.ogg differ
diff --git a/sound/vox_fem/flooding.ogg b/sound/vox_fem/flooding.ogg
index a1019a56b99..d9e14b65262 100644
Binary files a/sound/vox_fem/flooding.ogg and b/sound/vox_fem/flooding.ogg differ
diff --git a/sound/vox_fem/floor.ogg b/sound/vox_fem/floor.ogg
index d5d501d4756..68a86a3fbe0 100644
Binary files a/sound/vox_fem/floor.ogg and b/sound/vox_fem/floor.ogg differ
diff --git a/sound/vox_fem/flyman.ogg b/sound/vox_fem/flyman.ogg
new file mode 100644
index 00000000000..5d8b9ce20af
Binary files /dev/null and b/sound/vox_fem/flyman.ogg differ
diff --git a/sound/vox_fem/fool.ogg b/sound/vox_fem/fool.ogg
index 6b3f5e0fa32..703d3b846a2 100644
Binary files a/sound/vox_fem/fool.ogg and b/sound/vox_fem/fool.ogg differ
diff --git a/sound/vox_fem/for.ogg b/sound/vox_fem/for.ogg
index eaf89e5f782..097242e42ba 100644
Binary files a/sound/vox_fem/for.ogg and b/sound/vox_fem/for.ogg differ
diff --git a/sound/vox_fem/forbidden.ogg b/sound/vox_fem/forbidden.ogg
index 4f5fc36bbe7..f87e9584ab5 100644
Binary files a/sound/vox_fem/forbidden.ogg and b/sound/vox_fem/forbidden.ogg differ
diff --git a/sound/vox_fem/force.ogg b/sound/vox_fem/force.ogg
index 575ffb613ed..ff0c380a4d8 100644
Binary files a/sound/vox_fem/force.ogg and b/sound/vox_fem/force.ogg differ
diff --git a/sound/vox_fem/fore.ogg b/sound/vox_fem/fore.ogg
index 61f995103b8..1257ff7b212 100644
Binary files a/sound/vox_fem/fore.ogg and b/sound/vox_fem/fore.ogg differ
diff --git a/sound/vox_fem/form.ogg b/sound/vox_fem/form.ogg
new file mode 100644
index 00000000000..35a89f3435c
Binary files /dev/null and b/sound/vox_fem/form.ogg differ
diff --git a/sound/vox_fem/formed.ogg b/sound/vox_fem/formed.ogg
new file mode 100644
index 00000000000..abb791a9d6a
Binary files /dev/null and b/sound/vox_fem/formed.ogg differ
diff --git a/sound/vox_fem/forms.ogg b/sound/vox_fem/forms.ogg
index 2de5796c8d0..c3cd6bfd6c4 100644
Binary files a/sound/vox_fem/forms.ogg and b/sound/vox_fem/forms.ogg differ
diff --git a/sound/vox_fem/found.ogg b/sound/vox_fem/found.ogg
index e6ff55b2421..6cde24b793b 100644
Binary files a/sound/vox_fem/found.ogg and b/sound/vox_fem/found.ogg differ
diff --git a/sound/vox_fem/four.ogg b/sound/vox_fem/four.ogg
index a7f16e38ec3..1d92ce099b7 100644
Binary files a/sound/vox_fem/four.ogg and b/sound/vox_fem/four.ogg differ
diff --git a/sound/vox_fem/fourteen.ogg b/sound/vox_fem/fourteen.ogg
index 268b18abf95..5b8ada96847 100644
Binary files a/sound/vox_fem/fourteen.ogg and b/sound/vox_fem/fourteen.ogg differ
diff --git a/sound/vox_fem/fourth.ogg b/sound/vox_fem/fourth.ogg
index 5c867743b5c..39d79cab3a9 100644
Binary files a/sound/vox_fem/fourth.ogg and b/sound/vox_fem/fourth.ogg differ
diff --git a/sound/vox_fem/fourty.ogg b/sound/vox_fem/fourty.ogg
index 5280d49b2fb..988dd491928 100644
Binary files a/sound/vox_fem/fourty.ogg and b/sound/vox_fem/fourty.ogg differ
diff --git a/sound/vox_fem/foxtrot.ogg b/sound/vox_fem/foxtrot.ogg
index 4f64b89c489..737e87c8c7e 100644
Binary files a/sound/vox_fem/foxtrot.ogg and b/sound/vox_fem/foxtrot.ogg differ
diff --git a/sound/vox_fem/free.ogg b/sound/vox_fem/free.ogg
new file mode 100644
index 00000000000..2a897ee44ac
Binary files /dev/null and b/sound/vox_fem/free.ogg differ
diff --git a/sound/vox_fem/freeman.ogg b/sound/vox_fem/freeman.ogg
index e94c55fbf21..632ea4cc7ce 100644
Binary files a/sound/vox_fem/freeman.ogg and b/sound/vox_fem/freeman.ogg differ
diff --git a/sound/vox_fem/freezer.ogg b/sound/vox_fem/freezer.ogg
index f2f5362b3ed..a4ca8904231 100644
Binary files a/sound/vox_fem/freezer.ogg and b/sound/vox_fem/freezer.ogg differ
diff --git a/sound/vox_fem/freezing.ogg b/sound/vox_fem/freezing.ogg
new file mode 100644
index 00000000000..95ae8c50058
Binary files /dev/null and b/sound/vox_fem/freezing.ogg differ
diff --git a/sound/vox_fem/from.ogg b/sound/vox_fem/from.ogg
index eacf7a7c01c..f2087b873a4 100644
Binary files a/sound/vox_fem/from.ogg and b/sound/vox_fem/from.ogg differ
diff --git a/sound/vox_fem/front.ogg b/sound/vox_fem/front.ogg
index 748d021e33d..92e2877f9bc 100644
Binary files a/sound/vox_fem/front.ogg and b/sound/vox_fem/front.ogg differ
diff --git a/sound/vox_fem/fuck.ogg b/sound/vox_fem/fuck.ogg
index adc5e48c9ff..83b80edb394 100644
Binary files a/sound/vox_fem/fuck.ogg and b/sound/vox_fem/fuck.ogg differ
diff --git a/sound/vox_fem/fucking.ogg b/sound/vox_fem/fucking.ogg
index 1c877c01298..de3f4db4e31 100644
Binary files a/sound/vox_fem/fucking.ogg and b/sound/vox_fem/fucking.ogg differ
diff --git a/sound/vox_fem/fucks.ogg b/sound/vox_fem/fucks.ogg
index 2b4c0102655..8b42d553afa 100644
Binary files a/sound/vox_fem/fucks.ogg and b/sound/vox_fem/fucks.ogg differ
diff --git a/sound/vox_fem/fuel.ogg b/sound/vox_fem/fuel.ogg
index 3604ce4c913..a05fe4b858f 100644
Binary files a/sound/vox_fem/fuel.ogg and b/sound/vox_fem/fuel.ogg differ
diff --git a/sound/vox_fem/g.ogg b/sound/vox_fem/g.ogg
index fccf3f566ad..b94600a58de 100644
Binary files a/sound/vox_fem/g.ogg and b/sound/vox_fem/g.ogg differ
diff --git a/sound/vox_fem/gas.ogg b/sound/vox_fem/gas.ogg
index a65a8b11b0b..acf3608421e 100644
Binary files a/sound/vox_fem/gas.ogg and b/sound/vox_fem/gas.ogg differ
diff --git a/sound/vox_fem/generator.ogg b/sound/vox_fem/generator.ogg
new file mode 100644
index 00000000000..e1573884d87
Binary files /dev/null and b/sound/vox_fem/generator.ogg differ
diff --git a/sound/vox_fem/geneticist.ogg b/sound/vox_fem/geneticist.ogg
new file mode 100644
index 00000000000..d74a5cc248b
Binary files /dev/null and b/sound/vox_fem/geneticist.ogg differ
diff --git a/sound/vox_fem/get.ogg b/sound/vox_fem/get.ogg
index 9ae01e8c997..aab39941194 100644
Binary files a/sound/vox_fem/get.ogg and b/sound/vox_fem/get.ogg differ
diff --git a/sound/vox_fem/glory.ogg b/sound/vox_fem/glory.ogg
index 4bf9738844f..533be3c4b13 100644
Binary files a/sound/vox_fem/glory.ogg and b/sound/vox_fem/glory.ogg differ
diff --git a/sound/vox_fem/go.ogg b/sound/vox_fem/go.ogg
index e8ace3d943a..a053330358c 100644
Binary files a/sound/vox_fem/go.ogg and b/sound/vox_fem/go.ogg differ
diff --git a/sound/vox_fem/god.ogg b/sound/vox_fem/god.ogg
new file mode 100644
index 00000000000..c13b29aa372
Binary files /dev/null and b/sound/vox_fem/god.ogg differ
diff --git a/sound/vox_fem/going.ogg b/sound/vox_fem/going.ogg
index 3f21184de93..1084b391325 100644
Binary files a/sound/vox_fem/going.ogg and b/sound/vox_fem/going.ogg differ
diff --git a/sound/vox_fem/golem.ogg b/sound/vox_fem/golem.ogg
new file mode 100644
index 00000000000..9ac3a8ca455
Binary files /dev/null and b/sound/vox_fem/golem.ogg differ
diff --git a/sound/vox_fem/good.ogg b/sound/vox_fem/good.ogg
index 63760754d50..30df3b967f9 100644
Binary files a/sound/vox_fem/good.ogg and b/sound/vox_fem/good.ogg differ
diff --git a/sound/vox_fem/goodbye.ogg b/sound/vox_fem/goodbye.ogg
index 9be827d7a47..2a16f6bc2a9 100644
Binary files a/sound/vox_fem/goodbye.ogg and b/sound/vox_fem/goodbye.ogg differ
diff --git a/sound/vox_fem/gordon.ogg b/sound/vox_fem/gordon.ogg
index 586f15063df..8b5d9b82673 100644
Binary files a/sound/vox_fem/gordon.ogg and b/sound/vox_fem/gordon.ogg differ
diff --git a/sound/vox_fem/got.ogg b/sound/vox_fem/got.ogg
index 893e9a15697..c8e34f7590a 100644
Binary files a/sound/vox_fem/got.ogg and b/sound/vox_fem/got.ogg differ
diff --git a/sound/vox_fem/government.ogg b/sound/vox_fem/government.ogg
index 581e92c9184..a1cab065251 100644
Binary files a/sound/vox_fem/government.ogg and b/sound/vox_fem/government.ogg differ
diff --git a/sound/vox_fem/granted.ogg b/sound/vox_fem/granted.ogg
index f7d73456073..457dddda10a 100644
Binary files a/sound/vox_fem/granted.ogg and b/sound/vox_fem/granted.ogg differ
diff --git a/sound/vox_fem/gravity.ogg b/sound/vox_fem/gravity.ogg
new file mode 100644
index 00000000000..ca23eee8bd9
Binary files /dev/null and b/sound/vox_fem/gravity.ogg differ
diff --git a/sound/vox_fem/gray.ogg b/sound/vox_fem/gray.ogg
index 11e2e143f29..6efbc31c1a1 100644
Binary files a/sound/vox_fem/gray.ogg and b/sound/vox_fem/gray.ogg differ
diff --git a/sound/vox_fem/great.ogg b/sound/vox_fem/great.ogg
index b88d5eb40d4..4cefc28f4d9 100644
Binary files a/sound/vox_fem/great.ogg and b/sound/vox_fem/great.ogg differ
diff --git a/sound/vox_fem/green.ogg b/sound/vox_fem/green.ogg
index 45d82c59c92..cb30e04b3fd 100644
Binary files a/sound/vox_fem/green.ogg and b/sound/vox_fem/green.ogg differ
diff --git a/sound/vox_fem/grenade.ogg b/sound/vox_fem/grenade.ogg
index de9050bc91c..dfa8f1c6709 100644
Binary files a/sound/vox_fem/grenade.ogg and b/sound/vox_fem/grenade.ogg differ
diff --git a/sound/vox_fem/guard.ogg b/sound/vox_fem/guard.ogg
index 1fc69a3499a..223042652bf 100644
Binary files a/sound/vox_fem/guard.ogg and b/sound/vox_fem/guard.ogg differ
diff --git a/sound/vox_fem/gulf.ogg b/sound/vox_fem/gulf.ogg
index 0237ae19c05..e4e750d228c 100644
Binary files a/sound/vox_fem/gulf.ogg and b/sound/vox_fem/gulf.ogg differ
diff --git a/sound/vox_fem/gun.ogg b/sound/vox_fem/gun.ogg
index 7d2195b4c5d..af149660f00 100644
Binary files a/sound/vox_fem/gun.ogg and b/sound/vox_fem/gun.ogg differ
diff --git a/sound/vox_fem/guthrie.ogg b/sound/vox_fem/guthrie.ogg
index 1b7e5b6ae47..1696df1f631 100644
Binary files a/sound/vox_fem/guthrie.ogg and b/sound/vox_fem/guthrie.ogg differ
diff --git a/sound/vox_fem/h.ogg b/sound/vox_fem/h.ogg
index 837d5ce44ce..52ff09f7fba 100644
Binary files a/sound/vox_fem/h.ogg and b/sound/vox_fem/h.ogg differ
diff --git a/sound/vox_fem/hacker.ogg b/sound/vox_fem/hacker.ogg
index 16e1fbffebc..b9394207a89 100644
Binary files a/sound/vox_fem/hacker.ogg and b/sound/vox_fem/hacker.ogg differ
diff --git a/sound/vox_fem/hackers.ogg b/sound/vox_fem/hackers.ogg
index f2d1a8b5e67..52c892d9409 100644
Binary files a/sound/vox_fem/hackers.ogg and b/sound/vox_fem/hackers.ogg differ
diff --git a/sound/vox_fem/hall.ogg b/sound/vox_fem/hall.ogg
new file mode 100644
index 00000000000..32bf2e20c0c
Binary files /dev/null and b/sound/vox_fem/hall.ogg differ
diff --git a/sound/vox_fem/hallway.ogg b/sound/vox_fem/hallway.ogg
new file mode 100644
index 00000000000..7a3c9074fbe
Binary files /dev/null and b/sound/vox_fem/hallway.ogg differ
diff --git a/sound/vox_fem/handling.ogg b/sound/vox_fem/handling.ogg
index 91d6e879bae..783e7afa092 100644
Binary files a/sound/vox_fem/handling.ogg and b/sound/vox_fem/handling.ogg differ
diff --git a/sound/vox_fem/hangar.ogg b/sound/vox_fem/hangar.ogg
index c7add659889..061b52b50a2 100644
Binary files a/sound/vox_fem/hangar.ogg and b/sound/vox_fem/hangar.ogg differ
diff --git a/sound/vox_fem/harm.ogg b/sound/vox_fem/harm.ogg
index 777935ecf39..69cd1d97445 100644
Binary files a/sound/vox_fem/harm.ogg and b/sound/vox_fem/harm.ogg differ
diff --git a/sound/vox_fem/harmful.ogg b/sound/vox_fem/harmful.ogg
new file mode 100644
index 00000000000..0292ad1a6cd
Binary files /dev/null and b/sound/vox_fem/harmful.ogg differ
diff --git a/sound/vox_fem/has.ogg b/sound/vox_fem/has.ogg
index a094d6017de..1012e621db3 100644
Binary files a/sound/vox_fem/has.ogg and b/sound/vox_fem/has.ogg differ
diff --git a/sound/vox_fem/have.ogg b/sound/vox_fem/have.ogg
index df454d1168c..8e79a4298a9 100644
Binary files a/sound/vox_fem/have.ogg and b/sound/vox_fem/have.ogg differ
diff --git a/sound/vox_fem/hazard.ogg b/sound/vox_fem/hazard.ogg
index 864acfd0b0f..4e1d7a6fba3 100644
Binary files a/sound/vox_fem/hazard.ogg and b/sound/vox_fem/hazard.ogg differ
diff --git a/sound/vox_fem/he.ogg b/sound/vox_fem/he.ogg
new file mode 100644
index 00000000000..4efc1788dfc
Binary files /dev/null and b/sound/vox_fem/he.ogg differ
diff --git a/sound/vox_fem/head.ogg b/sound/vox_fem/head.ogg
index ae99aaf3fab..793c30b1ec1 100644
Binary files a/sound/vox_fem/head.ogg and b/sound/vox_fem/head.ogg differ
diff --git a/sound/vox_fem/health.ogg b/sound/vox_fem/health.ogg
index 23022948442..0680e8bbce8 100644
Binary files a/sound/vox_fem/health.ogg and b/sound/vox_fem/health.ogg differ
diff --git a/sound/vox_fem/heat.ogg b/sound/vox_fem/heat.ogg
index d83892a4c3d..8835b21b4b5 100644
Binary files a/sound/vox_fem/heat.ogg and b/sound/vox_fem/heat.ogg differ
diff --git a/sound/vox_fem/helicopter.ogg b/sound/vox_fem/helicopter.ogg
index 3e7ecac435f..9b262f6abb2 100644
Binary files a/sound/vox_fem/helicopter.ogg and b/sound/vox_fem/helicopter.ogg differ
diff --git a/sound/vox_fem/helium.ogg b/sound/vox_fem/helium.ogg
index 3cf5c1638a2..285e669ff12 100644
Binary files a/sound/vox_fem/helium.ogg and b/sound/vox_fem/helium.ogg differ
diff --git a/sound/vox_fem/hello.ogg b/sound/vox_fem/hello.ogg
index 3122f275113..43443199b99 100644
Binary files a/sound/vox_fem/hello.ogg and b/sound/vox_fem/hello.ogg differ
diff --git a/sound/vox_fem/help.ogg b/sound/vox_fem/help.ogg
index 221aec588ad..e526e361599 100644
Binary files a/sound/vox_fem/help.ogg and b/sound/vox_fem/help.ogg differ
diff --git a/sound/vox_fem/here.ogg b/sound/vox_fem/here.ogg
index 974c80b862a..07fcded6685 100644
Binary files a/sound/vox_fem/here.ogg and b/sound/vox_fem/here.ogg differ
diff --git a/sound/vox_fem/hide.ogg b/sound/vox_fem/hide.ogg
index 41a3556c359..9a910743918 100644
Binary files a/sound/vox_fem/hide.ogg and b/sound/vox_fem/hide.ogg differ
diff --git a/sound/vox_fem/high.ogg b/sound/vox_fem/high.ogg
index 29569f6a7ae..acff09cb428 100644
Binary files a/sound/vox_fem/high.ogg and b/sound/vox_fem/high.ogg differ
diff --git a/sound/vox_fem/highest.ogg b/sound/vox_fem/highest.ogg
index c59ff592164..99a24ca7ff6 100644
Binary files a/sound/vox_fem/highest.ogg and b/sound/vox_fem/highest.ogg differ
diff --git a/sound/vox_fem/hit.ogg b/sound/vox_fem/hit.ogg
index 47cbbab958d..e48528770a3 100644
Binary files a/sound/vox_fem/hit.ogg and b/sound/vox_fem/hit.ogg differ
diff --git a/sound/vox_fem/hole.ogg b/sound/vox_fem/hole.ogg
index 4507339b197..9bef172d53d 100644
Binary files a/sound/vox_fem/hole.ogg and b/sound/vox_fem/hole.ogg differ
diff --git a/sound/vox_fem/honk.ogg b/sound/vox_fem/honk.ogg
new file mode 100644
index 00000000000..ed000a25654
Binary files /dev/null and b/sound/vox_fem/honk.ogg differ
diff --git a/sound/vox_fem/hop.ogg b/sound/vox_fem/hop.ogg
new file mode 100644
index 00000000000..a09f3e525ac
Binary files /dev/null and b/sound/vox_fem/hop.ogg differ
diff --git a/sound/vox_fem/hos.ogg b/sound/vox_fem/hos.ogg
new file mode 100644
index 00000000000..59dddae828e
Binary files /dev/null and b/sound/vox_fem/hos.ogg differ
diff --git a/sound/vox_fem/hostile.ogg b/sound/vox_fem/hostile.ogg
index cad5232be5c..cc7555ceb85 100644
Binary files a/sound/vox_fem/hostile.ogg and b/sound/vox_fem/hostile.ogg differ
diff --git a/sound/vox_fem/hot.ogg b/sound/vox_fem/hot.ogg
index b56cab99425..1eb650fae0d 100644
Binary files a/sound/vox_fem/hot.ogg and b/sound/vox_fem/hot.ogg differ
diff --git a/sound/vox_fem/hotel.ogg b/sound/vox_fem/hotel.ogg
index 54f3297485a..12b39a3bc08 100644
Binary files a/sound/vox_fem/hotel.ogg and b/sound/vox_fem/hotel.ogg differ
diff --git a/sound/vox_fem/hour.ogg b/sound/vox_fem/hour.ogg
index 963b2a1f119..b2ce9e71489 100644
Binary files a/sound/vox_fem/hour.ogg and b/sound/vox_fem/hour.ogg differ
diff --git a/sound/vox_fem/hours.ogg b/sound/vox_fem/hours.ogg
index 516adc16fad..9515bc858cc 100644
Binary files a/sound/vox_fem/hours.ogg and b/sound/vox_fem/hours.ogg differ
diff --git a/sound/vox_fem/how.ogg b/sound/vox_fem/how.ogg
new file mode 100644
index 00000000000..42d00c739fe
Binary files /dev/null and b/sound/vox_fem/how.ogg differ
diff --git a/sound/vox_fem/human.ogg b/sound/vox_fem/human.ogg
index 247164486f2..2bf56adb05f 100644
Binary files a/sound/vox_fem/human.ogg and b/sound/vox_fem/human.ogg differ
diff --git a/sound/vox_fem/humanoid.ogg b/sound/vox_fem/humanoid.ogg
new file mode 100644
index 00000000000..4d20646a545
Binary files /dev/null and b/sound/vox_fem/humanoid.ogg differ
diff --git a/sound/vox_fem/humans.ogg b/sound/vox_fem/humans.ogg
new file mode 100644
index 00000000000..717ceef1043
Binary files /dev/null and b/sound/vox_fem/humans.ogg differ
diff --git a/sound/vox_fem/hundred.ogg b/sound/vox_fem/hundred.ogg
index bdee8e497f4..3dfe563ecae 100644
Binary files a/sound/vox_fem/hundred.ogg and b/sound/vox_fem/hundred.ogg differ
diff --git a/sound/vox_fem/hunger.ogg b/sound/vox_fem/hunger.ogg
index 52de984e6ea..e5e8be858a6 100644
Binary files a/sound/vox_fem/hunger.ogg and b/sound/vox_fem/hunger.ogg differ
diff --git a/sound/vox_fem/hurt.ogg b/sound/vox_fem/hurt.ogg
new file mode 100644
index 00000000000..ba3ac0e04c2
Binary files /dev/null and b/sound/vox_fem/hurt.ogg differ
diff --git a/sound/vox_fem/hydro.ogg b/sound/vox_fem/hydro.ogg
index e371348a803..37be6cfc110 100644
Binary files a/sound/vox_fem/hydro.ogg and b/sound/vox_fem/hydro.ogg differ
diff --git a/sound/vox_fem/hydroponics.ogg b/sound/vox_fem/hydroponics.ogg
index b82884ad7de..465ccb1640a 100644
Binary files a/sound/vox_fem/hydroponics.ogg and b/sound/vox_fem/hydroponics.ogg differ
diff --git a/sound/vox_fem/i.ogg b/sound/vox_fem/i.ogg
index 4184feccea2..5ad1e1084c2 100644
Binary files a/sound/vox_fem/i.ogg and b/sound/vox_fem/i.ogg differ
diff --git a/sound/vox_fem/ian.ogg b/sound/vox_fem/ian.ogg
new file mode 100644
index 00000000000..1025001b142
Binary files /dev/null and b/sound/vox_fem/ian.ogg differ
diff --git a/sound/vox_fem/idiot.ogg b/sound/vox_fem/idiot.ogg
index 54539dc84db..6e865a6b93d 100644
Binary files a/sound/vox_fem/idiot.ogg and b/sound/vox_fem/idiot.ogg differ
diff --git a/sound/vox_fem/if.ogg b/sound/vox_fem/if.ogg
new file mode 100644
index 00000000000..4513597e8ea
Binary files /dev/null and b/sound/vox_fem/if.ogg differ
diff --git a/sound/vox_fem/if2.ogg b/sound/vox_fem/if2.ogg
new file mode 100644
index 00000000000..de05d5e2f52
Binary files /dev/null and b/sound/vox_fem/if2.ogg differ
diff --git a/sound/vox_fem/illegal.ogg b/sound/vox_fem/illegal.ogg
index efc7a24f31c..59cf1fb10f3 100644
Binary files a/sound/vox_fem/illegal.ogg and b/sound/vox_fem/illegal.ogg differ
diff --git a/sound/vox_fem/immediate.ogg b/sound/vox_fem/immediate.ogg
index 589cb64d425..95dca25aea0 100644
Binary files a/sound/vox_fem/immediate.ogg and b/sound/vox_fem/immediate.ogg differ
diff --git a/sound/vox_fem/immediately.ogg b/sound/vox_fem/immediately.ogg
index 0fb1a653e13..82f12bd4d97 100644
Binary files a/sound/vox_fem/immediately.ogg and b/sound/vox_fem/immediately.ogg differ
diff --git a/sound/vox_fem/immortal.ogg b/sound/vox_fem/immortal.ogg
new file mode 100644
index 00000000000..06fa27c0b3e
Binary files /dev/null and b/sound/vox_fem/immortal.ogg differ
diff --git a/sound/vox_fem/impossible.ogg b/sound/vox_fem/impossible.ogg
new file mode 100644
index 00000000000..a34c4898f97
Binary files /dev/null and b/sound/vox_fem/impossible.ogg differ
diff --git a/sound/vox_fem/in.ogg b/sound/vox_fem/in.ogg
index 5620518d9f0..72bcd0a6fb3 100644
Binary files a/sound/vox_fem/in.ogg and b/sound/vox_fem/in.ogg differ
diff --git a/sound/vox_fem/inches.ogg b/sound/vox_fem/inches.ogg
index 77a5a9f8ed9..3b81358ae0e 100644
Binary files a/sound/vox_fem/inches.ogg and b/sound/vox_fem/inches.ogg differ
diff --git a/sound/vox_fem/india.ogg b/sound/vox_fem/india.ogg
index c9db0e71a1c..ff2dfd9360a 100644
Binary files a/sound/vox_fem/india.ogg and b/sound/vox_fem/india.ogg differ
diff --git a/sound/vox_fem/ing.ogg b/sound/vox_fem/ing.ogg
index 9373505f277..16422374077 100644
Binary files a/sound/vox_fem/ing.ogg and b/sound/vox_fem/ing.ogg differ
diff --git a/sound/vox_fem/inoperative.ogg b/sound/vox_fem/inoperative.ogg
index 09db3ab0625..2a1d96a14f0 100644
Binary files a/sound/vox_fem/inoperative.ogg and b/sound/vox_fem/inoperative.ogg differ
diff --git a/sound/vox_fem/inside.ogg b/sound/vox_fem/inside.ogg
index 4524e2b4529..1b94b170a15 100644
Binary files a/sound/vox_fem/inside.ogg and b/sound/vox_fem/inside.ogg differ
diff --git a/sound/vox_fem/inspection.ogg b/sound/vox_fem/inspection.ogg
index 93af36a4157..130b4b2f5d0 100644
Binary files a/sound/vox_fem/inspection.ogg and b/sound/vox_fem/inspection.ogg differ
diff --git a/sound/vox_fem/inspector.ogg b/sound/vox_fem/inspector.ogg
index b18db6ab2bf..db17e333b33 100644
Binary files a/sound/vox_fem/inspector.ogg and b/sound/vox_fem/inspector.ogg differ
diff --git a/sound/vox_fem/interchange.ogg b/sound/vox_fem/interchange.ogg
index 29028b2223a..1998831b3ca 100644
Binary files a/sound/vox_fem/interchange.ogg and b/sound/vox_fem/interchange.ogg differ
diff --git a/sound/vox_fem/internals.ogg b/sound/vox_fem/internals.ogg
new file mode 100644
index 00000000000..cc37b7f6cb0
Binary files /dev/null and b/sound/vox_fem/internals.ogg differ
diff --git a/sound/vox_fem/intruder.ogg b/sound/vox_fem/intruder.ogg
index 766980da4b0..e53e34d056b 100644
Binary files a/sound/vox_fem/intruder.ogg and b/sound/vox_fem/intruder.ogg differ
diff --git a/sound/vox_fem/invalid.ogg b/sound/vox_fem/invalid.ogg
index beb8b66e8e8..58fceb71b25 100644
Binary files a/sound/vox_fem/invalid.ogg and b/sound/vox_fem/invalid.ogg differ
diff --git a/sound/vox_fem/invasion.ogg b/sound/vox_fem/invasion.ogg
index 9a73e827f8b..628f8dd26c1 100644
Binary files a/sound/vox_fem/invasion.ogg and b/sound/vox_fem/invasion.ogg differ
diff --git a/sound/vox_fem/is.ogg b/sound/vox_fem/is.ogg
index d8b1d6a1e7c..de691f49ed4 100644
Binary files a/sound/vox_fem/is.ogg and b/sound/vox_fem/is.ogg differ
diff --git a/sound/vox_fem/it.ogg b/sound/vox_fem/it.ogg
index f0a09d7083c..96f9e1c3a78 100644
Binary files a/sound/vox_fem/it.ogg and b/sound/vox_fem/it.ogg differ
diff --git a/sound/vox_fem/j.ogg b/sound/vox_fem/j.ogg
index bcf17e34a18..f31196e2ba4 100644
Binary files a/sound/vox_fem/j.ogg and b/sound/vox_fem/j.ogg differ
diff --git a/sound/vox_fem/janitor.ogg b/sound/vox_fem/janitor.ogg
new file mode 100644
index 00000000000..2d841e660fc
Binary files /dev/null and b/sound/vox_fem/janitor.ogg differ
diff --git a/sound/vox_fem/jesus.ogg b/sound/vox_fem/jesus.ogg
new file mode 100644
index 00000000000..9ec9500a62c
Binary files /dev/null and b/sound/vox_fem/jesus.ogg differ
diff --git a/sound/vox_fem/johnson.ogg b/sound/vox_fem/johnson.ogg
index 4b95210e8ff..7a77bfecea6 100644
Binary files a/sound/vox_fem/johnson.ogg and b/sound/vox_fem/johnson.ogg differ
diff --git a/sound/vox_fem/juliet.ogg b/sound/vox_fem/juliet.ogg
index c93e5a453bc..f5e25ca1974 100644
Binary files a/sound/vox_fem/juliet.ogg and b/sound/vox_fem/juliet.ogg differ
diff --git a/sound/vox_fem/k.ogg b/sound/vox_fem/k.ogg
index 4e791416bd4..da57e114df4 100644
Binary files a/sound/vox_fem/k.ogg and b/sound/vox_fem/k.ogg differ
diff --git a/sound/vox_fem/key.ogg b/sound/vox_fem/key.ogg
index d4abd3cdbdd..65ab8c30e1a 100644
Binary files a/sound/vox_fem/key.ogg and b/sound/vox_fem/key.ogg differ
diff --git a/sound/vox_fem/kidnapped.ogg b/sound/vox_fem/kidnapped.ogg
new file mode 100644
index 00000000000..68fb1f70b3b
Binary files /dev/null and b/sound/vox_fem/kidnapped.ogg differ
diff --git a/sound/vox_fem/kidnapping.ogg b/sound/vox_fem/kidnapping.ogg
new file mode 100644
index 00000000000..15099206ae3
Binary files /dev/null and b/sound/vox_fem/kidnapping.ogg differ
diff --git a/sound/vox_fem/kill.ogg b/sound/vox_fem/kill.ogg
index 3d9d0f58fce..330f5436ada 100644
Binary files a/sound/vox_fem/kill.ogg and b/sound/vox_fem/kill.ogg differ
diff --git a/sound/vox_fem/killed.ogg b/sound/vox_fem/killed.ogg
new file mode 100644
index 00000000000..d7f6f3d0e9c
Binary files /dev/null and b/sound/vox_fem/killed.ogg differ
diff --git a/sound/vox_fem/kilo.ogg b/sound/vox_fem/kilo.ogg
index b00875f0ea7..c328cf2078d 100644
Binary files a/sound/vox_fem/kilo.ogg and b/sound/vox_fem/kilo.ogg differ
diff --git a/sound/vox_fem/kit.ogg b/sound/vox_fem/kit.ogg
index 9f9b0fee205..22ace953679 100644
Binary files a/sound/vox_fem/kit.ogg and b/sound/vox_fem/kit.ogg differ
diff --git a/sound/vox_fem/kitchen.ogg b/sound/vox_fem/kitchen.ogg
new file mode 100644
index 00000000000..d1b54baf003
Binary files /dev/null and b/sound/vox_fem/kitchen.ogg differ
diff --git a/sound/vox_fem/l.ogg b/sound/vox_fem/l.ogg
index d32e84f8b6f..a1be387ad24 100644
Binary files a/sound/vox_fem/l.ogg and b/sound/vox_fem/l.ogg differ
diff --git a/sound/vox_fem/lab.ogg b/sound/vox_fem/lab.ogg
index 1e5e48f4ddc..6592f2bb19d 100644
Binary files a/sound/vox_fem/lab.ogg and b/sound/vox_fem/lab.ogg differ
diff --git a/sound/vox_fem/lambda.ogg b/sound/vox_fem/lambda.ogg
index 111041cb521..14d5d9655b1 100644
Binary files a/sound/vox_fem/lambda.ogg and b/sound/vox_fem/lambda.ogg differ
diff --git a/sound/vox_fem/laser.ogg b/sound/vox_fem/laser.ogg
index 93b5d9fd5b9..9912dafbe1d 100644
Binary files a/sound/vox_fem/laser.ogg and b/sound/vox_fem/laser.ogg differ
diff --git a/sound/vox_fem/last.ogg b/sound/vox_fem/last.ogg
index a9e1703d78c..2a00976beb8 100644
Binary files a/sound/vox_fem/last.ogg and b/sound/vox_fem/last.ogg differ
diff --git a/sound/vox_fem/launch.ogg b/sound/vox_fem/launch.ogg
index 03319bb3a8f..151e60cd784 100644
Binary files a/sound/vox_fem/launch.ogg and b/sound/vox_fem/launch.ogg differ
diff --git a/sound/vox_fem/lavaland.ogg b/sound/vox_fem/lavaland.ogg
new file mode 100644
index 00000000000..fd4196d3e28
Binary files /dev/null and b/sound/vox_fem/lavaland.ogg differ
diff --git a/sound/vox_fem/law.ogg b/sound/vox_fem/law.ogg
index 1d78bb78c91..5d585b137af 100644
Binary files a/sound/vox_fem/law.ogg and b/sound/vox_fem/law.ogg differ
diff --git a/sound/vox_fem/laws.ogg b/sound/vox_fem/laws.ogg
index 78064715860..82e8efcd549 100644
Binary files a/sound/vox_fem/laws.ogg and b/sound/vox_fem/laws.ogg differ
diff --git a/sound/vox_fem/lawyer.ogg b/sound/vox_fem/lawyer.ogg
new file mode 100644
index 00000000000..344e94bf100
Binary files /dev/null and b/sound/vox_fem/lawyer.ogg differ
diff --git a/sound/vox_fem/leak.ogg b/sound/vox_fem/leak.ogg
index ac2966daffb..951fb62cc9e 100644
Binary files a/sound/vox_fem/leak.ogg and b/sound/vox_fem/leak.ogg differ
diff --git a/sound/vox_fem/leave.ogg b/sound/vox_fem/leave.ogg
index 023d6ccec9d..b3c5de4d864 100644
Binary files a/sound/vox_fem/leave.ogg and b/sound/vox_fem/leave.ogg differ
diff --git a/sound/vox_fem/left.ogg b/sound/vox_fem/left.ogg
index bab8c25f963..0a08b6d1de1 100644
Binary files a/sound/vox_fem/left.ogg and b/sound/vox_fem/left.ogg differ
diff --git a/sound/vox_fem/legal.ogg b/sound/vox_fem/legal.ogg
index 89d11ae6a1e..624f0fba3f0 100644
Binary files a/sound/vox_fem/legal.ogg and b/sound/vox_fem/legal.ogg differ
diff --git a/sound/vox_fem/level.ogg b/sound/vox_fem/level.ogg
index d2a38d01605..49832c299e9 100644
Binary files a/sound/vox_fem/level.ogg and b/sound/vox_fem/level.ogg differ
diff --git a/sound/vox_fem/lever.ogg b/sound/vox_fem/lever.ogg
index e21aa7521d8..baebe1978f0 100644
Binary files a/sound/vox_fem/lever.ogg and b/sound/vox_fem/lever.ogg differ
diff --git a/sound/vox_fem/library.ogg b/sound/vox_fem/library.ogg
new file mode 100644
index 00000000000..ad7496b11f5
Binary files /dev/null and b/sound/vox_fem/library.ogg differ
diff --git a/sound/vox_fem/lie.ogg b/sound/vox_fem/lie.ogg
index bf78bfde8bc..a3ff443f81d 100644
Binary files a/sound/vox_fem/lie.ogg and b/sound/vox_fem/lie.ogg differ
diff --git a/sound/vox_fem/lieutenant.ogg b/sound/vox_fem/lieutenant.ogg
index bdc3aa05ef1..340e01bcb42 100644
Binary files a/sound/vox_fem/lieutenant.ogg and b/sound/vox_fem/lieutenant.ogg differ
diff --git a/sound/vox_fem/life.ogg b/sound/vox_fem/life.ogg
index a445c04df42..1ad4252d508 100644
Binary files a/sound/vox_fem/life.ogg and b/sound/vox_fem/life.ogg differ
diff --git a/sound/vox_fem/lifeform.ogg b/sound/vox_fem/lifeform.ogg
new file mode 100644
index 00000000000..e142bf9abf5
Binary files /dev/null and b/sound/vox_fem/lifeform.ogg differ
diff --git a/sound/vox_fem/light.ogg b/sound/vox_fem/light.ogg
index b3514dfc55a..fa8df5da7f5 100644
Binary files a/sound/vox_fem/light.ogg and b/sound/vox_fem/light.ogg differ
diff --git a/sound/vox_fem/lima.ogg b/sound/vox_fem/lima.ogg
index 4870bbe9505..3efdd8e7f36 100644
Binary files a/sound/vox_fem/lima.ogg and b/sound/vox_fem/lima.ogg differ
diff --git a/sound/vox_fem/liquid.ogg b/sound/vox_fem/liquid.ogg
index 8c071731257..4cc68591fb8 100644
Binary files a/sound/vox_fem/liquid.ogg and b/sound/vox_fem/liquid.ogg differ
diff --git a/sound/vox_fem/live.ogg b/sound/vox_fem/live.ogg
new file mode 100644
index 00000000000..a4472110e6a
Binary files /dev/null and b/sound/vox_fem/live.ogg differ
diff --git a/sound/vox_fem/live2.ogg b/sound/vox_fem/live2.ogg
new file mode 100644
index 00000000000..6f6ca716e9f
Binary files /dev/null and b/sound/vox_fem/live2.ogg differ
diff --git a/sound/vox_fem/lizard.ogg b/sound/vox_fem/lizard.ogg
new file mode 100644
index 00000000000..8f14c52c324
Binary files /dev/null and b/sound/vox_fem/lizard.ogg differ
diff --git a/sound/vox_fem/loading.ogg b/sound/vox_fem/loading.ogg
index f3cca6e4827..ea91fccb1f7 100644
Binary files a/sound/vox_fem/loading.ogg and b/sound/vox_fem/loading.ogg differ
diff --git a/sound/vox_fem/locate.ogg b/sound/vox_fem/locate.ogg
index 47d4e442bfb..99b998d2530 100644
Binary files a/sound/vox_fem/locate.ogg and b/sound/vox_fem/locate.ogg differ
diff --git a/sound/vox_fem/located.ogg b/sound/vox_fem/located.ogg
index 2bf7cc84cb0..439f41904ba 100644
Binary files a/sound/vox_fem/located.ogg and b/sound/vox_fem/located.ogg differ
diff --git a/sound/vox_fem/location.ogg b/sound/vox_fem/location.ogg
index 5b9466f5e2a..2ba782b1915 100644
Binary files a/sound/vox_fem/location.ogg and b/sound/vox_fem/location.ogg differ
diff --git a/sound/vox_fem/lock.ogg b/sound/vox_fem/lock.ogg
index 1e6b9e66c55..e5eb350d701 100644
Binary files a/sound/vox_fem/lock.ogg and b/sound/vox_fem/lock.ogg differ
diff --git a/sound/vox_fem/locked.ogg b/sound/vox_fem/locked.ogg
index e704c91cd57..796b43e466d 100644
Binary files a/sound/vox_fem/locked.ogg and b/sound/vox_fem/locked.ogg differ
diff --git a/sound/vox_fem/locker.ogg b/sound/vox_fem/locker.ogg
index 33a4d8172bf..f7fb6505221 100644
Binary files a/sound/vox_fem/locker.ogg and b/sound/vox_fem/locker.ogg differ
diff --git a/sound/vox_fem/lockout.ogg b/sound/vox_fem/lockout.ogg
index a49f98b0ccb..efbc376dada 100644
Binary files a/sound/vox_fem/lockout.ogg and b/sound/vox_fem/lockout.ogg differ
diff --git a/sound/vox_fem/long.ogg b/sound/vox_fem/long.ogg
new file mode 100644
index 00000000000..023ccb12ba8
Binary files /dev/null and b/sound/vox_fem/long.ogg differ
diff --git a/sound/vox_fem/look.ogg b/sound/vox_fem/look.ogg
new file mode 100644
index 00000000000..e45323f2cea
Binary files /dev/null and b/sound/vox_fem/look.ogg differ
diff --git a/sound/vox_fem/loop.ogg b/sound/vox_fem/loop.ogg
new file mode 100644
index 00000000000..aba556ae3e8
Binary files /dev/null and b/sound/vox_fem/loop.ogg differ
diff --git a/sound/vox_fem/loose.ogg b/sound/vox_fem/loose.ogg
index 99434ebf140..43afa09ba88 100644
Binary files a/sound/vox_fem/loose.ogg and b/sound/vox_fem/loose.ogg differ
diff --git a/sound/vox_fem/lot.ogg b/sound/vox_fem/lot.ogg
new file mode 100644
index 00000000000..248ea20a898
Binary files /dev/null and b/sound/vox_fem/lot.ogg differ
diff --git a/sound/vox_fem/lower.ogg b/sound/vox_fem/lower.ogg
index 30b78e0e175..658fe848734 100644
Binary files a/sound/vox_fem/lower.ogg and b/sound/vox_fem/lower.ogg differ
diff --git a/sound/vox_fem/lowest.ogg b/sound/vox_fem/lowest.ogg
index bac548f7c80..3f20560fb96 100644
Binary files a/sound/vox_fem/lowest.ogg and b/sound/vox_fem/lowest.ogg differ
diff --git a/sound/vox_fem/lusty.ogg b/sound/vox_fem/lusty.ogg
new file mode 100644
index 00000000000..e7820d9a25b
Binary files /dev/null and b/sound/vox_fem/lusty.ogg differ
diff --git a/sound/vox_fem/m.ogg b/sound/vox_fem/m.ogg
index f80354f00d2..c7143b35a2e 100644
Binary files a/sound/vox_fem/m.ogg and b/sound/vox_fem/m.ogg differ
diff --git a/sound/vox_fem/machine.ogg b/sound/vox_fem/machine.ogg
new file mode 100644
index 00000000000..b40d1b4579e
Binary files /dev/null and b/sound/vox_fem/machine.ogg differ
diff --git a/sound/vox_fem/magic.ogg b/sound/vox_fem/magic.ogg
new file mode 100644
index 00000000000..009ebeb6600
Binary files /dev/null and b/sound/vox_fem/magic.ogg differ
diff --git a/sound/vox_fem/magnetic.ogg b/sound/vox_fem/magnetic.ogg
index 453363e076d..ef50cc422fe 100644
Binary files a/sound/vox_fem/magnetic.ogg and b/sound/vox_fem/magnetic.ogg differ
diff --git a/sound/vox_fem/main.ogg b/sound/vox_fem/main.ogg
index f95b10ddd5c..817192e69cd 100644
Binary files a/sound/vox_fem/main.ogg and b/sound/vox_fem/main.ogg differ
diff --git a/sound/vox_fem/maintenance.ogg b/sound/vox_fem/maintenance.ogg
index 7dd53dc47fb..3159ff3a50b 100644
Binary files a/sound/vox_fem/maintenance.ogg and b/sound/vox_fem/maintenance.ogg differ
diff --git a/sound/vox_fem/malfunction.ogg b/sound/vox_fem/malfunction.ogg
index df1655ca064..90d9fc6ccc0 100644
Binary files a/sound/vox_fem/malfunction.ogg and b/sound/vox_fem/malfunction.ogg differ
diff --git a/sound/vox_fem/man.ogg b/sound/vox_fem/man.ogg
index ec48fe61cb3..981630432ad 100644
Binary files a/sound/vox_fem/man.ogg and b/sound/vox_fem/man.ogg differ
diff --git a/sound/vox_fem/many.ogg b/sound/vox_fem/many.ogg
new file mode 100644
index 00000000000..33e82a15de0
Binary files /dev/null and b/sound/vox_fem/many.ogg differ
diff --git a/sound/vox_fem/mass.ogg b/sound/vox_fem/mass.ogg
index 5a71a33f07f..66718fcf84a 100644
Binary files a/sound/vox_fem/mass.ogg and b/sound/vox_fem/mass.ogg differ
diff --git a/sound/vox_fem/materials.ogg b/sound/vox_fem/materials.ogg
index 250e678114a..a420e3aa78b 100644
Binary files a/sound/vox_fem/materials.ogg and b/sound/vox_fem/materials.ogg differ
diff --git a/sound/vox_fem/maximum.ogg b/sound/vox_fem/maximum.ogg
index 6b39bf1614d..e9a2bc2ed6a 100644
Binary files a/sound/vox_fem/maximum.ogg and b/sound/vox_fem/maximum.ogg differ
diff --git a/sound/vox_fem/may.ogg b/sound/vox_fem/may.ogg
index 0739b28b26b..ef7a17dba48 100644
Binary files a/sound/vox_fem/may.ogg and b/sound/vox_fem/may.ogg differ
diff --git a/sound/vox_fem/me.ogg b/sound/vox_fem/me.ogg
index c96355b58d6..39df2cd6f07 100644
Binary files a/sound/vox_fem/me.ogg and b/sound/vox_fem/me.ogg differ
diff --git a/sound/vox_fem/meat.ogg b/sound/vox_fem/meat.ogg
new file mode 100644
index 00000000000..a022f1d6a07
Binary files /dev/null and b/sound/vox_fem/meat.ogg differ
diff --git a/sound/vox_fem/medbay.ogg b/sound/vox_fem/medbay.ogg
index e16b458ab67..3cbb4711699 100644
Binary files a/sound/vox_fem/medbay.ogg and b/sound/vox_fem/medbay.ogg differ
diff --git a/sound/vox_fem/medical.ogg b/sound/vox_fem/medical.ogg
index 66b24a5d3f1..d756042b8c4 100644
Binary files a/sound/vox_fem/medical.ogg and b/sound/vox_fem/medical.ogg differ
diff --git a/sound/vox_fem/megafauna.ogg b/sound/vox_fem/megafauna.ogg
new file mode 100644
index 00000000000..71b933de3da
Binary files /dev/null and b/sound/vox_fem/megafauna.ogg differ
diff --git a/sound/vox_fem/men.ogg b/sound/vox_fem/men.ogg
index f3a9588adab..8a99ebed9f4 100644
Binary files a/sound/vox_fem/men.ogg and b/sound/vox_fem/men.ogg differ
diff --git a/sound/vox_fem/mercy.ogg b/sound/vox_fem/mercy.ogg
index 8cdba6a2571..9bbe2ebd817 100644
Binary files a/sound/vox_fem/mercy.ogg and b/sound/vox_fem/mercy.ogg differ
diff --git a/sound/vox_fem/mesa.ogg b/sound/vox_fem/mesa.ogg
index de69e00c8f3..1406297857b 100644
Binary files a/sound/vox_fem/mesa.ogg and b/sound/vox_fem/mesa.ogg differ
diff --git a/sound/vox_fem/message.ogg b/sound/vox_fem/message.ogg
index 83eeb175d07..83d8b7c5bc8 100644
Binary files a/sound/vox_fem/message.ogg and b/sound/vox_fem/message.ogg differ
diff --git a/sound/vox_fem/meter.ogg b/sound/vox_fem/meter.ogg
index ba0e43ab9b7..0a32027b1fe 100644
Binary files a/sound/vox_fem/meter.ogg and b/sound/vox_fem/meter.ogg differ
diff --git a/sound/vox_fem/micro.ogg b/sound/vox_fem/micro.ogg
index 502bce58aae..6aff060cb4a 100644
Binary files a/sound/vox_fem/micro.ogg and b/sound/vox_fem/micro.ogg differ
diff --git a/sound/vox_fem/middle.ogg b/sound/vox_fem/middle.ogg
index 429b39857f8..1343ecff46a 100644
Binary files a/sound/vox_fem/middle.ogg and b/sound/vox_fem/middle.ogg differ
diff --git a/sound/vox_fem/mike.ogg b/sound/vox_fem/mike.ogg
index 75a1549c6fa..663731e8553 100644
Binary files a/sound/vox_fem/mike.ogg and b/sound/vox_fem/mike.ogg differ
diff --git a/sound/vox_fem/miles.ogg b/sound/vox_fem/miles.ogg
index 0de3bd36c71..badfc77ee49 100644
Binary files a/sound/vox_fem/miles.ogg and b/sound/vox_fem/miles.ogg differ
diff --git a/sound/vox_fem/military.ogg b/sound/vox_fem/military.ogg
index 0ff33b82340..19726e27dd0 100644
Binary files a/sound/vox_fem/military.ogg and b/sound/vox_fem/military.ogg differ
diff --git a/sound/vox_fem/milli.ogg b/sound/vox_fem/milli.ogg
index 4713bac1cdb..b26252f0823 100644
Binary files a/sound/vox_fem/milli.ogg and b/sound/vox_fem/milli.ogg differ
diff --git a/sound/vox_fem/million.ogg b/sound/vox_fem/million.ogg
index dadcffc3ff9..f141a467d3e 100644
Binary files a/sound/vox_fem/million.ogg and b/sound/vox_fem/million.ogg differ
diff --git a/sound/vox_fem/mime.ogg b/sound/vox_fem/mime.ogg
new file mode 100644
index 00000000000..4bc30a29427
Binary files /dev/null and b/sound/vox_fem/mime.ogg differ
diff --git a/sound/vox_fem/minefield.ogg b/sound/vox_fem/minefield.ogg
index b4f1d013709..7b91ab833e6 100644
Binary files a/sound/vox_fem/minefield.ogg and b/sound/vox_fem/minefield.ogg differ
diff --git a/sound/vox_fem/miner.ogg b/sound/vox_fem/miner.ogg
new file mode 100644
index 00000000000..d388d6ecad5
Binary files /dev/null and b/sound/vox_fem/miner.ogg differ
diff --git a/sound/vox_fem/minimum.ogg b/sound/vox_fem/minimum.ogg
index 39b7e1439c8..f71d7a53ac8 100644
Binary files a/sound/vox_fem/minimum.ogg and b/sound/vox_fem/minimum.ogg differ
diff --git a/sound/vox_fem/minutes.ogg b/sound/vox_fem/minutes.ogg
index f1eb19eb742..62f773f2471 100644
Binary files a/sound/vox_fem/minutes.ogg and b/sound/vox_fem/minutes.ogg differ
diff --git a/sound/vox_fem/mister.ogg b/sound/vox_fem/mister.ogg
index 97fdde4c188..252b31645ff 100644
Binary files a/sound/vox_fem/mister.ogg and b/sound/vox_fem/mister.ogg differ
diff --git a/sound/vox_fem/mode.ogg b/sound/vox_fem/mode.ogg
index b585fc4a097..86651994da7 100644
Binary files a/sound/vox_fem/mode.ogg and b/sound/vox_fem/mode.ogg differ
diff --git a/sound/vox_fem/modification.ogg b/sound/vox_fem/modification.ogg
new file mode 100644
index 00000000000..d87fe090ca5
Binary files /dev/null and b/sound/vox_fem/modification.ogg differ
diff --git a/sound/vox_fem/money.ogg b/sound/vox_fem/money.ogg
index ad054a71301..a4bdefb0bc7 100644
Binary files a/sound/vox_fem/money.ogg and b/sound/vox_fem/money.ogg differ
diff --git a/sound/vox_fem/monkey.ogg b/sound/vox_fem/monkey.ogg
new file mode 100644
index 00000000000..fc10ada1161
Binary files /dev/null and b/sound/vox_fem/monkey.ogg differ
diff --git a/sound/vox_fem/moth.ogg b/sound/vox_fem/moth.ogg
new file mode 100644
index 00000000000..a1fcfb1e90a
Binary files /dev/null and b/sound/vox_fem/moth.ogg differ
diff --git a/sound/vox_fem/motor.ogg b/sound/vox_fem/motor.ogg
index 9a78193b464..d4ce7892b65 100644
Binary files a/sound/vox_fem/motor.ogg and b/sound/vox_fem/motor.ogg differ
diff --git a/sound/vox_fem/motorpool.ogg b/sound/vox_fem/motorpool.ogg
index 4dcbdc6e9d3..cac2b6303be 100644
Binary files a/sound/vox_fem/motorpool.ogg and b/sound/vox_fem/motorpool.ogg differ
diff --git a/sound/vox_fem/move.ogg b/sound/vox_fem/move.ogg
index 1f9ef74e546..367ae5f5ae4 100644
Binary files a/sound/vox_fem/move.ogg and b/sound/vox_fem/move.ogg differ
diff --git a/sound/vox_fem/multitude.ogg b/sound/vox_fem/multitude.ogg
new file mode 100644
index 00000000000..c017a04428f
Binary files /dev/null and b/sound/vox_fem/multitude.ogg differ
diff --git a/sound/vox_fem/murder.ogg b/sound/vox_fem/murder.ogg
new file mode 100644
index 00000000000..8f72bd27cc0
Binary files /dev/null and b/sound/vox_fem/murder.ogg differ
diff --git a/sound/vox_fem/must.ogg b/sound/vox_fem/must.ogg
index 54d4ffe53a5..798a27a1759 100644
Binary files a/sound/vox_fem/must.ogg and b/sound/vox_fem/must.ogg differ
diff --git a/sound/vox_fem/my.ogg b/sound/vox_fem/my.ogg
index fc6ae2366a0..aed75cd1ff0 100644
Binary files a/sound/vox_fem/my.ogg and b/sound/vox_fem/my.ogg differ
diff --git a/sound/vox_fem/mythic.ogg b/sound/vox_fem/mythic.ogg
new file mode 100644
index 00000000000..5f4eef1feda
Binary files /dev/null and b/sound/vox_fem/mythic.ogg differ
diff --git a/sound/vox_fem/n.ogg b/sound/vox_fem/n.ogg
index e0c396f5476..e9732a92c35 100644
Binary files a/sound/vox_fem/n.ogg and b/sound/vox_fem/n.ogg differ
diff --git a/sound/vox_fem/nanotrasen.ogg b/sound/vox_fem/nanotrasen.ogg
index 10aa196c4ed..9210b5be843 100644
Binary files a/sound/vox_fem/nanotrasen.ogg and b/sound/vox_fem/nanotrasen.ogg differ
diff --git a/sound/vox_fem/nearest.ogg b/sound/vox_fem/nearest.ogg
index c11a89d9953..fd03d3a6dcd 100644
Binary files a/sound/vox_fem/nearest.ogg and b/sound/vox_fem/nearest.ogg differ
diff --git a/sound/vox_fem/need.ogg b/sound/vox_fem/need.ogg
new file mode 100644
index 00000000000..428fc946588
Binary files /dev/null and b/sound/vox_fem/need.ogg differ
diff --git a/sound/vox_fem/nice.ogg b/sound/vox_fem/nice.ogg
index e800e84d00f..6db574a3e74 100644
Binary files a/sound/vox_fem/nice.ogg and b/sound/vox_fem/nice.ogg differ
diff --git a/sound/vox_fem/nine.ogg b/sound/vox_fem/nine.ogg
index 86601bfa1ec..86bc1811a0e 100644
Binary files a/sound/vox_fem/nine.ogg and b/sound/vox_fem/nine.ogg differ
diff --git a/sound/vox_fem/nineteen.ogg b/sound/vox_fem/nineteen.ogg
index d28d7b15b64..a35d66dc4bd 100644
Binary files a/sound/vox_fem/nineteen.ogg and b/sound/vox_fem/nineteen.ogg differ
diff --git a/sound/vox_fem/ninety.ogg b/sound/vox_fem/ninety.ogg
index ad5a1c1b42d..d5f19581ce9 100644
Binary files a/sound/vox_fem/ninety.ogg and b/sound/vox_fem/ninety.ogg differ
diff --git a/sound/vox_fem/nitrogen.ogg b/sound/vox_fem/nitrogen.ogg
new file mode 100644
index 00000000000..9cd5373449f
Binary files /dev/null and b/sound/vox_fem/nitrogen.ogg differ
diff --git a/sound/vox_fem/no.ogg b/sound/vox_fem/no.ogg
index 8eee9df35fb..cbbb77e7452 100644
Binary files a/sound/vox_fem/no.ogg and b/sound/vox_fem/no.ogg differ
diff --git a/sound/vox_fem/nominal.ogg b/sound/vox_fem/nominal.ogg
index f6fb6736e71..5f6a491a8b4 100644
Binary files a/sound/vox_fem/nominal.ogg and b/sound/vox_fem/nominal.ogg differ
diff --git a/sound/vox_fem/north.ogg b/sound/vox_fem/north.ogg
index 7efef865cf8..3e942e32d4e 100644
Binary files a/sound/vox_fem/north.ogg and b/sound/vox_fem/north.ogg differ
diff --git a/sound/vox_fem/not.ogg b/sound/vox_fem/not.ogg
index b5cd9e5f55a..3756ce70534 100644
Binary files a/sound/vox_fem/not.ogg and b/sound/vox_fem/not.ogg differ
diff --git a/sound/vox_fem/november.ogg b/sound/vox_fem/november.ogg
index 403b9160f7a..a3c0d621469 100644
Binary files a/sound/vox_fem/november.ogg and b/sound/vox_fem/november.ogg differ
diff --git a/sound/vox_fem/now.ogg b/sound/vox_fem/now.ogg
index f5d4df71936..af4b24ea378 100644
Binary files a/sound/vox_fem/now.ogg and b/sound/vox_fem/now.ogg differ
diff --git a/sound/vox_fem/nuclear.ogg b/sound/vox_fem/nuclear.ogg
new file mode 100644
index 00000000000..8d10eba833d
Binary files /dev/null and b/sound/vox_fem/nuclear.ogg differ
diff --git a/sound/vox_fem/nuke.ogg b/sound/vox_fem/nuke.ogg
new file mode 100644
index 00000000000..4098a13e900
Binary files /dev/null and b/sound/vox_fem/nuke.ogg differ
diff --git a/sound/vox_fem/number.ogg b/sound/vox_fem/number.ogg
index afa6bb45950..153e0980469 100644
Binary files a/sound/vox_fem/number.ogg and b/sound/vox_fem/number.ogg differ
diff --git a/sound/vox_fem/o.ogg b/sound/vox_fem/o.ogg
index 09fc769dd98..b4bd0fcd93e 100644
Binary files a/sound/vox_fem/o.ogg and b/sound/vox_fem/o.ogg differ
diff --git a/sound/vox_fem/objective.ogg b/sound/vox_fem/objective.ogg
index ecfacb733ec..e7ce511f289 100644
Binary files a/sound/vox_fem/objective.ogg and b/sound/vox_fem/objective.ogg differ
diff --git a/sound/vox_fem/observation.ogg b/sound/vox_fem/observation.ogg
index 653c31e346d..d6e9967578f 100644
Binary files a/sound/vox_fem/observation.ogg and b/sound/vox_fem/observation.ogg differ
diff --git a/sound/vox_fem/obtain.ogg b/sound/vox_fem/obtain.ogg
index ae28974e404..81d8186af88 100644
Binary files a/sound/vox_fem/obtain.ogg and b/sound/vox_fem/obtain.ogg differ
diff --git a/sound/vox_fem/of.ogg b/sound/vox_fem/of.ogg
index 5bf24883419..6ac3bd3ad7a 100644
Binary files a/sound/vox_fem/of.ogg and b/sound/vox_fem/of.ogg differ
diff --git a/sound/vox_fem/off.ogg b/sound/vox_fem/off.ogg
new file mode 100644
index 00000000000..c6215b810af
Binary files /dev/null and b/sound/vox_fem/off.ogg differ
diff --git a/sound/vox_fem/office.ogg b/sound/vox_fem/office.ogg
new file mode 100644
index 00000000000..cdde6cd1e33
Binary files /dev/null and b/sound/vox_fem/office.ogg differ
diff --git a/sound/vox_fem/officer.ogg b/sound/vox_fem/officer.ogg
index 4f80dd195a0..9c4b7365b8c 100644
Binary files a/sound/vox_fem/officer.ogg and b/sound/vox_fem/officer.ogg differ
diff --git a/sound/vox_fem/oh.ogg b/sound/vox_fem/oh.ogg
new file mode 100644
index 00000000000..f9072e9ff22
Binary files /dev/null and b/sound/vox_fem/oh.ogg differ
diff --git a/sound/vox_fem/ok.ogg b/sound/vox_fem/ok.ogg
index 072a208af95..d3d4ca9116b 100644
Binary files a/sound/vox_fem/ok.ogg and b/sound/vox_fem/ok.ogg differ
diff --git a/sound/vox_fem/on.ogg b/sound/vox_fem/on.ogg
index be42780f461..fb06bf23834 100644
Binary files a/sound/vox_fem/on.ogg and b/sound/vox_fem/on.ogg differ
diff --git a/sound/vox_fem/one.ogg b/sound/vox_fem/one.ogg
index 749a9e5be9d..0e6e48b9f33 100644
Binary files a/sound/vox_fem/one.ogg and b/sound/vox_fem/one.ogg differ
diff --git a/sound/vox_fem/oof.ogg b/sound/vox_fem/oof.ogg
new file mode 100644
index 00000000000..02455b91fe6
Binary files /dev/null and b/sound/vox_fem/oof.ogg differ
diff --git a/sound/vox_fem/open.ogg b/sound/vox_fem/open.ogg
index 96806dc3296..78fa9a56e09 100644
Binary files a/sound/vox_fem/open.ogg and b/sound/vox_fem/open.ogg differ
diff --git a/sound/vox_fem/operating.ogg b/sound/vox_fem/operating.ogg
index 5404634ab13..685d2b558bf 100644
Binary files a/sound/vox_fem/operating.ogg and b/sound/vox_fem/operating.ogg differ
diff --git a/sound/vox_fem/operations.ogg b/sound/vox_fem/operations.ogg
index 114c603ed05..74b11c59c49 100644
Binary files a/sound/vox_fem/operations.ogg and b/sound/vox_fem/operations.ogg differ
diff --git a/sound/vox_fem/operative.ogg b/sound/vox_fem/operative.ogg
index d93b6534364..f681b260048 100644
Binary files a/sound/vox_fem/operative.ogg and b/sound/vox_fem/operative.ogg differ
diff --git a/sound/vox_fem/option.ogg b/sound/vox_fem/option.ogg
index c9d163c3bbf..dde1c8ee458 100644
Binary files a/sound/vox_fem/option.ogg and b/sound/vox_fem/option.ogg differ
diff --git a/sound/vox_fem/or.ogg b/sound/vox_fem/or.ogg
new file mode 100644
index 00000000000..ab4c192faaf
Binary files /dev/null and b/sound/vox_fem/or.ogg differ
diff --git a/sound/vox_fem/order.ogg b/sound/vox_fem/order.ogg
index fc19d3311a9..d76f4fe2934 100644
Binary files a/sound/vox_fem/order.ogg and b/sound/vox_fem/order.ogg differ
diff --git a/sound/vox_fem/organic.ogg b/sound/vox_fem/organic.ogg
index 0ad410030a5..f11e917643c 100644
Binary files a/sound/vox_fem/organic.ogg and b/sound/vox_fem/organic.ogg differ
diff --git a/sound/vox_fem/oscar.ogg b/sound/vox_fem/oscar.ogg
index ae2dea023ff..50ae2404adc 100644
Binary files a/sound/vox_fem/oscar.ogg and b/sound/vox_fem/oscar.ogg differ
diff --git a/sound/vox_fem/out.ogg b/sound/vox_fem/out.ogg
index 005b7e204ec..a46efe142fd 100644
Binary files a/sound/vox_fem/out.ogg and b/sound/vox_fem/out.ogg differ
diff --git a/sound/vox_fem/outside.ogg b/sound/vox_fem/outside.ogg
index 5c6f721dc0c..648aa00c729 100644
Binary files a/sound/vox_fem/outside.ogg and b/sound/vox_fem/outside.ogg differ
diff --git a/sound/vox_fem/over.ogg b/sound/vox_fem/over.ogg
index 567bb69431d..fc8c88926ee 100644
Binary files a/sound/vox_fem/over.ogg and b/sound/vox_fem/over.ogg differ
diff --git a/sound/vox_fem/overload.ogg b/sound/vox_fem/overload.ogg
index d9ab530b1ec..52807701ce6 100644
Binary files a/sound/vox_fem/overload.ogg and b/sound/vox_fem/overload.ogg differ
diff --git a/sound/vox_fem/override.ogg b/sound/vox_fem/override.ogg
index fcc285fb8bd..1060729fa7a 100644
Binary files a/sound/vox_fem/override.ogg and b/sound/vox_fem/override.ogg differ
diff --git a/sound/vox_fem/oxygen.ogg b/sound/vox_fem/oxygen.ogg
new file mode 100644
index 00000000000..d0784912022
Binary files /dev/null and b/sound/vox_fem/oxygen.ogg differ
diff --git a/sound/vox_fem/p.ogg b/sound/vox_fem/p.ogg
index 98eacdf5498..e6b0a26bc6c 100644
Binary files a/sound/vox_fem/p.ogg and b/sound/vox_fem/p.ogg differ
diff --git a/sound/vox_fem/pacification.ogg b/sound/vox_fem/pacification.ogg
new file mode 100644
index 00000000000..7ebe2105164
Binary files /dev/null and b/sound/vox_fem/pacification.ogg differ
diff --git a/sound/vox_fem/pacify.ogg b/sound/vox_fem/pacify.ogg
index 15747e8d935..396b4cf672f 100644
Binary files a/sound/vox_fem/pacify.ogg and b/sound/vox_fem/pacify.ogg differ
diff --git a/sound/vox_fem/pain.ogg b/sound/vox_fem/pain.ogg
index 23ec6e2b7be..b1bf8b6d756 100644
Binary files a/sound/vox_fem/pain.ogg and b/sound/vox_fem/pain.ogg differ
diff --git a/sound/vox_fem/pal.ogg b/sound/vox_fem/pal.ogg
index d9eaecc16d9..f36a05f8df2 100644
Binary files a/sound/vox_fem/pal.ogg and b/sound/vox_fem/pal.ogg differ
diff --git a/sound/vox_fem/panel.ogg b/sound/vox_fem/panel.ogg
index c68029951d8..3f108bb61ac 100644
Binary files a/sound/vox_fem/panel.ogg and b/sound/vox_fem/panel.ogg differ
diff --git a/sound/vox_fem/panting.ogg b/sound/vox_fem/panting.ogg
new file mode 100644
index 00000000000..900d9d11b0c
Binary files /dev/null and b/sound/vox_fem/panting.ogg differ
diff --git a/sound/vox_fem/pathetic.ogg b/sound/vox_fem/pathetic.ogg
new file mode 100644
index 00000000000..6019ef98fdc
Binary files /dev/null and b/sound/vox_fem/pathetic.ogg differ
diff --git a/sound/vox_fem/percent.ogg b/sound/vox_fem/percent.ogg
index 5c7432454d9..cf96077c625 100644
Binary files a/sound/vox_fem/percent.ogg and b/sound/vox_fem/percent.ogg differ
diff --git a/sound/vox_fem/perfect.ogg b/sound/vox_fem/perfect.ogg
new file mode 100644
index 00000000000..e61ab54fe17
Binary files /dev/null and b/sound/vox_fem/perfect.ogg differ
diff --git a/sound/vox_fem/perimeter.ogg b/sound/vox_fem/perimeter.ogg
index f4d5cebad9e..e83c6296f7d 100644
Binary files a/sound/vox_fem/perimeter.ogg and b/sound/vox_fem/perimeter.ogg differ
diff --git a/sound/vox_fem/permitted.ogg b/sound/vox_fem/permitted.ogg
index 39ebc8678a4..57e4a0c5861 100644
Binary files a/sound/vox_fem/permitted.ogg and b/sound/vox_fem/permitted.ogg differ
diff --git a/sound/vox_fem/personal.ogg b/sound/vox_fem/personal.ogg
new file mode 100644
index 00000000000..d60ca7b927b
Binary files /dev/null and b/sound/vox_fem/personal.ogg differ
diff --git a/sound/vox_fem/personnel.ogg b/sound/vox_fem/personnel.ogg
index 9eba8eab376..3334451cf6f 100644
Binary files a/sound/vox_fem/personnel.ogg and b/sound/vox_fem/personnel.ogg differ
diff --git a/sound/vox_fem/pipe.ogg b/sound/vox_fem/pipe.ogg
index 54f6d7cd528..39324ca9cf1 100644
Binary files a/sound/vox_fem/pipe.ogg and b/sound/vox_fem/pipe.ogg differ
diff --git a/sound/vox_fem/piping.ogg b/sound/vox_fem/piping.ogg
new file mode 100644
index 00000000000..ed5f54b5c2d
Binary files /dev/null and b/sound/vox_fem/piping.ogg differ
diff --git a/sound/vox_fem/piss.ogg b/sound/vox_fem/piss.ogg
new file mode 100644
index 00000000000..7ec7aae9a40
Binary files /dev/null and b/sound/vox_fem/piss.ogg differ
diff --git a/sound/vox_fem/plant.ogg b/sound/vox_fem/plant.ogg
index 4b693d75bc9..1e7316a325c 100644
Binary files a/sound/vox_fem/plant.ogg and b/sound/vox_fem/plant.ogg differ
diff --git a/sound/vox_fem/plasma.ogg b/sound/vox_fem/plasma.ogg
index 4187d273d8c..39008f12370 100644
Binary files a/sound/vox_fem/plasma.ogg and b/sound/vox_fem/plasma.ogg differ
diff --git a/sound/vox_fem/plasmaman.ogg b/sound/vox_fem/plasmaman.ogg
new file mode 100644
index 00000000000..95a1289bfd9
Binary files /dev/null and b/sound/vox_fem/plasmaman.ogg differ
diff --git a/sound/vox_fem/platform.ogg b/sound/vox_fem/platform.ogg
index ede9921a167..d8cc5a4b979 100644
Binary files a/sound/vox_fem/platform.ogg and b/sound/vox_fem/platform.ogg differ
diff --git a/sound/vox_fem/plausible.ogg b/sound/vox_fem/plausible.ogg
new file mode 100644
index 00000000000..339d83542bc
Binary files /dev/null and b/sound/vox_fem/plausible.ogg differ
diff --git a/sound/vox_fem/please.ogg b/sound/vox_fem/please.ogg
index 829119d817c..f0fb0e9e518 100644
Binary files a/sound/vox_fem/please.ogg and b/sound/vox_fem/please.ogg differ
diff --git a/sound/vox_fem/point.ogg b/sound/vox_fem/point.ogg
index c837b25f763..e4970362f60 100644
Binary files a/sound/vox_fem/point.ogg and b/sound/vox_fem/point.ogg differ
diff --git a/sound/vox_fem/port.ogg b/sound/vox_fem/port.ogg
index aa2c783b50a..9b645595d0e 100644
Binary files a/sound/vox_fem/port.ogg and b/sound/vox_fem/port.ogg differ
diff --git a/sound/vox_fem/portal.ogg b/sound/vox_fem/portal.ogg
index fa1345c3dc4..744753f369b 100644
Binary files a/sound/vox_fem/portal.ogg and b/sound/vox_fem/portal.ogg differ
diff --git a/sound/vox_fem/possible.ogg b/sound/vox_fem/possible.ogg
new file mode 100644
index 00000000000..19449cdf563
Binary files /dev/null and b/sound/vox_fem/possible.ogg differ
diff --git a/sound/vox_fem/power.ogg b/sound/vox_fem/power.ogg
index 8c7f8f147a9..c7a3f04d6c7 100644
Binary files a/sound/vox_fem/power.ogg and b/sound/vox_fem/power.ogg differ
diff --git a/sound/vox_fem/presence.ogg b/sound/vox_fem/presence.ogg
index 7f8cb296d73..62ab4989de9 100644
Binary files a/sound/vox_fem/presence.ogg and b/sound/vox_fem/presence.ogg differ
diff --git a/sound/vox_fem/press.ogg b/sound/vox_fem/press.ogg
index a3e52593a3d..681a2e80685 100644
Binary files a/sound/vox_fem/press.ogg and b/sound/vox_fem/press.ogg differ
diff --git a/sound/vox_fem/pressure.ogg b/sound/vox_fem/pressure.ogg
new file mode 100644
index 00000000000..cab3b8c40a7
Binary files /dev/null and b/sound/vox_fem/pressure.ogg differ
diff --git a/sound/vox_fem/primary.ogg b/sound/vox_fem/primary.ogg
index 0452d8f00e5..92c7032016b 100644
Binary files a/sound/vox_fem/primary.ogg and b/sound/vox_fem/primary.ogg differ
diff --git a/sound/vox_fem/prison.ogg b/sound/vox_fem/prison.ogg
new file mode 100644
index 00000000000..09522c8eb6d
Binary files /dev/null and b/sound/vox_fem/prison.ogg differ
diff --git a/sound/vox_fem/prisoner.ogg b/sound/vox_fem/prisoner.ogg
new file mode 100644
index 00000000000..7d034b73d7e
Binary files /dev/null and b/sound/vox_fem/prisoner.ogg differ
diff --git a/sound/vox_fem/proceed.ogg b/sound/vox_fem/proceed.ogg
index 13d301240de..2ec29be05de 100644
Binary files a/sound/vox_fem/proceed.ogg and b/sound/vox_fem/proceed.ogg differ
diff --git a/sound/vox_fem/processing.ogg b/sound/vox_fem/processing.ogg
index c31af991ab1..188a4248aa0 100644
Binary files a/sound/vox_fem/processing.ogg and b/sound/vox_fem/processing.ogg differ
diff --git a/sound/vox_fem/progress.ogg b/sound/vox_fem/progress.ogg
index deefb0e56a7..2a1b96ac35b 100644
Binary files a/sound/vox_fem/progress.ogg and b/sound/vox_fem/progress.ogg differ
diff --git a/sound/vox_fem/proper.ogg b/sound/vox_fem/proper.ogg
index 4564070d09a..8f951cd6772 100644
Binary files a/sound/vox_fem/proper.ogg and b/sound/vox_fem/proper.ogg differ
diff --git a/sound/vox_fem/propulsion.ogg b/sound/vox_fem/propulsion.ogg
index b6f532b55ce..2d7e6143695 100644
Binary files a/sound/vox_fem/propulsion.ogg and b/sound/vox_fem/propulsion.ogg differ
diff --git a/sound/vox_fem/prosecute.ogg b/sound/vox_fem/prosecute.ogg
index 98478476fe5..1d2a43b6a8d 100644
Binary files a/sound/vox_fem/prosecute.ogg and b/sound/vox_fem/prosecute.ogg differ
diff --git a/sound/vox_fem/protective.ogg b/sound/vox_fem/protective.ogg
index c0f8ccc63e3..127ad1078dc 100644
Binary files a/sound/vox_fem/protective.ogg and b/sound/vox_fem/protective.ogg differ
diff --git a/sound/vox_fem/push.ogg b/sound/vox_fem/push.ogg
index 9c15d2dd3e8..29a11eb368c 100644
Binary files a/sound/vox_fem/push.ogg and b/sound/vox_fem/push.ogg differ
diff --git a/sound/vox_fem/put.ogg b/sound/vox_fem/put.ogg
new file mode 100644
index 00000000000..ae4172b34fd
Binary files /dev/null and b/sound/vox_fem/put.ogg differ
diff --git a/sound/vox_fem/q.ogg b/sound/vox_fem/q.ogg
index 1763bb631a2..312915feeef 100644
Binary files a/sound/vox_fem/q.ogg and b/sound/vox_fem/q.ogg differ
diff --git a/sound/vox_fem/quantum.ogg b/sound/vox_fem/quantum.ogg
index 57a03c9e823..e852399ceac 100644
Binary files a/sound/vox_fem/quantum.ogg and b/sound/vox_fem/quantum.ogg differ
diff --git a/sound/vox_fem/quarantine.ogg b/sound/vox_fem/quarantine.ogg
new file mode 100644
index 00000000000..b465c3c4550
Binary files /dev/null and b/sound/vox_fem/quarantine.ogg differ
diff --git a/sound/vox_fem/quartermaster.ogg b/sound/vox_fem/quartermaster.ogg
new file mode 100644
index 00000000000..9059a071621
Binary files /dev/null and b/sound/vox_fem/quartermaster.ogg differ
diff --git a/sound/vox_fem/quebec.ogg b/sound/vox_fem/quebec.ogg
index 7234289c360..cfb41bd7a6e 100644
Binary files a/sound/vox_fem/quebec.ogg and b/sound/vox_fem/quebec.ogg differ
diff --git a/sound/vox_fem/queen.ogg b/sound/vox_fem/queen.ogg
index 468d2eaf31a..b5dc2c2dc5b 100644
Binary files a/sound/vox_fem/queen.ogg and b/sound/vox_fem/queen.ogg differ
diff --git a/sound/vox_fem/question.ogg b/sound/vox_fem/question.ogg
index b849d536b0c..b03bd961b7c 100644
Binary files a/sound/vox_fem/question.ogg and b/sound/vox_fem/question.ogg differ
diff --git a/sound/vox_fem/questionable.ogg b/sound/vox_fem/questionable.ogg
new file mode 100644
index 00000000000..05ea4fc1e97
Binary files /dev/null and b/sound/vox_fem/questionable.ogg differ
diff --git a/sound/vox_fem/questioning.ogg b/sound/vox_fem/questioning.ogg
index fed35a84644..904fa083ce3 100644
Binary files a/sound/vox_fem/questioning.ogg and b/sound/vox_fem/questioning.ogg differ
diff --git a/sound/vox_fem/quick.ogg b/sound/vox_fem/quick.ogg
index efd970ea193..1eb296fbbd4 100644
Binary files a/sound/vox_fem/quick.ogg and b/sound/vox_fem/quick.ogg differ
diff --git a/sound/vox_fem/quit.ogg b/sound/vox_fem/quit.ogg
index ad3af8c4621..625cdc0aba8 100644
Binary files a/sound/vox_fem/quit.ogg and b/sound/vox_fem/quit.ogg differ
diff --git a/sound/vox_fem/r.ogg b/sound/vox_fem/r.ogg
index ee0c442249b..4b9e8b4cb55 100644
Binary files a/sound/vox_fem/r.ogg and b/sound/vox_fem/r.ogg differ
diff --git a/sound/vox_fem/radiation.ogg b/sound/vox_fem/radiation.ogg
index 83c42936576..cab9e9b4299 100644
Binary files a/sound/vox_fem/radiation.ogg and b/sound/vox_fem/radiation.ogg differ
diff --git a/sound/vox_fem/radioactive.ogg b/sound/vox_fem/radioactive.ogg
index 73dcd7f0ee8..4ca8511d053 100644
Binary files a/sound/vox_fem/radioactive.ogg and b/sound/vox_fem/radioactive.ogg differ
diff --git a/sound/vox_fem/rads.ogg b/sound/vox_fem/rads.ogg
index a5d1e631f6f..3390c97229a 100644
Binary files a/sound/vox_fem/rads.ogg and b/sound/vox_fem/rads.ogg differ
diff --git a/sound/vox_fem/raider.ogg b/sound/vox_fem/raider.ogg
index a14a2eaf0bd..b9fee4074d5 100644
Binary files a/sound/vox_fem/raider.ogg and b/sound/vox_fem/raider.ogg differ
diff --git a/sound/vox_fem/raiders.ogg b/sound/vox_fem/raiders.ogg
index 5d4e6689791..294555ebfc5 100644
Binary files a/sound/vox_fem/raiders.ogg and b/sound/vox_fem/raiders.ogg differ
diff --git a/sound/vox_fem/rapid.ogg b/sound/vox_fem/rapid.ogg
index 17bcad6f12f..e31e40c1870 100644
Binary files a/sound/vox_fem/rapid.ogg and b/sound/vox_fem/rapid.ogg differ
diff --git a/sound/vox_fem/reach.ogg b/sound/vox_fem/reach.ogg
index c3cb81cc39f..fbff196cac0 100644
Binary files a/sound/vox_fem/reach.ogg and b/sound/vox_fem/reach.ogg differ
diff --git a/sound/vox_fem/reached.ogg b/sound/vox_fem/reached.ogg
index 2fe07542c79..41be8956bb3 100644
Binary files a/sound/vox_fem/reached.ogg and b/sound/vox_fem/reached.ogg differ
diff --git a/sound/vox_fem/reactor.ogg b/sound/vox_fem/reactor.ogg
index ea05564d415..68110fbb75f 100644
Binary files a/sound/vox_fem/reactor.ogg and b/sound/vox_fem/reactor.ogg differ
diff --git a/sound/vox_fem/red.ogg b/sound/vox_fem/red.ogg
index 4d7226a0b13..8338c4b6f50 100644
Binary files a/sound/vox_fem/red.ogg and b/sound/vox_fem/red.ogg differ
diff --git a/sound/vox_fem/relay.ogg b/sound/vox_fem/relay.ogg
index 2f661b9c5e0..34d440000c3 100644
Binary files a/sound/vox_fem/relay.ogg and b/sound/vox_fem/relay.ogg differ
diff --git a/sound/vox_fem/released.ogg b/sound/vox_fem/released.ogg
index d7be271f41c..70dff1f4a4c 100644
Binary files a/sound/vox_fem/released.ogg and b/sound/vox_fem/released.ogg differ
diff --git a/sound/vox_fem/remaining.ogg b/sound/vox_fem/remaining.ogg
index a59165e1a51..0d018750d74 100644
Binary files a/sound/vox_fem/remaining.ogg and b/sound/vox_fem/remaining.ogg differ
diff --git a/sound/vox_fem/removal.ogg b/sound/vox_fem/removal.ogg
index cb4c68c4b70..fb581b43c69 100644
Binary files a/sound/vox_fem/removal.ogg and b/sound/vox_fem/removal.ogg differ
diff --git a/sound/vox_fem/renegade.ogg b/sound/vox_fem/renegade.ogg
index 3c25e933fb6..cfae7f3b8e6 100644
Binary files a/sound/vox_fem/renegade.ogg and b/sound/vox_fem/renegade.ogg differ
diff --git a/sound/vox_fem/repair.ogg b/sound/vox_fem/repair.ogg
index ee6f0921912..6829bee5ef3 100644
Binary files a/sound/vox_fem/repair.ogg and b/sound/vox_fem/repair.ogg differ
diff --git a/sound/vox_fem/report.ogg b/sound/vox_fem/report.ogg
index 13a3dcf6137..8cfe18bea23 100644
Binary files a/sound/vox_fem/report.ogg and b/sound/vox_fem/report.ogg differ
diff --git a/sound/vox_fem/reports.ogg b/sound/vox_fem/reports.ogg
index d4317a29c08..1f27a862a68 100644
Binary files a/sound/vox_fem/reports.ogg and b/sound/vox_fem/reports.ogg differ
diff --git a/sound/vox_fem/require.ogg b/sound/vox_fem/require.ogg
new file mode 100644
index 00000000000..0ada75c6987
Binary files /dev/null and b/sound/vox_fem/require.ogg differ
diff --git a/sound/vox_fem/required.ogg b/sound/vox_fem/required.ogg
index 89fe4af635f..554f2ab1203 100644
Binary files a/sound/vox_fem/required.ogg and b/sound/vox_fem/required.ogg differ
diff --git a/sound/vox_fem/research.ogg b/sound/vox_fem/research.ogg
index b7426ed6577..77b4ae3d3ed 100644
Binary files a/sound/vox_fem/research.ogg and b/sound/vox_fem/research.ogg differ
diff --git a/sound/vox_fem/resevoir.ogg b/sound/vox_fem/resevoir.ogg
index b021c4b0b46..b15a52ccb53 100644
Binary files a/sound/vox_fem/resevoir.ogg and b/sound/vox_fem/resevoir.ogg differ
diff --git a/sound/vox_fem/resistance.ogg b/sound/vox_fem/resistance.ogg
index 3abbe8c3831..f64a043d89e 100644
Binary files a/sound/vox_fem/resistance.ogg and b/sound/vox_fem/resistance.ogg differ
diff --git a/sound/vox_fem/rest.ogg b/sound/vox_fem/rest.ogg
index e41daa22d81..a1c0ac95de6 100644
Binary files a/sound/vox_fem/rest.ogg and b/sound/vox_fem/rest.ogg differ
diff --git a/sound/vox_fem/restoration.ogg b/sound/vox_fem/restoration.ogg
new file mode 100644
index 00000000000..b307653e5a0
Binary files /dev/null and b/sound/vox_fem/restoration.ogg differ
diff --git a/sound/vox_fem/revolution.ogg b/sound/vox_fem/revolution.ogg
new file mode 100644
index 00000000000..a72904df365
Binary files /dev/null and b/sound/vox_fem/revolution.ogg differ
diff --git a/sound/vox_fem/revolutionary.ogg b/sound/vox_fem/revolutionary.ogg
new file mode 100644
index 00000000000..a893a64669a
Binary files /dev/null and b/sound/vox_fem/revolutionary.ogg differ
diff --git a/sound/vox_fem/right.ogg b/sound/vox_fem/right.ogg
index b515afdfe14..09087c0a1fc 100644
Binary files a/sound/vox_fem/right.ogg and b/sound/vox_fem/right.ogg differ
diff --git a/sound/vox_fem/riot.ogg b/sound/vox_fem/riot.ogg
new file mode 100644
index 00000000000..b5beb3ec2fd
Binary files /dev/null and b/sound/vox_fem/riot.ogg differ
diff --git a/sound/vox_fem/roboticist.ogg b/sound/vox_fem/roboticist.ogg
new file mode 100644
index 00000000000..c644557dc80
Binary files /dev/null and b/sound/vox_fem/roboticist.ogg differ
diff --git a/sound/vox_fem/rocket.ogg b/sound/vox_fem/rocket.ogg
index ef56fb7397d..bc476fc6e0d 100644
Binary files a/sound/vox_fem/rocket.ogg and b/sound/vox_fem/rocket.ogg differ
diff --git a/sound/vox_fem/roger.ogg b/sound/vox_fem/roger.ogg
index ae9d841daaf..1665b78bbe5 100644
Binary files a/sound/vox_fem/roger.ogg and b/sound/vox_fem/roger.ogg differ
diff --git a/sound/vox_fem/rogue.ogg b/sound/vox_fem/rogue.ogg
new file mode 100644
index 00000000000..168fef8a1d8
Binary files /dev/null and b/sound/vox_fem/rogue.ogg differ
diff --git a/sound/vox_fem/romeo.ogg b/sound/vox_fem/romeo.ogg
index e5e5586d501..547e6823cbf 100644
Binary files a/sound/vox_fem/romeo.ogg and b/sound/vox_fem/romeo.ogg differ
diff --git a/sound/vox_fem/room.ogg b/sound/vox_fem/room.ogg
index 6f72372f88f..a4c1ed95af0 100644
Binary files a/sound/vox_fem/room.ogg and b/sound/vox_fem/room.ogg differ
diff --git a/sound/vox_fem/round.ogg b/sound/vox_fem/round.ogg
index b5ed3e15cec..8e0a8e24d86 100644
Binary files a/sound/vox_fem/round.ogg and b/sound/vox_fem/round.ogg differ
diff --git a/sound/vox_fem/run.ogg b/sound/vox_fem/run.ogg
index edfde382d30..799adfb8cba 100644
Binary files a/sound/vox_fem/run.ogg and b/sound/vox_fem/run.ogg differ
diff --git a/sound/vox_fem/rune.ogg b/sound/vox_fem/rune.ogg
new file mode 100644
index 00000000000..d29ccc801ad
Binary files /dev/null and b/sound/vox_fem/rune.ogg differ
diff --git a/sound/vox_fem/runtime.ogg b/sound/vox_fem/runtime.ogg
new file mode 100644
index 00000000000..9776a7460d6
Binary files /dev/null and b/sound/vox_fem/runtime.ogg differ
diff --git a/sound/vox_fem/s.ogg b/sound/vox_fem/s.ogg
index 40d08fa599d..404fca01489 100644
Binary files a/sound/vox_fem/s.ogg and b/sound/vox_fem/s.ogg differ
diff --git a/sound/vox_fem/sabotage.ogg b/sound/vox_fem/sabotage.ogg
new file mode 100644
index 00000000000..49d01756478
Binary files /dev/null and b/sound/vox_fem/sabotage.ogg differ
diff --git a/sound/vox_fem/safe.ogg b/sound/vox_fem/safe.ogg
index b7ffe4245b3..ae4fc6b56a9 100644
Binary files a/sound/vox_fem/safe.ogg and b/sound/vox_fem/safe.ogg differ
diff --git a/sound/vox_fem/safety.ogg b/sound/vox_fem/safety.ogg
index 4535a175afd..79a824542b5 100644
Binary files a/sound/vox_fem/safety.ogg and b/sound/vox_fem/safety.ogg differ
diff --git a/sound/vox_fem/sairhorn.ogg b/sound/vox_fem/sairhorn.ogg
new file mode 100644
index 00000000000..36504ab0d49
Binary files /dev/null and b/sound/vox_fem/sairhorn.ogg differ
diff --git a/sound/vox_fem/sarah.ogg b/sound/vox_fem/sarah.ogg
index caece78a0bf..689fafd050d 100644
Binary files a/sound/vox_fem/sarah.ogg and b/sound/vox_fem/sarah.ogg differ
diff --git a/sound/vox_fem/sargeant.ogg b/sound/vox_fem/sargeant.ogg
index 6e1c38a9430..1c8bab79b2a 100644
Binary files a/sound/vox_fem/sargeant.ogg and b/sound/vox_fem/sargeant.ogg differ
diff --git a/sound/vox_fem/satellite.ogg b/sound/vox_fem/satellite.ogg
index 95a8b7043a2..427cadc8258 100644
Binary files a/sound/vox_fem/satellite.ogg and b/sound/vox_fem/satellite.ogg differ
diff --git a/sound/vox_fem/save.ogg b/sound/vox_fem/save.ogg
index 7a91a6429d4..392e5e9c2e5 100644
Binary files a/sound/vox_fem/save.ogg and b/sound/vox_fem/save.ogg differ
diff --git a/sound/vox_fem/scensor.ogg b/sound/vox_fem/scensor.ogg
new file mode 100644
index 00000000000..f79af3fb5d7
Binary files /dev/null and b/sound/vox_fem/scensor.ogg differ
diff --git a/sound/vox_fem/science.ogg b/sound/vox_fem/science.ogg
index 72c62bfcbfc..d092fab3aaf 100644
Binary files a/sound/vox_fem/science.ogg and b/sound/vox_fem/science.ogg differ
diff --git a/sound/vox_fem/scientist.ogg b/sound/vox_fem/scientist.ogg
new file mode 100644
index 00000000000..f59a5da98f1
Binary files /dev/null and b/sound/vox_fem/scientist.ogg differ
diff --git a/sound/vox_fem/scream.ogg b/sound/vox_fem/scream.ogg
index 2e7a12a6dbe..52616eaa8a8 100644
Binary files a/sound/vox_fem/scream.ogg and b/sound/vox_fem/scream.ogg differ
diff --git a/sound/vox_fem/screen.ogg b/sound/vox_fem/screen.ogg
index 0303f1e3982..ffe54256af9 100644
Binary files a/sound/vox_fem/screen.ogg and b/sound/vox_fem/screen.ogg differ
diff --git a/sound/vox_fem/search.ogg b/sound/vox_fem/search.ogg
index a1153e1baba..d19b53e1924 100644
Binary files a/sound/vox_fem/search.ogg and b/sound/vox_fem/search.ogg differ
diff --git a/sound/vox_fem/second.ogg b/sound/vox_fem/second.ogg
index 6e13ef40477..4e2988aa2b2 100644
Binary files a/sound/vox_fem/second.ogg and b/sound/vox_fem/second.ogg differ
diff --git a/sound/vox_fem/secondary.ogg b/sound/vox_fem/secondary.ogg
index bdbadfa27ed..2a7f53a4dbe 100644
Binary files a/sound/vox_fem/secondary.ogg and b/sound/vox_fem/secondary.ogg differ
diff --git a/sound/vox_fem/seconds.ogg b/sound/vox_fem/seconds.ogg
index 29d22cae9e2..546a76de576 100644
Binary files a/sound/vox_fem/seconds.ogg and b/sound/vox_fem/seconds.ogg differ
diff --git a/sound/vox_fem/section.ogg b/sound/vox_fem/section.ogg
new file mode 100644
index 00000000000..b40b16949cf
Binary files /dev/null and b/sound/vox_fem/section.ogg differ
diff --git a/sound/vox_fem/sector.ogg b/sound/vox_fem/sector.ogg
index f80294a8162..0973b485cfb 100644
Binary files a/sound/vox_fem/sector.ogg and b/sound/vox_fem/sector.ogg differ
diff --git a/sound/vox_fem/secure.ogg b/sound/vox_fem/secure.ogg
index 6ed743af7c3..88ff5f639cd 100644
Binary files a/sound/vox_fem/secure.ogg and b/sound/vox_fem/secure.ogg differ
diff --git a/sound/vox_fem/secured.ogg b/sound/vox_fem/secured.ogg
index f5126adec59..f2bfcf17cb4 100644
Binary files a/sound/vox_fem/secured.ogg and b/sound/vox_fem/secured.ogg differ
diff --git a/sound/vox_fem/security.ogg b/sound/vox_fem/security.ogg
index 79c380eaf04..58ac63e69b4 100644
Binary files a/sound/vox_fem/security.ogg and b/sound/vox_fem/security.ogg differ
diff --git a/sound/vox_fem/select.ogg b/sound/vox_fem/select.ogg
index e98a0b8de83..0d9a2fed6d9 100644
Binary files a/sound/vox_fem/select.ogg and b/sound/vox_fem/select.ogg differ
diff --git a/sound/vox_fem/selected.ogg b/sound/vox_fem/selected.ogg
index 4aca5508673..a1045477a87 100644
Binary files a/sound/vox_fem/selected.ogg and b/sound/vox_fem/selected.ogg differ
diff --git a/sound/vox_fem/self.ogg b/sound/vox_fem/self.ogg
new file mode 100644
index 00000000000..ab1433ebf07
Binary files /dev/null and b/sound/vox_fem/self.ogg differ
diff --git a/sound/vox_fem/sensors.ogg b/sound/vox_fem/sensors.ogg
index ee582ca9abb..9bfa83f176a 100644
Binary files a/sound/vox_fem/sensors.ogg and b/sound/vox_fem/sensors.ogg differ
diff --git a/sound/vox_fem/server.ogg b/sound/vox_fem/server.ogg
new file mode 100644
index 00000000000..db5ef5e9ef6
Binary files /dev/null and b/sound/vox_fem/server.ogg differ
diff --git a/sound/vox_fem/service.ogg b/sound/vox_fem/service.ogg
index 372a89ce9d1..4f78c06428a 100644
Binary files a/sound/vox_fem/service.ogg and b/sound/vox_fem/service.ogg differ
diff --git a/sound/vox_fem/seven.ogg b/sound/vox_fem/seven.ogg
index e86498ddf44..77f7b1b7d5e 100644
Binary files a/sound/vox_fem/seven.ogg and b/sound/vox_fem/seven.ogg differ
diff --git a/sound/vox_fem/seventeen.ogg b/sound/vox_fem/seventeen.ogg
index 84e52f12d6d..863b8bf6e24 100644
Binary files a/sound/vox_fem/seventeen.ogg and b/sound/vox_fem/seventeen.ogg differ
diff --git a/sound/vox_fem/seventy.ogg b/sound/vox_fem/seventy.ogg
index d42bf34d0ef..bad82c2fc2d 100644
Binary files a/sound/vox_fem/seventy.ogg and b/sound/vox_fem/seventy.ogg differ
diff --git a/sound/vox_fem/severe.ogg b/sound/vox_fem/severe.ogg
index b99d49ebc73..070d36f5bc5 100644
Binary files a/sound/vox_fem/severe.ogg and b/sound/vox_fem/severe.ogg differ
diff --git a/sound/vox_fem/sewage.ogg b/sound/vox_fem/sewage.ogg
index f9988fcbb28..f520a266b90 100644
Binary files a/sound/vox_fem/sewage.ogg and b/sound/vox_fem/sewage.ogg differ
diff --git a/sound/vox_fem/sewer.ogg b/sound/vox_fem/sewer.ogg
index 30e9b08a5a9..a7a4814956a 100644
Binary files a/sound/vox_fem/sewer.ogg and b/sound/vox_fem/sewer.ogg differ
diff --git a/sound/vox_fem/shaft.ogg b/sound/vox_fem/shaft.ogg
new file mode 100644
index 00000000000..b18870d84c7
Binary files /dev/null and b/sound/vox_fem/shaft.ogg differ
diff --git a/sound/vox_fem/she.ogg b/sound/vox_fem/she.ogg
new file mode 100644
index 00000000000..dedf01c15dd
Binary files /dev/null and b/sound/vox_fem/she.ogg differ
diff --git a/sound/vox_fem/shield.ogg b/sound/vox_fem/shield.ogg
index 3a4daa666a7..47f1e1ec682 100644
Binary files a/sound/vox_fem/shield.ogg and b/sound/vox_fem/shield.ogg differ
diff --git a/sound/vox_fem/shipment.ogg b/sound/vox_fem/shipment.ogg
index bfcbaddeeb0..ec5b78f6155 100644
Binary files a/sound/vox_fem/shipment.ogg and b/sound/vox_fem/shipment.ogg differ
diff --git a/sound/vox_fem/shirt.ogg b/sound/vox_fem/shirt.ogg
index 6fc1d202569..c746fc4ea59 100644
Binary files a/sound/vox_fem/shirt.ogg and b/sound/vox_fem/shirt.ogg differ
diff --git a/sound/vox_fem/shit.ogg b/sound/vox_fem/shit.ogg
index ac9dcd6684c..cb726c44b67 100644
Binary files a/sound/vox_fem/shit.ogg and b/sound/vox_fem/shit.ogg differ
diff --git a/sound/vox_fem/shitlord.ogg b/sound/vox_fem/shitlord.ogg
index 2f615748fe0..4093d18fa50 100644
Binary files a/sound/vox_fem/shitlord.ogg and b/sound/vox_fem/shitlord.ogg differ
diff --git a/sound/vox_fem/shits.ogg b/sound/vox_fem/shits.ogg
index 7bab92de7fe..b7d2586e5b4 100644
Binary files a/sound/vox_fem/shits.ogg and b/sound/vox_fem/shits.ogg differ
diff --git a/sound/vox_fem/shitting.ogg b/sound/vox_fem/shitting.ogg
index 550e3e6fe75..7db29e5868c 100644
Binary files a/sound/vox_fem/shitting.ogg and b/sound/vox_fem/shitting.ogg differ
diff --git a/sound/vox_fem/shock.ogg b/sound/vox_fem/shock.ogg
index 0eaaae1f473..ae722b6b337 100644
Binary files a/sound/vox_fem/shock.ogg and b/sound/vox_fem/shock.ogg differ
diff --git a/sound/vox_fem/shonk.ogg b/sound/vox_fem/shonk.ogg
new file mode 100644
index 00000000000..4e23c73df58
Binary files /dev/null and b/sound/vox_fem/shonk.ogg differ
diff --git a/sound/vox_fem/shoot.ogg b/sound/vox_fem/shoot.ogg
index 3b2333e489f..b4d72c61dcb 100644
Binary files a/sound/vox_fem/shoot.ogg and b/sound/vox_fem/shoot.ogg differ
diff --git a/sound/vox_fem/shower.ogg b/sound/vox_fem/shower.ogg
index 0ee0234961b..a10829d2f8b 100644
Binary files a/sound/vox_fem/shower.ogg and b/sound/vox_fem/shower.ogg differ
diff --git a/sound/vox_fem/shut.ogg b/sound/vox_fem/shut.ogg
index c7db582d06d..b0920b27f2e 100644
Binary files a/sound/vox_fem/shut.ogg and b/sound/vox_fem/shut.ogg differ
diff --git a/sound/vox_fem/shuttle.ogg b/sound/vox_fem/shuttle.ogg
index fd99a8239c3..903292aa2e0 100644
Binary files a/sound/vox_fem/shuttle.ogg and b/sound/vox_fem/shuttle.ogg differ
diff --git a/sound/vox_fem/sick.ogg b/sound/vox_fem/sick.ogg
new file mode 100644
index 00000000000..4bee521f75e
Binary files /dev/null and b/sound/vox_fem/sick.ogg differ
diff --git a/sound/vox_fem/side.ogg b/sound/vox_fem/side.ogg
index ea7b6fe8070..d9bd817e940 100644
Binary files a/sound/vox_fem/side.ogg and b/sound/vox_fem/side.ogg differ
diff --git a/sound/vox_fem/sierra.ogg b/sound/vox_fem/sierra.ogg
index dff0940bfe2..2379c6866b4 100644
Binary files a/sound/vox_fem/sierra.ogg and b/sound/vox_fem/sierra.ogg differ
diff --git a/sound/vox_fem/sight.ogg b/sound/vox_fem/sight.ogg
index 18c20572759..c2224392a7e 100644
Binary files a/sound/vox_fem/sight.ogg and b/sound/vox_fem/sight.ogg differ
diff --git a/sound/vox_fem/silicon.ogg b/sound/vox_fem/silicon.ogg
new file mode 100644
index 00000000000..bb2a45bb356
Binary files /dev/null and b/sound/vox_fem/silicon.ogg differ
diff --git a/sound/vox_fem/silo.ogg b/sound/vox_fem/silo.ogg
index 90898029889..81db10ca5f0 100644
Binary files a/sound/vox_fem/silo.ogg and b/sound/vox_fem/silo.ogg differ
diff --git a/sound/vox_fem/singularity.ogg b/sound/vox_fem/singularity.ogg
index 18fa8c0a576..09cb93e0776 100644
Binary files a/sound/vox_fem/singularity.ogg and b/sound/vox_fem/singularity.ogg differ
diff --git a/sound/vox_fem/six.ogg b/sound/vox_fem/six.ogg
index ddb45cfe20c..3ecce0bcb12 100644
Binary files a/sound/vox_fem/six.ogg and b/sound/vox_fem/six.ogg differ
diff --git a/sound/vox_fem/sixteen.ogg b/sound/vox_fem/sixteen.ogg
index ae4a4acc758..4edb7e6231e 100644
Binary files a/sound/vox_fem/sixteen.ogg and b/sound/vox_fem/sixteen.ogg differ
diff --git a/sound/vox_fem/sixty.ogg b/sound/vox_fem/sixty.ogg
index 4f1877f9791..a6a2f1f34bd 100644
Binary files a/sound/vox_fem/sixty.ogg and b/sound/vox_fem/sixty.ogg differ
diff --git a/sound/vox_fem/skeleton.ogg b/sound/vox_fem/skeleton.ogg
new file mode 100644
index 00000000000..f6d1b850409
Binary files /dev/null and b/sound/vox_fem/skeleton.ogg differ
diff --git a/sound/vox_fem/slaughter.ogg b/sound/vox_fem/slaughter.ogg
new file mode 100644
index 00000000000..0bde97fcff3
Binary files /dev/null and b/sound/vox_fem/slaughter.ogg differ
diff --git a/sound/vox_fem/slime.ogg b/sound/vox_fem/slime.ogg
index eeae42794e3..9f02e58e436 100644
Binary files a/sound/vox_fem/slime.ogg and b/sound/vox_fem/slime.ogg differ
diff --git a/sound/vox_fem/slip.ogg b/sound/vox_fem/slip.ogg
new file mode 100644
index 00000000000..bc6a3f89304
Binary files /dev/null and b/sound/vox_fem/slip.ogg differ
diff --git a/sound/vox_fem/slippery.ogg b/sound/vox_fem/slippery.ogg
new file mode 100644
index 00000000000..72d7052003d
Binary files /dev/null and b/sound/vox_fem/slippery.ogg differ
diff --git a/sound/vox_fem/slow.ogg b/sound/vox_fem/slow.ogg
index d08f367ccc4..b2087a3fc5c 100644
Binary files a/sound/vox_fem/slow.ogg and b/sound/vox_fem/slow.ogg differ
diff --git a/sound/vox_fem/sm.ogg b/sound/vox_fem/sm.ogg
new file mode 100644
index 00000000000..7e4d6f51f1a
Binary files /dev/null and b/sound/vox_fem/sm.ogg differ
diff --git a/sound/vox_fem/solar.ogg b/sound/vox_fem/solar.ogg
index e1b842a1ef4..98668c7be35 100644
Binary files a/sound/vox_fem/solar.ogg and b/sound/vox_fem/solar.ogg differ
diff --git a/sound/vox_fem/solars.ogg b/sound/vox_fem/solars.ogg
index 4c2699194d9..d13080877c8 100644
Binary files a/sound/vox_fem/solars.ogg and b/sound/vox_fem/solars.ogg differ
diff --git a/sound/vox_fem/soldier.ogg b/sound/vox_fem/soldier.ogg
index 33e82c8da68..0e4fa1aed89 100644
Binary files a/sound/vox_fem/soldier.ogg and b/sound/vox_fem/soldier.ogg differ
diff --git a/sound/vox_fem/some.ogg b/sound/vox_fem/some.ogg
index ea24836f7f5..a415dd82435 100644
Binary files a/sound/vox_fem/some.ogg and b/sound/vox_fem/some.ogg differ
diff --git a/sound/vox_fem/someone.ogg b/sound/vox_fem/someone.ogg
index 1586dfe0f6c..875b1e03358 100644
Binary files a/sound/vox_fem/someone.ogg and b/sound/vox_fem/someone.ogg differ
diff --git a/sound/vox_fem/something.ogg b/sound/vox_fem/something.ogg
index a7f12de2054..85c587ded4a 100644
Binary files a/sound/vox_fem/something.ogg and b/sound/vox_fem/something.ogg differ
diff --git a/sound/vox_fem/son.ogg b/sound/vox_fem/son.ogg
index 943d4fe23c5..9b91846f76f 100644
Binary files a/sound/vox_fem/son.ogg and b/sound/vox_fem/son.ogg differ
diff --git a/sound/vox_fem/sorry.ogg b/sound/vox_fem/sorry.ogg
index 9d2da84540e..400c13f1b22 100644
Binary files a/sound/vox_fem/sorry.ogg and b/sound/vox_fem/sorry.ogg differ
diff --git a/sound/vox_fem/south.ogg b/sound/vox_fem/south.ogg
index 5ce09ffa698..ff512465960 100644
Binary files a/sound/vox_fem/south.ogg and b/sound/vox_fem/south.ogg differ
diff --git a/sound/vox_fem/space.ogg b/sound/vox_fem/space.ogg
new file mode 100644
index 00000000000..23909673a38
Binary files /dev/null and b/sound/vox_fem/space.ogg differ
diff --git a/sound/vox_fem/squad.ogg b/sound/vox_fem/squad.ogg
index d356c019fcb..163dd570cb0 100644
Binary files a/sound/vox_fem/squad.ogg and b/sound/vox_fem/squad.ogg differ
diff --git a/sound/vox_fem/square.ogg b/sound/vox_fem/square.ogg
index e7c91123cd5..f75eee54a17 100644
Binary files a/sound/vox_fem/square.ogg and b/sound/vox_fem/square.ogg differ
diff --git a/sound/vox_fem/ss13.ogg b/sound/vox_fem/ss13.ogg
index e4e80e829ee..6cd69f5415f 100644
Binary files a/sound/vox_fem/ss13.ogg and b/sound/vox_fem/ss13.ogg differ
diff --git a/sound/vox_fem/stairway.ogg b/sound/vox_fem/stairway.ogg
index 713960cf62e..8cf54e0584e 100644
Binary files a/sound/vox_fem/stairway.ogg and b/sound/vox_fem/stairway.ogg differ
diff --git a/sound/vox_fem/starboard.ogg b/sound/vox_fem/starboard.ogg
index 02c0ffe10ba..d5b328a3b2b 100644
Binary files a/sound/vox_fem/starboard.ogg and b/sound/vox_fem/starboard.ogg differ
diff --git a/sound/vox_fem/station.ogg b/sound/vox_fem/station.ogg
index 465b83db809..cddcb9bcd0c 100644
Binary files a/sound/vox_fem/station.ogg and b/sound/vox_fem/station.ogg differ
diff --git a/sound/vox_fem/status.ogg b/sound/vox_fem/status.ogg
index 985765375fc..3eefa0ea914 100644
Binary files a/sound/vox_fem/status.ogg and b/sound/vox_fem/status.ogg differ
diff --git a/sound/vox_fem/stay.ogg b/sound/vox_fem/stay.ogg
new file mode 100644
index 00000000000..6ee63fcdedb
Binary files /dev/null and b/sound/vox_fem/stay.ogg differ
diff --git a/sound/vox_fem/sterile.ogg b/sound/vox_fem/sterile.ogg
index 3a51aecaf6b..3cac8c1a74b 100644
Binary files a/sound/vox_fem/sterile.ogg and b/sound/vox_fem/sterile.ogg differ
diff --git a/sound/vox_fem/sterilization.ogg b/sound/vox_fem/sterilization.ogg
index ebf092c8449..203fc532ab1 100644
Binary files a/sound/vox_fem/sterilization.ogg and b/sound/vox_fem/sterilization.ogg differ
diff --git a/sound/vox_fem/stop.ogg b/sound/vox_fem/stop.ogg
new file mode 100644
index 00000000000..dc8f4e16669
Binary files /dev/null and b/sound/vox_fem/stop.ogg differ
diff --git a/sound/vox_fem/storage.ogg b/sound/vox_fem/storage.ogg
index cc57069c25f..5a75b6ad708 100644
Binary files a/sound/vox_fem/storage.ogg and b/sound/vox_fem/storage.ogg differ
diff --git a/sound/vox_fem/strong.ogg b/sound/vox_fem/strong.ogg
new file mode 100644
index 00000000000..eeb71bdcfc4
Binary files /dev/null and b/sound/vox_fem/strong.ogg differ
diff --git a/sound/vox_fem/stuck.ogg b/sound/vox_fem/stuck.ogg
index c4e477de6aa..31d93647a48 100644
Binary files a/sound/vox_fem/stuck.ogg and b/sound/vox_fem/stuck.ogg differ
diff --git a/sound/vox_fem/sub.ogg b/sound/vox_fem/sub.ogg
index 92c240a6468..7105f5a6918 100644
Binary files a/sound/vox_fem/sub.ogg and b/sound/vox_fem/sub.ogg differ
diff --git a/sound/vox_fem/subsurface.ogg b/sound/vox_fem/subsurface.ogg
index 24da9c88936..d3637976428 100644
Binary files a/sound/vox_fem/subsurface.ogg and b/sound/vox_fem/subsurface.ogg differ
diff --git a/sound/vox_fem/sudden.ogg b/sound/vox_fem/sudden.ogg
index baee11baaed..8eeb44f4ad1 100644
Binary files a/sound/vox_fem/sudden.ogg and b/sound/vox_fem/sudden.ogg differ
diff --git a/sound/vox_fem/suffer.ogg b/sound/vox_fem/suffer.ogg
index a1ab81689d5..e37727f4a48 100644
Binary files a/sound/vox_fem/suffer.ogg and b/sound/vox_fem/suffer.ogg differ
diff --git a/sound/vox_fem/suit.ogg b/sound/vox_fem/suit.ogg
index e188763215e..e4b4a9be8ee 100644
Binary files a/sound/vox_fem/suit.ogg and b/sound/vox_fem/suit.ogg differ
diff --git a/sound/vox_fem/superconducting.ogg b/sound/vox_fem/superconducting.ogg
index c89ab9b9eb3..7b5c6a70336 100644
Binary files a/sound/vox_fem/superconducting.ogg and b/sound/vox_fem/superconducting.ogg differ
diff --git a/sound/vox_fem/supercooled.ogg b/sound/vox_fem/supercooled.ogg
index c377951455b..b0736de6083 100644
Binary files a/sound/vox_fem/supercooled.ogg and b/sound/vox_fem/supercooled.ogg differ
diff --git a/sound/vox_fem/supermatter.ogg b/sound/vox_fem/supermatter.ogg
new file mode 100644
index 00000000000..7aa405a662c
Binary files /dev/null and b/sound/vox_fem/supermatter.ogg differ
diff --git a/sound/vox_fem/supply.ogg b/sound/vox_fem/supply.ogg
index 992b2c68f81..8f18d501d2b 100644
Binary files a/sound/vox_fem/supply.ogg and b/sound/vox_fem/supply.ogg differ
diff --git a/sound/vox_fem/surface.ogg b/sound/vox_fem/surface.ogg
index afe81808dd3..e5ac17d86c3 100644
Binary files a/sound/vox_fem/surface.ogg and b/sound/vox_fem/surface.ogg differ
diff --git a/sound/vox_fem/surrender.ogg b/sound/vox_fem/surrender.ogg
index 207629f6ccc..563d5bf3f87 100644
Binary files a/sound/vox_fem/surrender.ogg and b/sound/vox_fem/surrender.ogg differ
diff --git a/sound/vox_fem/surround.ogg b/sound/vox_fem/surround.ogg
index 88d209d2651..514ba97e70c 100644
Binary files a/sound/vox_fem/surround.ogg and b/sound/vox_fem/surround.ogg differ
diff --git a/sound/vox_fem/surrounded.ogg b/sound/vox_fem/surrounded.ogg
index 411040fa4dd..d47c74b95cc 100644
Binary files a/sound/vox_fem/surrounded.ogg and b/sound/vox_fem/surrounded.ogg differ
diff --git a/sound/vox_fem/sweating.ogg b/sound/vox_fem/sweating.ogg
new file mode 100644
index 00000000000..140e4673416
Binary files /dev/null and b/sound/vox_fem/sweating.ogg differ
diff --git a/sound/vox_fem/swhitenoise.ogg b/sound/vox_fem/swhitenoise.ogg
new file mode 100644
index 00000000000..4642bf92b00
Binary files /dev/null and b/sound/vox_fem/swhitenoise.ogg differ
diff --git a/sound/vox_fem/switch.ogg b/sound/vox_fem/switch.ogg
index f98be12953c..4e3e058b110 100644
Binary files a/sound/vox_fem/switch.ogg and b/sound/vox_fem/switch.ogg differ
diff --git a/sound/vox_fem/syndicate.ogg b/sound/vox_fem/syndicate.ogg
index e085c981565..ad6708e4d71 100644
Binary files a/sound/vox_fem/syndicate.ogg and b/sound/vox_fem/syndicate.ogg differ
diff --git a/sound/vox_fem/system.ogg b/sound/vox_fem/system.ogg
index 8c3cb383ff5..49293e2803b 100644
Binary files a/sound/vox_fem/system.ogg and b/sound/vox_fem/system.ogg differ
diff --git a/sound/vox_fem/systems.ogg b/sound/vox_fem/systems.ogg
index 79b7ca80c31..394f56ca183 100644
Binary files a/sound/vox_fem/systems.ogg and b/sound/vox_fem/systems.ogg differ
diff --git a/sound/vox_fem/t.ogg b/sound/vox_fem/t.ogg
index f7bc5996a34..e6d81bf9781 100644
Binary files a/sound/vox_fem/t.ogg and b/sound/vox_fem/t.ogg differ
diff --git a/sound/vox_fem/table.ogg b/sound/vox_fem/table.ogg
new file mode 100644
index 00000000000..e8f84ec10b8
Binary files /dev/null and b/sound/vox_fem/table.ogg differ
diff --git a/sound/vox_fem/tactical.ogg b/sound/vox_fem/tactical.ogg
index a482dba476e..cddffb42b56 100644
Binary files a/sound/vox_fem/tactical.ogg and b/sound/vox_fem/tactical.ogg differ
diff --git a/sound/vox_fem/take.ogg b/sound/vox_fem/take.ogg
index f3c5c6f1eef..2fbc7d2dbd8 100644
Binary files a/sound/vox_fem/take.ogg and b/sound/vox_fem/take.ogg differ
diff --git a/sound/vox_fem/talk.ogg b/sound/vox_fem/talk.ogg
index 122cc1e59e6..639c05d6d8c 100644
Binary files a/sound/vox_fem/talk.ogg and b/sound/vox_fem/talk.ogg differ
diff --git a/sound/vox_fem/tampered.ogg b/sound/vox_fem/tampered.ogg
new file mode 100644
index 00000000000..1540d1fdb86
Binary files /dev/null and b/sound/vox_fem/tampered.ogg differ
diff --git a/sound/vox_fem/tango.ogg b/sound/vox_fem/tango.ogg
index eb8602f8c5f..1901272c2d5 100644
Binary files a/sound/vox_fem/tango.ogg and b/sound/vox_fem/tango.ogg differ
diff --git a/sound/vox_fem/tank.ogg b/sound/vox_fem/tank.ogg
index 6a7943a998c..de601ee42bd 100644
Binary files a/sound/vox_fem/tank.ogg and b/sound/vox_fem/tank.ogg differ
diff --git a/sound/vox_fem/target.ogg b/sound/vox_fem/target.ogg
index f12c29de47d..cd25f973c7b 100644
Binary files a/sound/vox_fem/target.ogg and b/sound/vox_fem/target.ogg differ
diff --git a/sound/vox_fem/team.ogg b/sound/vox_fem/team.ogg
index 7269dd82232..0da37a0e729 100644
Binary files a/sound/vox_fem/team.ogg and b/sound/vox_fem/team.ogg differ
diff --git a/sound/vox_fem/tech.ogg b/sound/vox_fem/tech.ogg
new file mode 100644
index 00000000000..508f2b36138
Binary files /dev/null and b/sound/vox_fem/tech.ogg differ
diff --git a/sound/vox_fem/technician.ogg b/sound/vox_fem/technician.ogg
new file mode 100644
index 00000000000..d2726c02bf3
Binary files /dev/null and b/sound/vox_fem/technician.ogg differ
diff --git a/sound/vox_fem/technology.ogg b/sound/vox_fem/technology.ogg
new file mode 100644
index 00000000000..6ffd2f21dbe
Binary files /dev/null and b/sound/vox_fem/technology.ogg differ
diff --git a/sound/vox_fem/temperature.ogg b/sound/vox_fem/temperature.ogg
index ae85c3ffedf..f211ef728c0 100644
Binary files a/sound/vox_fem/temperature.ogg and b/sound/vox_fem/temperature.ogg differ
diff --git a/sound/vox_fem/temporal.ogg b/sound/vox_fem/temporal.ogg
index efa1de6189e..4d3476bfff5 100644
Binary files a/sound/vox_fem/temporal.ogg and b/sound/vox_fem/temporal.ogg differ
diff --git a/sound/vox_fem/ten.ogg b/sound/vox_fem/ten.ogg
index d7c97e6310c..2bd4483bbfb 100644
Binary files a/sound/vox_fem/ten.ogg and b/sound/vox_fem/ten.ogg differ
diff --git a/sound/vox_fem/terminal.ogg b/sound/vox_fem/terminal.ogg
index e19141b4de6..2f78cf1e149 100644
Binary files a/sound/vox_fem/terminal.ogg and b/sound/vox_fem/terminal.ogg differ
diff --git a/sound/vox_fem/terminated.ogg b/sound/vox_fem/terminated.ogg
index 505b5955123..b816e39ec57 100644
Binary files a/sound/vox_fem/terminated.ogg and b/sound/vox_fem/terminated.ogg differ
diff --git a/sound/vox_fem/termination.ogg b/sound/vox_fem/termination.ogg
index bc96b64a00b..745b150c673 100644
Binary files a/sound/vox_fem/termination.ogg and b/sound/vox_fem/termination.ogg differ
diff --git a/sound/vox_fem/test.ogg b/sound/vox_fem/test.ogg
index 90261697c96..ec0240b20c5 100644
Binary files a/sound/vox_fem/test.ogg and b/sound/vox_fem/test.ogg differ
diff --git a/sound/vox_fem/text.ogg b/sound/vox_fem/text.ogg
new file mode 100644
index 00000000000..b7f0ed2ab9c
Binary files /dev/null and b/sound/vox_fem/text.ogg differ
diff --git a/sound/vox_fem/that.ogg b/sound/vox_fem/that.ogg
index 868cdb0bf2d..65c08f13948 100644
Binary files a/sound/vox_fem/that.ogg and b/sound/vox_fem/that.ogg differ
diff --git a/sound/vox_fem/the.ogg b/sound/vox_fem/the.ogg
index f3783635aab..79629c2bc27 100644
Binary files a/sound/vox_fem/the.ogg and b/sound/vox_fem/the.ogg differ
diff --git a/sound/vox_fem/theater.ogg b/sound/vox_fem/theater.ogg
new file mode 100644
index 00000000000..4cf901fbb76
Binary files /dev/null and b/sound/vox_fem/theater.ogg differ
diff --git a/sound/vox_fem/them.ogg b/sound/vox_fem/them.ogg
new file mode 100644
index 00000000000..8984ce9bb8f
Binary files /dev/null and b/sound/vox_fem/them.ogg differ
diff --git a/sound/vox_fem/then.ogg b/sound/vox_fem/then.ogg
index 547b2238b1a..f7bd169fe25 100644
Binary files a/sound/vox_fem/then.ogg and b/sound/vox_fem/then.ogg differ
diff --git a/sound/vox_fem/there.ogg b/sound/vox_fem/there.ogg
index 928bba64194..05d665592e1 100644
Binary files a/sound/vox_fem/there.ogg and b/sound/vox_fem/there.ogg differ
diff --git a/sound/vox_fem/they.ogg b/sound/vox_fem/they.ogg
new file mode 100644
index 00000000000..f0bc1b424bb
Binary files /dev/null and b/sound/vox_fem/they.ogg differ
diff --git a/sound/vox_fem/third.ogg b/sound/vox_fem/third.ogg
index 63202c53214..6cc5316a63a 100644
Binary files a/sound/vox_fem/third.ogg and b/sound/vox_fem/third.ogg differ
diff --git a/sound/vox_fem/thirteen.ogg b/sound/vox_fem/thirteen.ogg
index 88115f5fa10..859b89ea1a7 100644
Binary files a/sound/vox_fem/thirteen.ogg and b/sound/vox_fem/thirteen.ogg differ
diff --git a/sound/vox_fem/thirty.ogg b/sound/vox_fem/thirty.ogg
index 12e50744c38..3a977ba8c97 100644
Binary files a/sound/vox_fem/thirty.ogg and b/sound/vox_fem/thirty.ogg differ
diff --git a/sound/vox_fem/this.ogg b/sound/vox_fem/this.ogg
index b55923a48f4..95bdb5b6fea 100644
Binary files a/sound/vox_fem/this.ogg and b/sound/vox_fem/this.ogg differ
diff --git a/sound/vox_fem/those.ogg b/sound/vox_fem/those.ogg
index 41fc7456577..53b754d1887 100644
Binary files a/sound/vox_fem/those.ogg and b/sound/vox_fem/those.ogg differ
diff --git a/sound/vox_fem/thousand.ogg b/sound/vox_fem/thousand.ogg
index ba92bcb2e89..ad4cb3912db 100644
Binary files a/sound/vox_fem/thousand.ogg and b/sound/vox_fem/thousand.ogg differ
diff --git a/sound/vox_fem/threat.ogg b/sound/vox_fem/threat.ogg
index d4003d6ab56..74b99e07a67 100644
Binary files a/sound/vox_fem/threat.ogg and b/sound/vox_fem/threat.ogg differ
diff --git a/sound/vox_fem/three.ogg b/sound/vox_fem/three.ogg
index 2e8dbf175c1..9efb9467541 100644
Binary files a/sound/vox_fem/three.ogg and b/sound/vox_fem/three.ogg differ
diff --git a/sound/vox_fem/through.ogg b/sound/vox_fem/through.ogg
index ad2e5ed1b72..77adca3bb04 100644
Binary files a/sound/vox_fem/through.ogg and b/sound/vox_fem/through.ogg differ
diff --git a/sound/vox_fem/tide.ogg b/sound/vox_fem/tide.ogg
index 45917e2f57b..27807fa63b1 100644
Binary files a/sound/vox_fem/tide.ogg and b/sound/vox_fem/tide.ogg differ
diff --git a/sound/vox_fem/time.ogg b/sound/vox_fem/time.ogg
index 02746c98df0..26b061cc005 100644
Binary files a/sound/vox_fem/time.ogg and b/sound/vox_fem/time.ogg differ
diff --git a/sound/vox_fem/to.ogg b/sound/vox_fem/to.ogg
index aaf695702d1..cb8594d73cd 100644
Binary files a/sound/vox_fem/to.ogg and b/sound/vox_fem/to.ogg differ
diff --git a/sound/vox_fem/top.ogg b/sound/vox_fem/top.ogg
index 1db5b104f28..dea64d66f4a 100644
Binary files a/sound/vox_fem/top.ogg and b/sound/vox_fem/top.ogg differ
diff --git a/sound/vox_fem/topside.ogg b/sound/vox_fem/topside.ogg
index c3c4639830f..dd542435a12 100644
Binary files a/sound/vox_fem/topside.ogg and b/sound/vox_fem/topside.ogg differ
diff --git a/sound/vox_fem/touch.ogg b/sound/vox_fem/touch.ogg
index 4a165a15b8b..1be63a0fb58 100644
Binary files a/sound/vox_fem/touch.ogg and b/sound/vox_fem/touch.ogg differ
diff --git a/sound/vox_fem/towards.ogg b/sound/vox_fem/towards.ogg
index 1ee555597ff..ce9b4ff30a3 100644
Binary files a/sound/vox_fem/towards.ogg and b/sound/vox_fem/towards.ogg differ
diff --git a/sound/vox_fem/toxins.ogg b/sound/vox_fem/toxins.ogg
index 34d29ed792c..95f57ea7026 100644
Binary files a/sound/vox_fem/toxins.ogg and b/sound/vox_fem/toxins.ogg differ
diff --git a/sound/vox_fem/track.ogg b/sound/vox_fem/track.ogg
index 70467c449a8..6110b0b439a 100644
Binary files a/sound/vox_fem/track.ogg and b/sound/vox_fem/track.ogg differ
diff --git a/sound/vox_fem/train.ogg b/sound/vox_fem/train.ogg
index c3b92d956d8..cabdb2310dd 100644
Binary files a/sound/vox_fem/train.ogg and b/sound/vox_fem/train.ogg differ
diff --git a/sound/vox_fem/traitor.ogg b/sound/vox_fem/traitor.ogg
index 5cfc3714d1a..133a632f446 100644
Binary files a/sound/vox_fem/traitor.ogg and b/sound/vox_fem/traitor.ogg differ
diff --git a/sound/vox_fem/transportation.ogg b/sound/vox_fem/transportation.ogg
index 97d56ff61e4..739c35ff6a2 100644
Binary files a/sound/vox_fem/transportation.ogg and b/sound/vox_fem/transportation.ogg differ
diff --git a/sound/vox_fem/truck.ogg b/sound/vox_fem/truck.ogg
index bd190eed3b6..fb2f3a0eca4 100644
Binary files a/sound/vox_fem/truck.ogg and b/sound/vox_fem/truck.ogg differ
diff --git a/sound/vox_fem/true.ogg b/sound/vox_fem/true.ogg
new file mode 100644
index 00000000000..b4c4373d4a9
Binary files /dev/null and b/sound/vox_fem/true.ogg differ
diff --git a/sound/vox_fem/tunnel.ogg b/sound/vox_fem/tunnel.ogg
index d42beae1552..cf5f8b68393 100644
Binary files a/sound/vox_fem/tunnel.ogg and b/sound/vox_fem/tunnel.ogg differ
diff --git a/sound/vox_fem/turn.ogg b/sound/vox_fem/turn.ogg
index f6a11de5b52..d37277b56fb 100644
Binary files a/sound/vox_fem/turn.ogg and b/sound/vox_fem/turn.ogg differ
diff --git a/sound/vox_fem/turret.ogg b/sound/vox_fem/turret.ogg
index 541846aa2b8..9e59d9522c1 100644
Binary files a/sound/vox_fem/turret.ogg and b/sound/vox_fem/turret.ogg differ
diff --git a/sound/vox_fem/twelve.ogg b/sound/vox_fem/twelve.ogg
index e192edeccd1..2cbcf011431 100644
Binary files a/sound/vox_fem/twelve.ogg and b/sound/vox_fem/twelve.ogg differ
diff --git a/sound/vox_fem/twenty.ogg b/sound/vox_fem/twenty.ogg
index 7b920b0ba8a..da12231471f 100644
Binary files a/sound/vox_fem/twenty.ogg and b/sound/vox_fem/twenty.ogg differ
diff --git a/sound/vox_fem/two.ogg b/sound/vox_fem/two.ogg
index c327cc105ee..aaabc5c66ae 100644
Binary files a/sound/vox_fem/two.ogg and b/sound/vox_fem/two.ogg differ
diff --git a/sound/vox_fem/u.ogg b/sound/vox_fem/u.ogg
index 790bd095200..3948f2514ae 100644
Binary files a/sound/vox_fem/u.ogg and b/sound/vox_fem/u.ogg differ
diff --git a/sound/vox_fem/ugh.ogg b/sound/vox_fem/ugh.ogg
new file mode 100644
index 00000000000..e010a96f8a9
Binary files /dev/null and b/sound/vox_fem/ugh.ogg differ
diff --git a/sound/vox_fem/ughh.ogg b/sound/vox_fem/ughh.ogg
new file mode 100644
index 00000000000..5b0610ed0cb
Binary files /dev/null and b/sound/vox_fem/ughh.ogg differ
diff --git a/sound/vox_fem/unable.ogg b/sound/vox_fem/unable.ogg
new file mode 100644
index 00000000000..2c51bb82066
Binary files /dev/null and b/sound/vox_fem/unable.ogg differ
diff --git a/sound/vox_fem/unauthorized.ogg b/sound/vox_fem/unauthorized.ogg
index 35d48120e98..b52445c6c29 100644
Binary files a/sound/vox_fem/unauthorized.ogg and b/sound/vox_fem/unauthorized.ogg differ
diff --git a/sound/vox_fem/under.ogg b/sound/vox_fem/under.ogg
index 89d91bef37d..8c453b81bb7 100644
Binary files a/sound/vox_fem/under.ogg and b/sound/vox_fem/under.ogg differ
diff --git a/sound/vox_fem/uniform.ogg b/sound/vox_fem/uniform.ogg
index 6f7de6902f7..bfe3a42c714 100644
Binary files a/sound/vox_fem/uniform.ogg and b/sound/vox_fem/uniform.ogg differ
diff --git a/sound/vox_fem/unknown.ogg b/sound/vox_fem/unknown.ogg
new file mode 100644
index 00000000000..f0eb85939b7
Binary files /dev/null and b/sound/vox_fem/unknown.ogg differ
diff --git a/sound/vox_fem/unlocked.ogg b/sound/vox_fem/unlocked.ogg
index 725f8a6c819..3f0f610f155 100644
Binary files a/sound/vox_fem/unlocked.ogg and b/sound/vox_fem/unlocked.ogg differ
diff --git a/sound/vox_fem/unsafe.ogg b/sound/vox_fem/unsafe.ogg
new file mode 100644
index 00000000000..22fa219f4c9
Binary files /dev/null and b/sound/vox_fem/unsafe.ogg differ
diff --git a/sound/vox_fem/until.ogg b/sound/vox_fem/until.ogg
index 43cadd1a88d..d468f47f86c 100644
Binary files a/sound/vox_fem/until.ogg and b/sound/vox_fem/until.ogg differ
diff --git a/sound/vox_fem/up.ogg b/sound/vox_fem/up.ogg
index 1c395a61958..6261bd7648f 100644
Binary files a/sound/vox_fem/up.ogg and b/sound/vox_fem/up.ogg differ
diff --git a/sound/vox_fem/update.ogg b/sound/vox_fem/update.ogg
index 31a4e651aba..190f2aed44d 100644
Binary files a/sound/vox_fem/update.ogg and b/sound/vox_fem/update.ogg differ
diff --git a/sound/vox_fem/updated.ogg b/sound/vox_fem/updated.ogg
index 61559f22939..46514d82e92 100644
Binary files a/sound/vox_fem/updated.ogg and b/sound/vox_fem/updated.ogg differ
diff --git a/sound/vox_fem/updating.ogg b/sound/vox_fem/updating.ogg
index 0403f777969..208a611422b 100644
Binary files a/sound/vox_fem/updating.ogg and b/sound/vox_fem/updating.ogg differ
diff --git a/sound/vox_fem/upload.ogg b/sound/vox_fem/upload.ogg
index f96547bfea1..807aa7573d6 100644
Binary files a/sound/vox_fem/upload.ogg and b/sound/vox_fem/upload.ogg differ
diff --git a/sound/vox_fem/upper.ogg b/sound/vox_fem/upper.ogg
index 810d330ef08..312b369ddaa 100644
Binary files a/sound/vox_fem/upper.ogg and b/sound/vox_fem/upper.ogg differ
diff --git a/sound/vox_fem/uranium.ogg b/sound/vox_fem/uranium.ogg
index e2ac70d93eb..cd940ca19e6 100644
Binary files a/sound/vox_fem/uranium.ogg and b/sound/vox_fem/uranium.ogg differ
diff --git a/sound/vox_fem/us.ogg b/sound/vox_fem/us.ogg
index 0731a879a58..c14eca59692 100644
Binary files a/sound/vox_fem/us.ogg and b/sound/vox_fem/us.ogg differ
diff --git a/sound/vox_fem/usa.ogg b/sound/vox_fem/usa.ogg
index f3bc1912e92..1177e3dee77 100644
Binary files a/sound/vox_fem/usa.ogg and b/sound/vox_fem/usa.ogg differ
diff --git a/sound/vox_fem/use.ogg b/sound/vox_fem/use.ogg
index 3ab7367a252..3bd41893f93 100644
Binary files a/sound/vox_fem/use.ogg and b/sound/vox_fem/use.ogg differ
diff --git a/sound/vox_fem/used.ogg b/sound/vox_fem/used.ogg
index 5cb1afd8531..801df8e4b62 100644
Binary files a/sound/vox_fem/used.ogg and b/sound/vox_fem/used.ogg differ
diff --git a/sound/vox_fem/user.ogg b/sound/vox_fem/user.ogg
index 739b3a31641..79f60d30df4 100644
Binary files a/sound/vox_fem/user.ogg and b/sound/vox_fem/user.ogg differ
diff --git a/sound/vox_fem/v.ogg b/sound/vox_fem/v.ogg
index 91484502295..fc6c85112dd 100644
Binary files a/sound/vox_fem/v.ogg and b/sound/vox_fem/v.ogg differ
diff --git a/sound/vox_fem/vacate.ogg b/sound/vox_fem/vacate.ogg
index 12f1c52c4ca..bdf52a36b35 100644
Binary files a/sound/vox_fem/vacate.ogg and b/sound/vox_fem/vacate.ogg differ
diff --git a/sound/vox_fem/vacuum.ogg b/sound/vox_fem/vacuum.ogg
new file mode 100644
index 00000000000..1e380ca9863
Binary files /dev/null and b/sound/vox_fem/vacuum.ogg differ
diff --git a/sound/vox_fem/valid.ogg b/sound/vox_fem/valid.ogg
index a2d58b879c1..befacfc5d51 100644
Binary files a/sound/vox_fem/valid.ogg and b/sound/vox_fem/valid.ogg differ
diff --git a/sound/vox_fem/vapor.ogg b/sound/vox_fem/vapor.ogg
index 859d103ea6e..fb69407b2be 100644
Binary files a/sound/vox_fem/vapor.ogg and b/sound/vox_fem/vapor.ogg differ
diff --git a/sound/vox_fem/vendor.ogg b/sound/vox_fem/vendor.ogg
new file mode 100644
index 00000000000..f6f96bc8a75
Binary files /dev/null and b/sound/vox_fem/vendor.ogg differ
diff --git a/sound/vox_fem/vent.ogg b/sound/vox_fem/vent.ogg
index 35fdffafa09..5e6103c1d3c 100644
Binary files a/sound/vox_fem/vent.ogg and b/sound/vox_fem/vent.ogg differ
diff --git a/sound/vox_fem/ventilation.ogg b/sound/vox_fem/ventilation.ogg
index 594cfbb5b8e..62f625d3b6b 100644
Binary files a/sound/vox_fem/ventilation.ogg and b/sound/vox_fem/ventilation.ogg differ
diff --git a/sound/vox_fem/very.ogg b/sound/vox_fem/very.ogg
new file mode 100644
index 00000000000..1bfaf001482
Binary files /dev/null and b/sound/vox_fem/very.ogg differ
diff --git a/sound/vox_fem/victor.ogg b/sound/vox_fem/victor.ogg
index 97ce16b7f6d..02e23afb72f 100644
Binary files a/sound/vox_fem/victor.ogg and b/sound/vox_fem/victor.ogg differ
diff --git a/sound/vox_fem/violated.ogg b/sound/vox_fem/violated.ogg
index f7b0b72a8b3..8ec6a900a41 100644
Binary files a/sound/vox_fem/violated.ogg and b/sound/vox_fem/violated.ogg differ
diff --git a/sound/vox_fem/violation.ogg b/sound/vox_fem/violation.ogg
index d50801ee766..e74c8a09312 100644
Binary files a/sound/vox_fem/violation.ogg and b/sound/vox_fem/violation.ogg differ
diff --git a/sound/vox_fem/virologist.ogg b/sound/vox_fem/virologist.ogg
new file mode 100644
index 00000000000..1f9c42d7c68
Binary files /dev/null and b/sound/vox_fem/virologist.ogg differ
diff --git a/sound/vox_fem/virology.ogg b/sound/vox_fem/virology.ogg
index 9050ed50575..687f925ccb0 100644
Binary files a/sound/vox_fem/virology.ogg and b/sound/vox_fem/virology.ogg differ
diff --git a/sound/vox_fem/virus.ogg b/sound/vox_fem/virus.ogg
new file mode 100644
index 00000000000..57772dae843
Binary files /dev/null and b/sound/vox_fem/virus.ogg differ
diff --git a/sound/vox_fem/vitals.ogg b/sound/vox_fem/vitals.ogg
new file mode 100644
index 00000000000..021c6aad092
Binary files /dev/null and b/sound/vox_fem/vitals.ogg differ
diff --git a/sound/vox_fem/voltage.ogg b/sound/vox_fem/voltage.ogg
index efcc71ffa93..bafe38bd72b 100644
Binary files a/sound/vox_fem/voltage.ogg and b/sound/vox_fem/voltage.ogg differ
diff --git a/sound/vox_fem/vox.ogg b/sound/vox_fem/vox.ogg
index 9e173140c72..ba680bd29c5 100644
Binary files a/sound/vox_fem/vox.ogg and b/sound/vox_fem/vox.ogg differ
diff --git a/sound/vox_fem/vox_login.ogg b/sound/vox_fem/vox_login.ogg
index 4c349b5835a..f812f9813d7 100644
Binary files a/sound/vox_fem/vox_login.ogg and b/sound/vox_fem/vox_login.ogg differ
diff --git a/sound/vox_fem/voxtest.ogg b/sound/vox_fem/voxtest.ogg
index cc73b4e8539..6805e68893b 100644
Binary files a/sound/vox_fem/voxtest.ogg and b/sound/vox_fem/voxtest.ogg differ
diff --git a/sound/vox_fem/w.ogg b/sound/vox_fem/w.ogg
index 9d79ce4a2a6..4e470c240b2 100644
Binary files a/sound/vox_fem/w.ogg and b/sound/vox_fem/w.ogg differ
diff --git a/sound/vox_fem/walk.ogg b/sound/vox_fem/walk.ogg
index 10f5d04cf28..f36ea852b5f 100644
Binary files a/sound/vox_fem/walk.ogg and b/sound/vox_fem/walk.ogg differ
diff --git a/sound/vox_fem/wall.ogg b/sound/vox_fem/wall.ogg
index cc08c00256e..594d8b8dcd2 100644
Binary files a/sound/vox_fem/wall.ogg and b/sound/vox_fem/wall.ogg differ
diff --git a/sound/vox_fem/wanker.ogg b/sound/vox_fem/wanker.ogg
index fbb8c404e67..713189ff713 100644
Binary files a/sound/vox_fem/wanker.ogg and b/sound/vox_fem/wanker.ogg differ
diff --git a/sound/vox_fem/want.ogg b/sound/vox_fem/want.ogg
index 49ad91c895b..93ad1ad111b 100644
Binary files a/sound/vox_fem/want.ogg and b/sound/vox_fem/want.ogg differ
diff --git a/sound/vox_fem/wanted.ogg b/sound/vox_fem/wanted.ogg
index 1c87b3e140d..0d21f8911c0 100644
Binary files a/sound/vox_fem/wanted.ogg and b/sound/vox_fem/wanted.ogg differ
diff --git a/sound/vox_fem/warden.ogg b/sound/vox_fem/warden.ogg
new file mode 100644
index 00000000000..231f67020e9
Binary files /dev/null and b/sound/vox_fem/warden.ogg differ
diff --git a/sound/vox_fem/warm.ogg b/sound/vox_fem/warm.ogg
index 534203ba70e..d010b18d59d 100644
Binary files a/sound/vox_fem/warm.ogg and b/sound/vox_fem/warm.ogg differ
diff --git a/sound/vox_fem/warn.ogg b/sound/vox_fem/warn.ogg
index 437ef92c681..e0a67bc8ddb 100644
Binary files a/sound/vox_fem/warn.ogg and b/sound/vox_fem/warn.ogg differ
diff --git a/sound/vox_fem/warning.ogg b/sound/vox_fem/warning.ogg
index 5ff68583a0e..5ff8ddc9803 100644
Binary files a/sound/vox_fem/warning.ogg and b/sound/vox_fem/warning.ogg differ
diff --git a/sound/vox_fem/waste.ogg b/sound/vox_fem/waste.ogg
index 46726eaa2dc..9acb2bc87f2 100644
Binary files a/sound/vox_fem/waste.ogg and b/sound/vox_fem/waste.ogg differ
diff --git a/sound/vox_fem/water.ogg b/sound/vox_fem/water.ogg
index 08e6c8a0f1a..49791f4da47 100644
Binary files a/sound/vox_fem/water.ogg and b/sound/vox_fem/water.ogg differ
diff --git a/sound/vox_fem/we.ogg b/sound/vox_fem/we.ogg
index eb417004f52..c7fd6556a35 100644
Binary files a/sound/vox_fem/we.ogg and b/sound/vox_fem/we.ogg differ
diff --git a/sound/vox_fem/weak.ogg b/sound/vox_fem/weak.ogg
new file mode 100644
index 00000000000..f4551000e64
Binary files /dev/null and b/sound/vox_fem/weak.ogg differ
diff --git a/sound/vox_fem/weapon.ogg b/sound/vox_fem/weapon.ogg
index b892f246d94..82861665fda 100644
Binary files a/sound/vox_fem/weapon.ogg and b/sound/vox_fem/weapon.ogg differ
diff --git a/sound/vox_fem/welcome.ogg b/sound/vox_fem/welcome.ogg
index cde71ac125f..7da063318c9 100644
Binary files a/sound/vox_fem/welcome.ogg and b/sound/vox_fem/welcome.ogg differ
diff --git a/sound/vox_fem/west.ogg b/sound/vox_fem/west.ogg
index 588020a1d9f..7ed4832bfa7 100644
Binary files a/sound/vox_fem/west.ogg and b/sound/vox_fem/west.ogg differ
diff --git a/sound/vox_fem/wew.ogg b/sound/vox_fem/wew.ogg
new file mode 100644
index 00000000000..85e493bfd89
Binary files /dev/null and b/sound/vox_fem/wew.ogg differ
diff --git a/sound/vox_fem/what.ogg b/sound/vox_fem/what.ogg
new file mode 100644
index 00000000000..d8badc41237
Binary files /dev/null and b/sound/vox_fem/what.ogg differ
diff --git a/sound/vox_fem/when.ogg b/sound/vox_fem/when.ogg
new file mode 100644
index 00000000000..310d877facc
Binary files /dev/null and b/sound/vox_fem/when.ogg differ
diff --git a/sound/vox_fem/where.ogg b/sound/vox_fem/where.ogg
new file mode 100644
index 00000000000..5d432dc3123
Binary files /dev/null and b/sound/vox_fem/where.ogg differ
diff --git a/sound/vox_fem/whiskey.ogg b/sound/vox_fem/whiskey.ogg
index 9b1b03c04c5..a82424ae475 100644
Binary files a/sound/vox_fem/whiskey.ogg and b/sound/vox_fem/whiskey.ogg differ
diff --git a/sound/vox_fem/white.ogg b/sound/vox_fem/white.ogg
index 0c95d531f1d..681ff5a299c 100644
Binary files a/sound/vox_fem/white.ogg and b/sound/vox_fem/white.ogg differ
diff --git a/sound/vox_fem/why.ogg b/sound/vox_fem/why.ogg
new file mode 100644
index 00000000000..4e8038503dd
Binary files /dev/null and b/sound/vox_fem/why.ogg differ
diff --git a/sound/vox_fem/wilco.ogg b/sound/vox_fem/wilco.ogg
index 29109ecbdcb..f1a9fbcea8a 100644
Binary files a/sound/vox_fem/wilco.ogg and b/sound/vox_fem/wilco.ogg differ
diff --git a/sound/vox_fem/will.ogg b/sound/vox_fem/will.ogg
index fa1e53b78fb..d5a9a1a48d0 100644
Binary files a/sound/vox_fem/will.ogg and b/sound/vox_fem/will.ogg differ
diff --git a/sound/vox_fem/wing.ogg b/sound/vox_fem/wing.ogg
new file mode 100644
index 00000000000..87c23cf431a
Binary files /dev/null and b/sound/vox_fem/wing.ogg differ
diff --git a/sound/vox_fem/wire.ogg b/sound/vox_fem/wire.ogg
new file mode 100644
index 00000000000..52eacfdbac7
Binary files /dev/null and b/sound/vox_fem/wire.ogg differ
diff --git a/sound/vox_fem/with.ogg b/sound/vox_fem/with.ogg
index 7bed6fcc46c..961166efba1 100644
Binary files a/sound/vox_fem/with.ogg and b/sound/vox_fem/with.ogg differ
diff --git a/sound/vox_fem/without.ogg b/sound/vox_fem/without.ogg
index 814e123c8ce..d1645c46f51 100644
Binary files a/sound/vox_fem/without.ogg and b/sound/vox_fem/without.ogg differ
diff --git a/sound/vox_fem/wizard.ogg b/sound/vox_fem/wizard.ogg
new file mode 100644
index 00000000000..823e17304bb
Binary files /dev/null and b/sound/vox_fem/wizard.ogg differ
diff --git a/sound/vox_fem/wood.ogg b/sound/vox_fem/wood.ogg
index ec84917ea4f..2312a10c7c9 100644
Binary files a/sound/vox_fem/wood.ogg and b/sound/vox_fem/wood.ogg differ
diff --git a/sound/vox_fem/woody.ogg b/sound/vox_fem/woody.ogg
index 54e56f72e83..c617fff4ae4 100644
Binary files a/sound/vox_fem/woody.ogg and b/sound/vox_fem/woody.ogg differ
diff --git a/sound/vox_fem/woop.ogg b/sound/vox_fem/woop.ogg
new file mode 100644
index 00000000000..a5006b78c78
Binary files /dev/null and b/sound/vox_fem/woop.ogg differ
diff --git a/sound/vox_fem/wow.ogg b/sound/vox_fem/wow.ogg
new file mode 100644
index 00000000000..b760c9a369d
Binary files /dev/null and b/sound/vox_fem/wow.ogg differ
diff --git a/sound/vox_fem/x.ogg b/sound/vox_fem/x.ogg
index c483daca87d..030a364d4d7 100644
Binary files a/sound/vox_fem/x.ogg and b/sound/vox_fem/x.ogg differ
diff --git a/sound/vox_fem/xeno.ogg b/sound/vox_fem/xeno.ogg
index ed486388d8a..588890473e5 100644
Binary files a/sound/vox_fem/xeno.ogg and b/sound/vox_fem/xeno.ogg differ
diff --git a/sound/vox_fem/xenobiology.ogg b/sound/vox_fem/xenobiology.ogg
index f5e6554052b..60e998580ac 100644
Binary files a/sound/vox_fem/xenobiology.ogg and b/sound/vox_fem/xenobiology.ogg differ
diff --git a/sound/vox_fem/xenomorph.ogg b/sound/vox_fem/xenomorph.ogg
index 5558123f938..684a4ce5be0 100644
Binary files a/sound/vox_fem/xenomorph.ogg and b/sound/vox_fem/xenomorph.ogg differ
diff --git a/sound/vox_fem/xenomorphs.ogg b/sound/vox_fem/xenomorphs.ogg
index caf268c9667..c29132a9fd6 100644
Binary files a/sound/vox_fem/xenomorphs.ogg and b/sound/vox_fem/xenomorphs.ogg differ
diff --git a/sound/vox_fem/y.ogg b/sound/vox_fem/y.ogg
index eac894378fc..de3178a943b 100644
Binary files a/sound/vox_fem/y.ogg and b/sound/vox_fem/y.ogg differ
diff --git a/sound/vox_fem/yankee.ogg b/sound/vox_fem/yankee.ogg
index 6121116435c..07e78d60594 100644
Binary files a/sound/vox_fem/yankee.ogg and b/sound/vox_fem/yankee.ogg differ
diff --git a/sound/vox_fem/yards.ogg b/sound/vox_fem/yards.ogg
index ed7a8a35e0c..b5008d6bfea 100644
Binary files a/sound/vox_fem/yards.ogg and b/sound/vox_fem/yards.ogg differ
diff --git a/sound/vox_fem/year.ogg b/sound/vox_fem/year.ogg
index 4376f8f1251..ad37e380840 100644
Binary files a/sound/vox_fem/year.ogg and b/sound/vox_fem/year.ogg differ
diff --git a/sound/vox_fem/yellow.ogg b/sound/vox_fem/yellow.ogg
index 0588027ab6b..6611404edf3 100644
Binary files a/sound/vox_fem/yellow.ogg and b/sound/vox_fem/yellow.ogg differ
diff --git a/sound/vox_fem/yes.ogg b/sound/vox_fem/yes.ogg
index 8c9d4fe441d..1223cac35f5 100644
Binary files a/sound/vox_fem/yes.ogg and b/sound/vox_fem/yes.ogg differ
diff --git a/sound/vox_fem/you.ogg b/sound/vox_fem/you.ogg
index 0f00616bd60..54c717ac9c1 100644
Binary files a/sound/vox_fem/you.ogg and b/sound/vox_fem/you.ogg differ
diff --git a/sound/vox_fem/your.ogg b/sound/vox_fem/your.ogg
index 9113df51ec8..45f997c82c2 100644
Binary files a/sound/vox_fem/your.ogg and b/sound/vox_fem/your.ogg differ
diff --git a/sound/vox_fem/yourself.ogg b/sound/vox_fem/yourself.ogg
index 137be1bb376..d0004f187e7 100644
Binary files a/sound/vox_fem/yourself.ogg and b/sound/vox_fem/yourself.ogg differ
diff --git a/sound/vox_fem/z.ogg b/sound/vox_fem/z.ogg
index 6ece175d8f1..07d7ad05406 100644
Binary files a/sound/vox_fem/z.ogg and b/sound/vox_fem/z.ogg differ
diff --git a/sound/vox_fem/zero.ogg b/sound/vox_fem/zero.ogg
index 1d9344f2203..08a4d8f68ba 100644
Binary files a/sound/vox_fem/zero.ogg and b/sound/vox_fem/zero.ogg differ
diff --git a/sound/vox_fem/zombie.ogg b/sound/vox_fem/zombie.ogg
new file mode 100644
index 00000000000..fb1d76daaf6
Binary files /dev/null and b/sound/vox_fem/zombie.ogg differ
diff --git a/sound/vox_fem/zone.ogg b/sound/vox_fem/zone.ogg
index b054cca741c..1935032d66e 100644
Binary files a/sound/vox_fem/zone.ogg and b/sound/vox_fem/zone.ogg differ
diff --git a/sound/vox_fem/zulu.ogg b/sound/vox_fem/zulu.ogg
index f54eeac9527..a2fffea656d 100644
Binary files a/sound/vox_fem/zulu.ogg and b/sound/vox_fem/zulu.ogg differ