=== modified file 'nvda/appModules/ar_common.py'
7a8
> from NVDAObjects.behaviors import ProgressBar
120a122,129
> 
> 	def chooseNVDAObjectOverlayClasses(self, obj, clsList):
> 		# Stop progress bars from speaking, as they are used as sound level meters and such.
> 		if obj.windowClassName=="msctls_progress32":
> 			try:
> 				clsList.remove(ProgressBar)
> 			except ValueError:
> 				pass
=== modified file 'vac_labels.ini'
32,40c32,40
< 1001=Wave in
< 1002=Wave out
< 1003=Sample rate
< 1005=Bits per sample
< 1006=Channels
< 1007=Total buffer (ms)
< 1008=Buffers
< 1009=Channel config
< 1012=Priority
---
> 1001=Wave in|Input
> 1002=Wave out|Output
> 1003=Sample rate|SamplingRate
> 1005=Bits per sample|BitsPerSample
> 1006=Channels|Channels
> 1007=Total buffer (ms)|BufferMs
> 1008=Buffers|Buffers
> 1009=Channel config|ChanCfg
> 1012=Priority|Priority
53,62c53,62
< 1001=Wave in
< 1002=Wave out
< 1003=Sample rate
< 1005=Bits per sample
< 1006=Channels
< 1007=Total buffer (ms)
< 1008=Buffers
< 1009=Wave in Chan cfg
< 1010=Wave out Chan cfg
< 1012=Priority
---
> 1001=Wave in|Input
> 1002=Wave out|Output
> 1003=Sample rate|SamplingRate
> 1005=Bits per sample|BitsPerSample
> 1006=Channels|Channels
> 1007=Total buffer (ms)|BufferMs
> 1008=Buffers|Buffers
> 1009=Wave in Chan cfg|ChanCfgIn
> 1010=Wave out Chan cfg|ChanCfgOut
> 1012=Priority|Priority
