SNDLVL
Description
The sound's attenuation; how fast it drops away, enumerations used by EmitSound and Entity:EmitSound.
The engine starts running into trouble below 60dB.
These enumerations do not exist in Lua and are listed here only for reference. These values and descriptions are taken from soundflags.h in Source SDK 2013
Values
SNDLVL_NONE | 0 | Sound plays everywhere |
SNDLVL_20dB | 20 | Rustling leaves |
SNDLVL_25dB | 25 | Whispering |
SNDLVL_30dB | 30 | Library |
SNDLVL_35dB | 35 | |
SNDLVL_40dB | 40 | |
SNDLVL_45dB | 45 | Refrigerator |
SNDLVL_50dB | 50 | Average home |
SNDLVL_55dB | 55 | |
SNDLVL_60dB | 60 | Normal conversation, clothes dryer |
SNDLVL_IDLE | 60 | The same as SNDLVL_60dB |
SNDLVL_65dB | 65 | Washing machine, dishwasher |
SNDLVL_STATIC | 66 | |
SNDLVL_70dB | 70 | Car, vacuum cleaner, mixer, electric sewing machine |
SNDLVL_75dB | 75 | Busy traffic |
SNDLVL_NORM | 75 | The same as SNDLVL_75dB |
SNDLVL_80dB | 80 | Mini-bike, alarm clock, noisy restaurant, office tabulator, outboard motor, passing snowmobile |
SNDLVL_TALKING | 80 | The same as SNDLVL_80dB |
SNDLVL_85dB | 85 | Average factory, electric shaver |
SNDLVL_90dB | 90 | Screaming child, passing motorcycle, convertible ride on freeway |
SNDLVL_95dB | 95 | |
SNDLVL_100dB | 100 | Subway train, diesel truck, woodworking shop, pneumatic drill, boiler shop, jackhammer |
SNDLVL_105dB | 105 | Helicopter, power mower |
SNDLVL_110dB | 110 | Snowmobile (drivers seat), inboard motorboat, sandblasting |
SNDLVL_120dB | 120 | Car horn, propeller aircraft |
SNDLVL_130dB | 130 | Air raid siren |
SNDLVL_140dB | 140 | Threshold of pain, gunshot, jet engine |
SNDLVL_GUNFIRE | 140 | The same as SNDLVL_140dB |
SNDLVL_150dB | 150 | |
SNDLVL_180dB | 180 | Rocket launching |